* Do not use custom OSLO_PACKAGE_VERSION and build-depends on
authorThomas Goirand <thomas@goirand.fr>
Tue, 14 Jun 2016 07:12:56 +0000 (07:12 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 14 Jun 2016 07:12:56 +0000 (07:12 +0000)
    openstack-pkg-tools 50.

Rewritten-From: ed98ef3c86bc49965e80f70503ba23771e04520d

xenial/debian/changelog
xenial/debian/control
xenial/debian/rules

index 633e30ecf7bde5113e7905b357c0167067bcca17..a3eb04fd03e032c9ae931525a0b874114f789ba1 100644 (file)
@@ -4,6 +4,8 @@ cinder (2:9.0.0~b1+dfsg1-1) experimental; urgency=medium
   * Fixed (build-)depends for this release.
   * Refreshed patches.
   * Fixed generation of cinder.conf namespace list.
+  * Do not use custom OSLO_PACKAGE_VERSION and build-depends on
+    openstack-pkg-tools 50.
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 09 Jun 2016 09:31:38 +0200
 
index bfb15aa2a736ca0e29e86b19952668d8e8177912..37b6d06b053652c2d083ca3647be08f3e1ef8b4b 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: Thomas Goirand <zigo@debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                dh-systemd,
-               openstack-pkg-tools (>= 40~),
+               openstack-pkg-tools (>= 50~),
                po-debconf,
                python-all,
                python-pbr (>= 1.8),
index 909bdb365882918872635a1876174ccfbeba66bd..3f805a66bee29ec32f7dbb62802e2381bfe399f8 100755 (executable)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/openstack-pkg-tools/pkgos.make
-export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)
 
 %:
        dh $@ --buildsystem=python_distutils --with python2,systemd,sphinxdoc