From 7c756a762a860b6caf3cd2be27bf6090227cdd38 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 3 Oct 2014 13:41:50 +0800 Subject: [PATCH] missing dh-systemd and --with systemd options --- debian/compat | 2 +- debian/control | 3 ++- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb75d..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index f69fcdb31..db7cfef9b 100644 --- a/debian/control +++ b/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/debian/rules b/debian/rules index 553a3fb05..6ab1e5c47 100755 --- a/debian/rules +++ b/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: -- 2.45.2