From 953bdae35b43fda12f20d64ba4bf72b98a136e09 Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 01:26:48 -0400 Subject: [PATCH] Update packaging to dh7 --- debian/changelog | 9 ++++++++- debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 15 +++++---------- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7169ce2..0595f59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ +invirt-base (0.0.37~glasgall3achernya1) precise; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 01:20:40 -0400 + invirt-base (0.0.37~glasgall3) precise; urgency=low - * Change debathena.list to pull from precise + * Change debathena.list to pull from precise -- Adam Glasgall Wed, 20 Mar 2013 23:08:20 -0700 diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index 57dbe7e..aae6eb9 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-base Section: base Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.90), debhelper (>= 4.1.0), python-all-dev (>=2.6.6-3), python-setuptools, python-debian, python-apt -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), python-all-dev, python-setuptools, python-debian, python-apt +Standards-Version: 3.9.3 Package: invirt-base Architecture: all diff --git a/debian/rules b/debian/rules index bedb3e3..d76ac91 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,7 @@ #!/usr/bin/make -f +%: + dh $@ --with python2 -DEB_PYTHON2_MODULE_PACKAGES=invirt-base - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - -binary-fixup/invirt-base:: - mv $(DEB_DESTDIR)usr/bin/invirt-reload $(DEB_DESTDIR)usr/sbin/invirt-reload - -clean:: - rm -rf python/invirt.egg-info +override_dh_install: + dh_install + mv debian/invirt-base/usr/bin/invirt-reload debian/invirt-base/usr/sbin/invirt-reload -- 1.7.9.5