From: Thomas Goirand Date: Sun, 2 Aug 2015 09:44:13 +0000 (+0200) Subject: Updated export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8d81d36f83a8b64635c7ad5be8bd4869695b32ab;p=openstack-build%2Fheat-build.git Updated export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') Rewritten-From: 465b1734296ed5ef35cbb58bb1c2aaeef688b1b1 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 3d180564..79d054c4 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -4,7 +4,7 @@ PYTHONS:=$(shell pyversions -vr) #PYTHON3S:=$(shell py3versions -vr) include /usr/share/openstack-pkg-tools/pkgos.make -export OSLO_PACKAGE_VERSION=$(VERSION) +export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') %: dh $@ --buildsystem=python_distutils --with python2,sphinxdoc,systemd