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:
parent
e2cd2759a0
commit
c8048cce30
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
9
|
||||
10
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@ Build-Depends:
|
|||
attr,
|
||||
bison,
|
||||
cpio,
|
||||
debhelper (>= 9),
|
||||
dh-autoreconf,
|
||||
dh-systemd,
|
||||
debhelper (>= 10~),
|
||||
docbook-xml,
|
||||
docbook-xsl,
|
||||
e2fslibs-dev,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue