X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=xenial%2Fdebian%2Frules;h=cc4474982ad793a13c84cc95fab884623d7732ee;hb=1cd5341e9f96c80c99ff69c0df14c3b4fceedf16;hp=1caece13f446753b44550c930fd586681091135f;hpb=5798e459849d4502e1a0dcc6726710ecdeab920f;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/rules b/xenial/debian/rules index 1caece1..cc44749 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -7,10 +7,9 @@ include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 -DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') -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_auto_build: + dh_auto_build + /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func ceilometer-common.postinst override_dh_installchangelogs: dh_installchangelogs debian/CHANGELOG @@ -18,6 +17,7 @@ override_dh_installchangelogs: override_dh_auto_clean: dh_auto_clean rm -rf debian/*.upstart + rm -rf debian/ceilometer-common.postinst override_dh_installinit: if dpkg-vendor --derives-from ubuntu ; then \