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
|
and mark gir1.2-ostree-1.0 as Multi-Arch: same
|
||||||
* libostree-dev: stop depending on ostree. It isn't necessary to
|
* libostree-dev: stop depending on ostree. It isn't necessary to
|
||||||
use the library, and would break multiarch installability
|
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
|
-- Simon McVittie <smcv@debian.org> Wed, 21 Sep 2016 21:58:32 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,7 @@ Build-Depends:
|
||||||
attr,
|
attr,
|
||||||
bison,
|
bison,
|
||||||
cpio,
|
cpio,
|
||||||
debhelper (>= 9),
|
debhelper (>= 10~),
|
||||||
dh-autoreconf,
|
|
||||||
dh-systemd,
|
|
||||||
docbook-xml,
|
docbook-xml,
|
||||||
docbook-xsl,
|
docbook-xsl,
|
||||||
e2fslibs-dev,
|
e2fslibs-dev,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --parallel --with=autoreconf,gir,systemd
|
dh $@ --with=gir
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
if [ -e Makefile ]; then dh_auto_clean; fi
|
if [ -e Makefile ]; then dh_auto_clean; fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue