]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove now useless debian/rules targets (moved to pkgos.make)
authorThomas Goirand <thomas@goirand.fr>
Wed, 28 Nov 2012 11:56:44 +0000 (11:56 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 28 Nov 2012 11:56:44 +0000 (11:56 +0000)
Rewritten-From: a85631264011064d1d70d357b31a4c65386a9e28

xenial/debian/rules

index a34e85a6a71798264525e171b1d18a6e8a75c054..5b24d6dabc94fbf78ced22dee121d8f29cfc1c4b 100755 (executable)
@@ -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