Enable systemd helpers, but do not start the early-boot systemd services on installation
This commit is contained in:
parent
7eee7ce2fe
commit
4470927dc1
|
|
@ -15,6 +15,8 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
|
|||
* Add a symbols file
|
||||
* Add missing dependency on libglib2.0-dev
|
||||
* Add an ostree-tests package, and use it for autopkgtest
|
||||
* Enable systemd helpers, but do not start the early-boot systemd services
|
||||
on installation
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Build-Depends:
|
|||
bison,
|
||||
debhelper (>= 9),
|
||||
dh-autoreconf,
|
||||
dh-systemd,
|
||||
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
|
||||
dh $@ --parallel --with=autoreconf,gir,systemd
|
||||
|
||||
override_dh_auto_clean:
|
||||
|
||||
|
|
@ -32,3 +32,6 @@ override_dh_fixperms:
|
|||
chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.js
|
||||
chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.py
|
||||
chmod -v +x debian/tmp/usr/lib/*/ostree/installed-tests/*.sh
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --no-start
|
||||
|
|
|
|||
Loading…
Reference in New Issue