From 4004556adff04790251fba775a12d82b35bceae7 Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 03:45:22 -0400 Subject: [PATCH] Update packaging to dh7 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 4 ++-- debian/rules | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b75785..90fa34c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-dhcp (0.0.6~glasgall5achernya1) precise; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 03:43:59 -0400 + invirt-dhcp (0.0.6~glasgall5) precise; urgency=low * more string/unistring idiocy 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 5b5ce20..93dddfd 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-dhcp Section: base Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.3 Package: invirt-dhcp Architecture: all diff --git a/debian/rules b/debian/rules index e6192f6..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk +%: + dh $@ -- 1.7.9.5