]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
missing dh-systemd and --with systemd options
authorThomas Goirand <thomas@goirand.fr>
Fri, 3 Oct 2014 05:41:50 +0000 (13:41 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 3 Oct 2014 05:41:50 +0000 (13:41 +0800)
Rewritten-From: 7c756a762a860b6caf3cd2be27bf6090227cdd38

xenial/debian/compat
xenial/debian/control
xenial/debian/rules

index 45a4fb75db864000d01701c0f7a51864bd4daabf..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-8
+9
index f69fcdb31b54788a9083958eae794eb91347dd01..db7cfef9be394b2e4ff4e353e4b92695aef82add 100644 (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~),
index 553a3fb05cb475772eb1887f789e5dce8058292a..6ab1e5c4758204488ab50314befccf5e4c8b9248 100755 (executable)
@@ -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: