[SCM] WarMUX PKG branch, master, updated. 66851e07400683a8c4f568dcbe5477c849ec6dbc

Felix Geyer debfx-pkg at fobos.de
Sun Feb 13 17:01:55 UTC 2011


The following commit has been merged in the master branch:
commit aaa34b25645a242676d61fbf227f94d29d5860e5
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sun Feb 13 01:22:18 2011 +0100

    Switch to debhelper compat level 8.

diff --git a/debian/changelog b/debian/changelog
index 6fe5c38..fcdca83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ warmux (1:11.01-1) UNRELEASED; urgency=low
   * Add transitional packages for the old name "wormux".
   * Drop 01_dont_remove_stamp_po.patch and don't backup/restore config.h
     and warmux.pot, not needed anymore.
+  * Switch to debhelper compat level 8.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 13 Feb 2011 00:20:22 +0100
+ -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 13 Feb 2011 01:21:56 +0100
 
 wormux (1:0.9.2.1-1) experimental; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 4845a71..5152c41 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>,
            Cyril Brulebois <kibi at debian.org>,
            Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
            Felix Geyer <debfx-pkg at fobos.de>
-Build-Depends: debhelper (>= 7.4.10~),
+Build-Depends: debhelper (>= 8),
                dh-autoreconf,
                libsdl1.2-dev,
                libsdl-gfx1.2-dev,
diff --git a/debian/rules b/debian/rules
index d756939..13c9007 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 CXXFLAGS += -Wall -Wextra
 
 %:
-	dh --parallel --with autoreconf $@
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-datadir-name=\$${prefix}/share/games/warmux \

-- 
WarMUX PKG



More information about the Pkg-games-commits mailing list