From 32fe0ac1eaa1d554158fe26ea8afe210664458cf Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 16 Jan 2023 16:23:34 -0600 Subject: [PATCH] Remove some obsolete parts of the rules file, syncing with Debian. --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index ccd9c70..d9ef549 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \