X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=xenial%2Fdebian%2Frules;h=6ea03010c31bc53023872b498deada5be90659eb;hb=7f525c78a388c8230fc1797b3852a58d250a9ab6;hp=16c9d19c92416db072c1ff9afef6c2fadc409a9e;hpb=806003637744f58eb62f8a1e7eb2d3e743e09faf;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/rules b/xenial/debian/rules index 16c9d19..6ea0301 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -2,6 +2,8 @@ #export DH_VERBOSE=1 +include /usr/share/openstack-pkg-tools/pkgos.make + %: dh $@ --with python2 @@ -10,6 +12,9 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*/ DEBFLAVOR :=$(shell dpkg-parsechangelog | grep -E ^Distribution: | cut -d" " -f2) DEBPKGNAME :=$(shell dpkg-parsechangelog | grep -E ^Source: | cut -d" " -f2) +override_dh_installchangelogs: + dh_installchangelogs debian/CHANGELOG + override_dh_auto_clean: dh_auto_clean rm -rf debian/*.upstart