r9413 - in packages/trunk/attal/debian: . patches

Paul Wise pabs at alioth.debian.org
Sun Apr 5 11:22:26 UTC 2009


Author: pabs
Date: 2009-04-05 11:22:26 +0000 (Sun, 05 Apr 2009)
New Revision: 9413

Added:
   packages/trunk/attal/debian/patches/fix_parallel_build.patch
Modified:
   packages/trunk/attal/debian/changelog
   packages/trunk/attal/debian/patches/series
Log:
Add patch to fix upstream build system for parallel builds
Thanks to Sune Vuorela <sune at debian.org> for the patch.

Modified: packages/trunk/attal/debian/changelog
===================================================================
--- packages/trunk/attal/debian/changelog	2009-04-05 10:46:00 UTC (rev 9412)
+++ packages/trunk/attal/debian/changelog	2009-04-05 11:22:26 UTC (rev 9413)
@@ -4,6 +4,8 @@
   * Drop 10_libpath.diff in favour of ATT_LIB_PREFIX
   * Use the correct patch target to prevent FTBFS with -j2
   * Add a README.source file pointing at the quilt docs
+  * Add patch to fix upstream build system for parallel builds
+    Thanks to Sune Vuorela <sune at debian.org> for the patch.
 
  -- Paul Wise <pabs at debian.org>  Sun, 05 Apr 2009 16:15:22 +0800
 

Added: packages/trunk/attal/debian/patches/fix_parallel_build.patch
===================================================================
--- packages/trunk/attal/debian/patches/fix_parallel_build.patch	                        (rev 0)
+++ packages/trunk/attal/debian/patches/fix_parallel_build.patch	2009-04-05 11:22:26 UTC (rev 9413)
@@ -0,0 +1,21 @@
+Patch: fix_parallel_build.patch
+Author: Sune Vuorela <sune at debian.org>
+Description: fix attal build system for parallel building
+Forwarded: http://sf.net/support/tracker.php?aid=2733745
+--- a/Makefile.pro
++++ b/Makefile.pro
+@@ -16,3 +16,14 @@
+ !isEmpty( ATT_DEBUG ) {
+ 		SUBDIRS += test
+ }
++
++ai.depends = libServer libAi
++campaignEditor.depends = libClient libFight
++client.depends = libClient libFight
++libAi.depends = libCommon libServer
++libClient.depends = libCommon
++libFight.depends = libCommon libClient
++libServer.depends = libCommon
++scenarioEditor.depends = libClient
++server.depends = libServer
++themeEditor.depends = libClient

Modified: packages/trunk/attal/debian/patches/series
===================================================================
--- packages/trunk/attal/debian/patches/series	2009-04-05 10:46:00 UTC (rev 9412)
+++ packages/trunk/attal/debian/patches/series	2009-04-05 11:22:26 UTC (rev 9413)
@@ -1,3 +1,4 @@
 05_rpath.diff
 20_no_themes.diff
 30_ftbfs_gcc-4.3.diff
+fix_parallel_build.patch




More information about the Pkg-games-commits mailing list