Added export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -4,7 +4,8 @@ PYTHONS:=$(shell pyversions -vr)
|
|||||||
PYTHON3S:=$(shell py3versions -vr)
|
PYTHON3S:=$(shell py3versions -vr)
|
||||||
|
|
||||||
UPSTREAM_GIT = git://github.com/openstack/tosca-parser.git
|
UPSTREAM_GIT = git://github.com/openstack/tosca-parser.git
|
||||||
-include /usr/share/openstack-pkg-tools/pkgos.make
|
include /usr/share/openstack-pkg-tools/pkgos.make
|
||||||
|
export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
|
dh $@ --buildsystem=python_distutils --with python2,python3,sphinxdoc
|
||||||
|
|||||||
Reference in New Issue
Block a user