+heat (1:6.0.0~b2-2) UNRELEASED; urgency=medium
+
+ * Avoid option -S of dpkg-parsechangelog which is incompatible with Trusty.
+
+ -- Thomas Goirand <zigo@debian.org> Mon, 25 Jan 2016 16:05:12 +0000
+
heat (1:6.0.0~b2-1) experimental; urgency=medium
* New upstream release.
#PYTHON3S:=$(shell py3versions -vr)
include /usr/share/openstack-pkg-tools/pkgos.make
-export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/')
+export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/')
%:
dh $@ --buildsystem=python_distutils --with python2,sphinxdoc,systemd