[SCM] Trophy racing game - Packaging information branch, master, updated. debian/1.1.7-1-5-g65c4cc4

Andreas Moog amoog at ubuntu.com
Mon Feb 6 17:49:51 UTC 2012


The following commit has been merged in the master branch:
commit fcc4a46c4b70cc973843ca628d62a113b14b5324
Author: Andreas Moog <amoog at ubuntu.com>
Date:   Mon Feb 6 18:46:35 2012 +0100

    debian/control,debian/rules: dont' build with dh-autoreconf, not needed anymore.

diff --git a/debian/changelog b/debian/changelog
index 0d68cce..4b61578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+trophy (2.0.0-1) precise; urgency=low
+
+  * debian/control,debian/rules: dont' build with dh-autoreconf, not needed
+    anymore.
+
+ -- Andreas Moog <amoog at ubuntu.com>  Mon, 06 Feb 2012 18:34:16 +0100
+
 trophy (1.1.7-1) unstable; urgency=low
 
   * New Maintainer (Closes: #622168)
diff --git a/debian/control b/debian/control
index 2ac2d3f..33616a1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Homepage: http://trophy.sourceforge.net/
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Andreas Moog <amoog at ubuntu.com>
 Build-Depends: debhelper (>= 8),
-               dh-autoreconf,
                libclanlib-dev (>= 1.0~svn3827),
                libgl1-mesa-dev,
                libglu1-mesa-dev,
diff --git a/debian/rules b/debian/rules
index 82513e0..1085a28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games

-- 
Trophy racing game - Packaging information



More information about the Pkg-games-commits mailing list