[SCM] WorldForge 3D client branch, master, updated. upstream/0.6.2+dfsg-59-g8f5c3eb

Stephen M. Webb stephen.webb at bregmasoft.ca
Tue Jun 12 20:02:16 UTC 2012


The following commit has been merged in the master branch:
commit d58053d07e815aa6d53151e2b310598767da1a59
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Tue Jun 12 13:23:20 2012 -0400

    fixed a FTBFS on random arches due to --parallel on dh_install

diff --git a/debian/changelog b/debian/changelog
index 5b02224..d920bf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ember (0.6.2+dfsg-2) UNRELEASED; urgency=low
+
+  * fixed a FTBFS on random arches due to --parallel on dh_install
+
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Tue, 12 Jun 2012 13:22:14 -0400
+
 ember (0.6.2+dfsg-1) unstable; urgency=low
 
   * new upstream release (closes: #633854)
diff --git a/debian/rules b/debian/rules
index 0546fd6..f884649 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/games --enable-cppunit=no

-- 
WorldForge 3D client



More information about the Pkg-games-commits mailing list