From: Thomas Goirand Date: Fri, 3 Oct 2014 05:41:50 +0000 (+0800) Subject: missing dh-systemd and --with systemd options X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=11d064c0b5bb7ffd1edb9ce3803a45f933164990;p=openstack-build%2Fcinder-build.git missing dh-systemd and --with systemd options Rewritten-From: 7c756a762a860b6caf3cd2be27bf6090227cdd38 --- diff --git a/xenial/debian/compat b/xenial/debian/compat index 45a4fb75d..ec635144f 100644 --- a/xenial/debian/compat +++ b/xenial/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/xenial/debian/control b/xenial/debian/control index f69fcdb31..db7cfef9b 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -5,7 +5,8 @@ Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk -Build-Depends: debhelper (>= 8.0.0), +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 553a3fb05..6ab1e5c47 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -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: