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=dcd607c70b541e074d48b37a0df6eb490e913f0c;p=openstack-build%2Fceilometer-build.git Added missing bulid-depends dh-systemd and --with=systemd Change-Id: I55d1043557b2034017e28512966c0d503a3c6922 Rewritten-From: ad31db1367e0aff7094b4047f5e325fc9e88ffe4 --- diff --git a/trusty/debian/control b/trusty/debian/control index ca4bc96..f16cfdd 100644 --- a/trusty/debian/control +++ b/trusty/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/trusty/debian/rules b/trusty/debian/rules index 848ea8b..3a91a36 100755 --- a/trusty/debian/rules +++ b/trusty/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