Remove some obsolete parts of the rules file, syncing with Debian.

This commit is contained in:
Simon Quigley 2023-01-16 16:23:34 -06:00
parent ace4e34bbb
commit 32fe0ac1ea

6
debian/rules vendored
View File

@ -19,12 +19,8 @@ endif
%:
dh ${@} --buildsystem cmake
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_configure:
dh_auto_configure --\
-DPULL_TRANSLATIONS=OFF \
dh_auto_configure -- \
-DUPDATE_TRANSLATIONS=OFF \
-DDOM_PLUGIN=YES \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \