The following commit has been merged in the master branch:
commit 915b12c48c66b62d10121477100a3fde3dcd80d6
Author: Peter Pentchev <[email protected]>
Date:   Sun Dec 5 23:12:36 2010 +0200

    Bump the debhelper compat level to 7 with almost no changes.

diff --git a/debian/changelog b/debian/changelog
index fe44a4d..7cc767e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ matanza (0.13+ds1-2) UNRELEASED; urgency=low
   * Add the Vcs-Git and Vcs-Browser source control fields.
   * Use dpkg-buildflags from dpkg-dev 1.15.7 to obtain CPPFLAGS, CFLAGS
     and LDFLAGS.
+  * Bump the debhelper compatibility version to 7:
+    - use dh_prep instead of dh_clean -k
+    - dh_clean removes build-stamp now
 
  -- Peter Pentchev <[email protected]>  Sun, 24 Oct 2010 18:56:37 +0300
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 89fd4c6..b13b61f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: extra
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Peter Pentchev <[email protected]>
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.15.7~),
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.15.7~),
        autotools-dev, texlive-extra-utils, libpng12-dev
 Standards-Version: 3.9.1
 Homepage: http://bachue.com/matanza/
diff --git a/debian/rules b/debian/rules
index ad597f8..42d3292 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,14 +25,14 @@ clean:
        dh_testdir
        dh_testroot
        [ ! -f Makefile ] || $(MAKE) distclean
-       rm -f matanza.c ai.c config.sub config.guess build-stamp
+       rm -f matanza.c ai.c config.sub config.guess
        rm -f *.o
        dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        $(MAKE) install DESTDIR=$(CURDIR)/debian/matanza
 
 binary: binary-indep binary-arch

-- 
matanza - a space ascii war game

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to