+heat (2014.1-8) unstable; urgency=medium
+
+ * Now also packaging heat_keystoneclient_v2 in dist-packages/heat/plugins.
+
+ -- Thomas Goirand <zigo@debian.org> Fri, 06 Jun 2014 22:56:55 +0800
+
heat (2014.1-7) unstable; urgency=medium
* Now build-depends on openstack-pkg-tools >= 12~.
#!/usr/bin/make -f
+PYTHONS:=$(shell pyversions -vr)
+#PYTHON3S:=$(shell py3versions -vr)
+
include /usr/share/openstack-pkg-tools/pkgos.make
export OSLO_PACKAGE_VERSION=$(VERSION)
dh_install
install -D -m 0640 etc/heat/heat.conf.sample $(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf
cat $(CURDIR)/debian/keystone_authtoken >>$(CURDIR)/debian/heat-common/usr/share/heat-common/heat.conf
+ set -e && for pyvers in $(PYTHONS); do \
+ mkdir -p $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \
+ cp -rf contrib/heat_keystoneclient_v2/heat_keystoneclient_v2 $(CURDIR)/debian/python-heat/usr/lib/python$$pyvers/dist-packages/heat/plugins ; \
+ done
override_dh_auto_build:
dh_auto_build