From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 22:42:41 +0000 (-0400) Subject: Update packaging to dh7 X-Git-Tag: 0.4.18~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/88baa6dbf3f934fab7e39b7a9b0024cec3c629ed Update packaging to dh7 --- diff --git a/debian/changelog b/debian/changelog index 59ca679..0baeee7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-remote (0.4.17~achernya1) unstable; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 18:41:52 -0400 + invirt-remote (0.4.16) unstable; urgency=low * Make invirt-lvm lvcreate-all use sqlalchemy correctly 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 1b94061..330997e 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: invirt-remote Section: servers Priority: important Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5), +Build-Depends: debhelper (>= 7), python-all-dev (>=2.6.6-3~), python-setuptools, python-debian, python-apt -Standards-Version: 3.8.0 +Standards-Version: 3.9.3 Package: invirt-remote-server Architecture: all diff --git a/debian/rules b/debian/rules index e80dcb9..18bcae9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,3 @@ #!/usr/bin/make -f - -DEB_PYTHON2_MODULE_PACKAGES=invirt-remote-server invirt-remote-host - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - -clean:: - rm -rf invirt.remote.egg-info +%: + dh $@ --with python2