summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-10-08 10:59:29 +0100
committerSimon McVittie <smcv@debian.org>2020-10-08 10:59:29 +0100
commitc9192f71585bd10aaf80663ce8599a8b77972e68 (patch)
tree4052410929af59b7f1f94d045c9d165de2ff35ee /debian/rules
parentRemove -Wl,--as-needed linker flag (diff)
downloadzenity-c9192f71585bd10aaf80663ce8599a8b77972e68.tar.gz
zenity-c9192f71585bd10aaf80663ce8599a8b77972e68.tar.bz2
zenity-c9192f71585bd10aaf80663ce8599a8b77972e68.zip
Build-Depend on dh-sequence-gnome
This avoids having to repeat the sequence name in d/rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 93505cd8..b43faf6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
%:
- dh $@ --with gnome
+ dh $@
override_dh_missing:
dh_missing --fail-missing
bgstack15