port packaging to dh_python2
[invirt/packages/invirt-dev.git] / debian / rules
index 4bde507..5d6bbae 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON2_MODULE_PACKAGES = invirt-dev
 
 # We use --no-start instead of letting dh_installinit do its thing
 # because, in the postinst, dh_installinit's automatically added code
@@ -8,7 +8,7 @@ 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
+DEB_DH_INSTALLINIT_ARGS += --no-start --name invirtibuilder
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk