From 88baa6dbf3f934fab7e39b7a9b0024cec3c629ed Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 18:42:41 -0400 Subject: [PATCH] Update packaging to dh7 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 10 ++-------- 4 files changed, 12 insertions(+), 11 deletions(-) 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 -- 1.7.9.5