From aea8dfcee87b3563aa4bacec62c465784ff25b1e Mon Sep 17 00:00:00 2001 From: Alexander Chernyakhovsky Date: Fri, 31 May 2013 03:48:41 -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 c1ce5f2..af73f7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-dns (0.0.14~glasgall3achernya1) precise; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 03:48:09 -0400 + invirt-dns (0.0.14~glasgall3) precise; urgency=low * SQLAlchemy API changes (query() -> query) 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 50332b3..5d05319 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-dns Section: base Priority: extra Maintainer: Invirt project -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0) -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.3 Package: invirt-dns 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