From: Ben Hutchings Date: Sat, 6 Jun 2009 19:30:55 +0000 (+0100) Subject: Use debhelper 7 X-Git-Tag: 20090110-2~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=commitdiff_plain;h=b97a79bde05b481046d4da64a6df83e735e2f367;hp=78bfc80042c1cf4b66ca2a188bdd149a86387dc8 Use debhelper 7 --- 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 \