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
This commit is contained in:
Simon McVittie 2016-10-07 22:15:48 +01:00
parent e2cd2759a0
commit c8048cce30
4 changed files with 7 additions and 5 deletions

4
debian/changelog vendored
View File

@ -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 <smcv@debian.org> Wed, 21 Sep 2016 21:58:32 +0100

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

4
debian/control vendored
View File

@ -9,9 +9,7 @@ Build-Depends:
attr,
bison,
cpio,
debhelper (>= 9),
dh-autoreconf,
dh-systemd,
debhelper (>= 10~),
docbook-xml,
docbook-xsl,
e2fslibs-dev,

2
debian/rules vendored
View File

@ -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