+invirt-dev (0.1.24~glasgall7adehnert1achernya1) unstable; urgency=low
+
+ * Switch to dh7
+ * Bump standards version
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Fri, 31 May 2013 03:40:11 -0400
+
invirt-dev (0.1.24~glasgall7adehnert1) unstable; urgency=low
* Use opcode "auto" for build zephyrs
Section: servers
Priority: important
Maintainer: Invirt project <invirt@mit.edu>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt
+Standards-Version: 3.9.3
Package: invirt-dev
Architecture: all
#!/usr/bin/make -f
-
-DEB_PYTHON2_MODULE_PACKAGES = invirt-dev
+%:
+ 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
#
# 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 --name invirtibuilder
-
-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