From c8048cce300bc1f0983f68dbd4f4bd12b8ca453f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Oct 2016 22:15:48 +0100 Subject: [PATCH] Move to debhelper compat level 10 - stop using dh --parallel, it's the default now - don't use autoreconf and systemd addons explicitly, they are the default now --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 4 +--- debian/rules | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b40fdd75..c8a51c63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,10 @@ ostree (2016.11-1) UNRELEASED; urgency=medium and mark gir1.2-ostree-1.0 as Multi-Arch: same * libostree-dev: stop depending on ostree. It isn't necessary to use the library, and would break multiarch installability + * Move to debhelper compat level 10 + - stop using dh --parallel, it's the default now + - don't use autoreconf and systemd addons explicitly, they are + the default now -- Simon McVittie Wed, 21 Sep 2016 21:58:32 +0100 diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 0e5b0d81..ad4f7fae 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,7 @@ Build-Depends: attr, bison, cpio, - debhelper (>= 9), - dh-autoreconf, - dh-systemd, + debhelper (>= 10~), docbook-xml, docbook-xsl, e2fslibs-dev, diff --git a/debian/rules b/debian/rules index 5636f694..77fb759f 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --parallel --with=autoreconf,gir,systemd + dh $@ --with=gir override_dh_auto_clean: if [ -e Makefile ]; then dh_auto_clean; fi