X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/727191c36d0b5f1cc29cbd99ea21b558ba3bfd31..0c857359c16cba2d7da62e7db7a75df92f265281:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 4bde507..09190f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f - -DEB_PYTHON_SYSTEM=pysupport +%: + dh $@ --with python2 # We use --no-start instead of letting dh_installinit do its thing # because, in the postinst, dh_installinit's automatically added code @@ -8,10 +8,5 @@ DEB_PYTHON_SYSTEM=pysupport # # This means that when the initscript is started, Python modules # installed by the package haven't been fully installed yet. -DEB_DH_INSTALLINIT_ARGS += --no-start - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - -clean:: - rm -rf python/invirt.builder.egg-info +override_dh_installinit: + dh_installinit --no-start --name invirtibuilder