From: Thomas Goirand Date: Fri, 3 Oct 2014 05:40:34 +0000 (+0800) Subject: Added missing bulid-depends dh-systemd and --with=systemd X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5f1ed626a8c473d5e15990f560a303d9d013493c;hp=848d8cc06c0986a46335df09ce7e26200cb4296b;p=openstack-build%2Fceilometer-build.git Added missing bulid-depends dh-systemd and --with=systemd Change-Id: I55d1043557b2034017e28512966c0d503a3c6922 Rewritten-From: ad31db1367e0aff7094b4047f5e325fc9e88ffe4 --- diff --git a/xenial/debian/control b/xenial/debian/control index ca4bc96..f16cfdd 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -6,6 +6,7 @@ Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), + dh-systemd, openstack-pkg-tools (>= 13~), po-debconf, python-all (>= 2.6.6-3~), diff --git a/xenial/debian/rules b/xenial/debian/rules index 848ea8b..3a91a36 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -7,7 +7,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(VERSION) %: - dh $@ --with python2 + dh $@ --with python2,systemd override_dh_clean: dh_clean