From: Thomas Goirand Date: Wed, 28 Nov 2012 11:56:44 +0000 (+0000) Subject: Remove now useless debian/rules targets (moved to pkgos.make) X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f0eb5b8f22dce7c54d867a372c6414625731e0a3;p=openstack-build%2Fcinder-build.git Remove now useless debian/rules targets (moved to pkgos.make) Rewritten-From: a85631264011064d1d70d357b31a4c65386a9e28 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index a34e85a6a..5b24d6dab 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -14,18 +14,6 @@ override_dh_clean: dh_clean rm -f debian/cinder-common.config debian/cinder-common.postinst debian/cinder-api.config debian/cinder-api.postinst -override_dh_installchangelogs: - dh_installchangelogs debian/CHANGELOG - -override_dh_installinit: - if dpkg-vendor --derives-from ubuntu ; then \ - for i in *.upstart.in ; do \ - MYPKG=`echo $i | cut -d. -f1` ; \ - cp $MYPKG.upstart.in $MYPKG.upstart ; \ - done ; \ - fi - dh_installinit --error-handler=true - override_dh_install: dh_install install -D -m 0440 debian/cinder-common.sudoers $(CURDIR)/debian/cinder-common/etc/sudoers.d/cinder-common