From 4838833d72adf17a19b2f3962c0b6403f52268f7 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 13 Aug 2019 11:30:21 +0100 Subject: [PATCH] compat, control, rules: Move to compat 12 and specifying via build-deps --- debian/compat | 1 - debian/control | 3 ++- debian/control.in | 3 ++- debian/rules | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de3947..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index f8f03678..172220fb 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Iain Lane , Jeremy Bicha -Build-Depends: debhelper (>= 11.1.3), +Build-Depends: debhelper-compat (= 12), + dh-sequence-gnome, gnome-pkg-tools, meson (>= 0.44.0), sassc diff --git a/debian/control.in b/debian/control.in index 6b08ce30..37bfc8bd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,7 +3,8 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 11.1.3), +Build-Depends: debhelper-compat (= 12), + dh-sequence-gnome, gnome-pkg-tools, meson (>= 0.44.0), sassc diff --git a/debian/rules b/debian/rules index 967ccc3f..a707228c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with gnome + dh $@ override_dh_missing: dh_missing --fail-missing