Fixed OSLO_PACKAG_EVERSION
Thomas Goirand
8 years ago
4 | 4 |
Uploaders: Thomas Goirand <zigo@debian.org>,
|
5 | 5 |
Build-Depends: debhelper (>= 9),
|
6 | 6 |
dh-python,
|
|
7 |
openstack-pkg-tools,
|
7 | 8 |
python-all,
|
8 | 9 |
python-pbr (>= 1.6),
|
9 | 10 |
python-setuptools,
|
3 | 3 |
PYTHON3S:=$(shell py3versions -vr)
|
4 | 4 |
|
5 | 5 |
UPSTREAM_GIT = git://github.com/openstack/castellan.git
|
6 | |
-include /usr/share/openstack-pkg-tools/pkgos.make
|
|
6 |
include /usr/share/openstack-pkg-tools/pkgos.make
|
|
7 |
export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)
|
7 | 8 |
|
8 | 9 |
%:
|
9 | 10 |
dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
|