From 21cab5352e8bdfed834fef9cc28002896f1ed297 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 2 Aug 2015 11:44:13 +0200 Subject: [PATCH] Updated export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/') Rewritten-From: 465b1734296ed5ef35cbb58bb1c2aaeef688b1b1 --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 3d180564..79d054c4 100755 --- a/trusty/debian/rules +++ b/trusty/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 -- 2.45.2