X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=xenial%2Fdebian%2Frules;h=09236a76a5e2eea83b4821554bfaf024e61de052;hb=b62a32c23eda839be41067e9dcef00c8557e1cb8;hp=cc4474982ad793a13c84cc95fab884623d7732ee;hpb=1cd5341e9f96c80c99ff69c0df14c3b4fceedf16;p=openstack-build%2Fceilometer-build.git diff --git a/xenial/debian/rules b/xenial/debian/rules index cc44749..09236a7 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -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 ; \