From b97a79bde05b481046d4da64a6df83e735e2f367 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 6 Jun 2009 20:30:55 +0100 Subject: [PATCH] Use debhelper 7 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55ec810..9f0e795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ion3 (20090110-2) unstable; urgency=low - Install libextl-mkexports as executable - Add ${misc:Depends} to ion3-dev - Ignore necessary use of debconf in postinst + - Use debhelper 7 -- Ben Hutchings Sat, 13 Jun 2009 05:17:15 +0100 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 d32982a..80d29fb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: non-free/x11 Priority: extra Maintainer: Ben Hutchings Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 4.1.16), gcc (>> 3), libx11-dev, libxext-dev, libsm-dev, liblua5.1-0-dev, lua5.1, quilt, pkg-config, groff-base, po-debconf +Build-Depends: debhelper (>= 7), gcc (>> 3), libx11-dev, libxext-dev, libsm-dev, liblua5.1-0-dev, lua5.1, quilt, pkg-config, groff-base, po-debconf XS-Autobuild: yes Package: ion3 diff --git a/debian/rules b/debian/rules index 3f73573..1f49972 100755 --- a/debian/rules +++ b/debian/rules @@ -44,7 +44,7 @@ clean: unpatch install-indep: build-indep dh_testdir dh_testroot - dh_clean -i -k + dh_prep -i dh_installdirs -i dh_install -i @@ -56,7 +56,7 @@ install-indep: build-indep install-arch: build-arch dh_testdir dh_testroot - dh_clean -a -k + dh_prep -a dh_installdirs -a $(MAKE) install \ -- 2.39.2