export OSLO_PACKAGE_VERSION

This commit is contained in:
Thomas Goirand
2016-02-26 15:50:14 +00:00
parent 1b60dd9b76
commit bbba287db4

4
debian/rules vendored
View File

@@ -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