Codebase list python-castellan / 1cd2c72
Fixed OSLO_PACKAG_EVERSION Thomas Goirand 8 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 Uploaders: Thomas Goirand <zigo@debian.org>,
55 Build-Depends: debhelper (>= 9),
66 dh-python,
7 openstack-pkg-tools,
78 python-all,
89 python-pbr (>= 1.6),
910 python-setuptools,
33 PYTHON3S:=$(shell py3versions -vr)
44
55 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)
78
89 %:
910 dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc