From bbba287db41c668d5d84df2b9a70394c6591bdef Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 26 Feb 2016 15:50:14 +0000 Subject: [PATCH] export OSLO_PACKAGE_VERSION --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 56f4b61..f73adcf 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,9 @@ PYTHONS:=$(shell pyversions -vr) PYTHON3S:=$(shell py3versions -vr) UPSTREAM_GIT = git://github.com/morganfainberg/positional.git --include /usr/share/openstack-pkg-tools/pkgos.make +include /usr/share/openstack-pkg-tools/pkgos.make + +export OSLO_PACKAGE_VERSION=$(VERSION) %: dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc