The following commit has been merged in the master branch:
commit 4eb645a1bdc585c2ca9bcdcacaddb3ab5e3713ec
Author: Bruno Kleinert <[email protected]>
Date:   Thu Oct 22 17:07:32 2009 +0200

    Replace deprecated dh_clean -k by dh_prep
    
    This also requires to build depend on debhelper 7.

diff --git a/debian/changelog b/debian/changelog
index beed863..06240ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ nexuiz (2.5.2-2) UNRELEASED; urgency=low
   * Add debian/get-nexuiz-orig.sh to fetch and strip the .orig.tar.gz from the
     upstream Subversion repository
   * Migrate from Subversion to Git and Update Vcs-* fields in control file
+  * Build depend on debhelper 7. We're using dh_prep instead of dh_clean -k in
+    debian/rules, now and dh_prep requires debhelper 7
 
- -- Bruno "Fuddl" Kleinert <[email protected]>  Thu, 22 Oct 2009 16:17:56 +0200
+ -- Bruno "Fuddl" Kleinert <[email protected]>  Thu, 22 Oct 2009 17:01:58 +0200
 
 nexuiz (2.5.2-1) unstable; urgency=low
 
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 22ebe03..3932c17 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Bruno "Fuddl" Kleinert <[email protected]>, GonĂ©ri Le Bouder 
<[email protected]>, Gerfried Fuchs <[email protected]>
-Build-Depends: debhelper (>= 5.0.51), libsdl1.2-dev, imagemagick, quilt
+Build-Depends: debhelper (>= 7), libsdl1.2-dev, imagemagick, quilt
 Standards-Version: 3.8.3
 Homepage: http://www.nexuiz.com/
 Vcs-Git: git://git.debian.org/pkg-games/nexuiz
diff --git a/debian/rules b/debian/rules
index 0c60891..4de8dca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ unpatch:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs
        mkdir -p debian/tmp
        cp darkplaces-sdl debian/tmp/nexuiz

-- 
Packaging for the Nexuiz engine

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

Reply via email to