missing dh-systemd and --with systemd options

This commit is contained in:
Thomas Goirand 2014-10-03 13:41:50 +08:00
parent e8df581b4d
commit 7c756a762a
3 changed files with 4 additions and 3 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
8
9

3
debian/control vendored
View File

@ -5,7 +5,8 @@ Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 8.0.0),
Build-Depends: debhelper (>= 9),
dh-systemd,
openstack-pkg-tools (>= 13~),
po-debconf,
python-all (>= 2.6.6-3~),

2
debian/rules vendored
View File

@ -5,7 +5,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)
%:
dh $@ --with python2
dh $@ --with python2,systemd
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test: