From 25c36e4500a9e47ef9976a345b394a9711d1cdca Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 27 Nov 2014 15:12:43 +0000 Subject: [PATCH] Added export OSLO_PACKAGE_VERSION=$(VERSION) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index d8cb0ab..207a079 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/openstack/tempest-lib.git -include /usr/share/openstack-pkg-tools/pkgos.make +export OSLO_PACKAGE_VERSION=$(VERSION) + %: dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc