From c9192f71585bd10aaf80663ce8599a8b77972e68 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 8 Oct 2020 10:59:29 +0100 Subject: Build-Depend on dh-sequence-gnome This avoids having to repeat the sequence name in d/rules. --- debian/control | 2 +- debian/control.in | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index c52434d0..3bb50369 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Jeremy Bicha , Laurent Bigonville , Michael Biebl , Sebastien Bacher Build-Depends: debhelper-compat (= 12), - gnome-pkg-tools (>= 0.10), + dh-sequence-gnome, gnome-common, yelp-tools, gettext (>= 0.19.4), diff --git a/debian/control.in b/debian/control.in index ae4aef88..dffb2037 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper-compat (= 12), - gnome-pkg-tools (>= 0.10), + dh-sequence-gnome, gnome-common, yelp-tools, gettext (>= 0.19.4), 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 -- cgit