From 2286847f10185b3469c593b639afee18d75e2f81 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 4 Aug 2015 09:22:53 +0000 Subject: [PATCH] Fixed export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') Rewritten-From: 29ec1e2af95ff69974448b7e5082c0c15448249d --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index d62af11..277bc99 100755 --- a/trusty/debian/rules +++ b/trusty/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 -- 2.45.2