[SCM] Wormux PKG branch, master, updated. ed409c88fd6f7d05810ef898006d159ae18c9aba

Felix Geyer debfx-pkg at fobos.de
Sat Jul 17 14:32:45 UTC 2010


The following commit has been merged in the master branch:
commit c755bf240033c99b7116d92883185ca72f3223c1
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sat Jul 17 15:51:44 2010 +0200

    Use the autoreconf debhelper sequence.

diff --git a/debian/changelog b/debian/changelog
index bc63fe4..e0d0ab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ wormux (1:0.9.2.1-1) unstable; urgency=low
   * Bump Standards-Version to 3.9.0.
   * Use "Breaks" instead of "Conflicts".
   * wormux-server and wormux-data don't recommend wormux anymore.
+  * Use the autoreconf debhelper sequence.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Fri, 16 Jul 2010 19:54:48 +0200
+ -- Felix Geyer <debfx-pkg at fobos.de>  Sat, 17 Jul 2010 15:50:42 +0200
 
 wormux (1:0.8.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 82f6356..81d943e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Jean Parpaillon (artefact) <artefact at altern.org>,
            Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
            Felix Geyer <debfx-pkg at fobos.de>
 Build-Depends: debhelper (>= 7.4.10~),
-               autotools-dev (>= 20100122.1~),
+               dh-autoreconf,
                libsdl1.2-dev,
                libsdl-gfx1.2-dev,
                libsdl-image1.2-dev,
diff --git a/debian/rules b/debian/rules
index fda3e49..1701c14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --parallel --with autotools_dev $@
+	dh --parallel --with autoreconf $@
 
 override_dh_auto_configure:
 	[ -f src/config.h.clean ] || cp src/config.h src/config.h.clean
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..832d5fb
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# updated by autoreconf
+wormux source: outdated-autotools-helper-file config.sub 2004-03-12
+wormux source: outdated-autotools-helper-file config.guess 2004-03-12

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list