Update packaging to dh7
authorAlexander Chernyakhovsky <achernya@mit.edu>
Fri, 31 May 2013 07:40:36 +0000 (03:40 -0400)
committerAlexander Chernyakhovsky <achernya@mit.edu>
Fri, 31 May 2013 07:40:36 +0000 (03:40 -0400)
debian/changelog
debian/compat
debian/control
debian/rules

index 800e3c3..84d8bd5 100644 (file)
@@ -1,3 +1,10 @@
+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
index 7ed6ff8..7f8f011 100644 (file)
@@ -1 +1 @@
-5
+7
index cc05328..fb13f93 100644 (file)
@@ -2,8 +2,8 @@ Source: invirt-dev
 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
index 5d6bbae..09190f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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
@@ -8,10 +8,5 @@ DEB_PYTHON2_MODULE_PACKAGES = invirt-dev
 #
 # 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