From a088b268442e3bcbd5283593273175dc9deedd18 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 6 Jun 2013 22:12:34 -0400 Subject: [PATCH] port to dh7+precise --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/rules | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f16eeca..81a2af0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-images (0.0.4~glasgall1) precise; urgency=low + + * Rebuild for precise + * Port to dh7 + + -- Adam Glasgall Thu, 06 Jun 2013 22:11:49 -0400 + invirt-images (0.0.3) unstable; urgency=low * Add status messages; continue after failed downloads. diff --git a/debian/control b/debian/control index dae7c9c..9c6a9d9 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: invirt-images Section: base Priority: extra Maintainer: Invirt project -Build-Depends: cdbs, debhelper (>= 5) -Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.3 Package: invirt-images Architecture: all diff --git a/debian/rules b/debian/rules index e6192f6..4f2c774 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f +%: + dh $@ -include /usr/share/cdbs/1/rules/debhelper.mk -- 1.7.9.5