]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Now packaging Kilo rc1.
authorThomas Goirand <zigo@debian.org>
Wed, 15 Apr 2015 19:33:02 +0000 (21:33 +0200)
committerThomas Goirand <zigo@debian.org>
Wed, 15 Apr 2015 19:33:02 +0000 (21:33 +0200)
Rewritten-From: 7acc4e006a41038541c6a13c9ce8fea7c91fc29f

xenial/debian/changelog
xenial/debian/rules

index f22c7419227a98fa034f0c459d677a426824cd52..97ab857eba2433a3b5d56ca2d1c9179e34f4103f 100644 (file)
@@ -1,4 +1,4 @@
-neutron-lbaas (2015.1~b3-1) UNRELEASED; urgency=medium
+neutron-lbaas (2015.1~rc1-1) UNRELEASED; urgency=medium
 
   * Initial release. (Closes: #777755)
 
index d2ed0f79998e2ba2cc4c3e82dfdcb81b48476cfa..080dde73edb5c5ac36aeac90d9f36ae1f3433bf6 100755 (executable)
@@ -11,7 +11,7 @@ PYTHONS:=$(shell pyversions -vr)
        dh $@ --buildsystem=python_distutils --with python2,systemd
 
 override_dh_install:
-       dh_install -O--buildsystem=python_distutils
+       dh_install -O--buildsystem=python_distutils --fail-missing
        install -D -m 0644 etc/neutron_lbaas.conf $(CURDIR)/debian/neutron-lbass/etc/neutron/neutron_lbaas.conf
 
 override_dh_auto_test: