From 0da0462b1e52cecf4ef9c008eaa77f111ef204da Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 00:27:55 -0400 Subject: [PATCH] Update packaging to dh7 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/invirt-autoinstaller-guest.displace | 1 + debian/rules | 9 ++------- 5 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 debian/invirt-autoinstaller-guest.displace diff --git a/debian/changelog b/debian/changelog index 7f59c10..b4aefdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-autoinstaller (0.0.35~glasgall2achernya2) precise; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 00:26:30 -0400 + invirt-autoinstaller (0.0.35~glasgall2) precise; urgency=low * Remove old symlinks from invirt-autoinstaller-host.links; they're 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 e6a5bca..b1ec9a6 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-autoinstaller Section: net Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), config-package-dev (>= 4.5~) -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), config-package-dev (>= 5.0~) +Standards-Version: 3.9.3 Package: invirt-autoinstaller-host Architecture: all diff --git a/debian/invirt-autoinstaller-guest.displace b/debian/invirt-autoinstaller-guest.displace new file mode 100644 index 0000000..3308eeb --- /dev/null +++ b/debian/invirt-autoinstaller-guest.displace @@ -0,0 +1 @@ +/etc/init.d/rcS.invirt diff --git a/debian/rules b/debian/rules index 5048ade..3c8e24d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,3 @@ #!/usr/bin/make -f - -DEB_DIVERT_EXTENSION = .invirt -DEB_DIVERT_FILES_invirt-autoinstaller-guest += \ - /etc/init.d/rcS - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/config-package.mk +%: + dh $@ --with config-package -- 1.7.9.5