From: Thomas Goirand Date: Tue, 4 Aug 2015 09:22:53 +0000 (+0000) Subject: Fixed export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2c24cedd1827fa3f0ff0de3ee80053d49601c8a5;p=openstack-build%2Fhorizon-build.git Fixed export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') Rewritten-From: 29ec1e2af95ff69974448b7e5082c0c15448249d --- diff --git a/xenial/debian/rules b/xenial/debian/rules index d62af11..277bc99 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -3,7 +3,7 @@ PYTHONS:=$(shell pyversions -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 $@ --with python2