From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 07:40:36 +0000 (-0400) Subject: Update packaging to dh7 X-Git-Tag: 0.1.28~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/0c857359c16cba2d7da62e7db7a75df92f265281 Update packaging to dh7 --- diff --git a/debian/changelog b/debian/changelog index 800e3c3..84d8bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-dev (0.1.24~glasgall7adehnert1achernya1) unstable; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 03:40:11 -0400 + invirt-dev (0.1.24~glasgall7adehnert1) unstable; urgency=low * Use opcode "auto" for build zephyrs diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index cc05328..fb13f93 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-dev Section: servers Priority: important Maintainer: Invirt project -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 diff --git a/debian/rules b/debian/rules index 5d6bbae..09190f6 100755 --- a/debian/rules +++ b/debian/rules @@ -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