Removed duplicate debian/rules target (now in pkgos.make)
authorThomas Goirand <thomas@goirand.fr>
Tue, 20 Nov 2012 14:42:32 +0000 (14:42 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 20 Nov 2012 14:42:32 +0000 (14:42 +0000)
Rewritten-From: ba651087112fbee3cb70cbbb3e4053137dd5d601

xenial/debian/rules

index cc4474982ad793a13c84cc95fab884623d7732ee..09236a76a5e2eea83b4821554bfaf024e61de052 100755 (executable)
@@ -19,15 +19,6 @@ override_dh_auto_clean:
        rm -rf debian/*.upstart
        rm -rf debian/ceilometer-common.postinst
 
-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_gencontrol:
        if dpkg-vendor --derives-from ubuntu ; then \
                dh_gencontrol -- -T$(CURDIR)/debian/ubuntu_control_vars ; \