[SCM] Worms style game branch, master, updated. debian/0.9.12-2

Dmitry E. Oboukhov unera at debian.org
Mon Mar 15 08:09:58 UTC 2010


The following commit has been merged in the master branch:
commit edfe270bb563eb43b35e66d0f1b366c086bd427b
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Mon Mar 15 11:04:30 2010 +0300

    FTBFS#573694

diff --git a/debian/changelog b/debian/changelog
index a5c25ac..e6166fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hedgewars (0.9.12-2) unstable; urgency=low
+
+  * fixes 'FTBFS: Error: Illegal parameter: -Nu', closes: #573694,
+    thanks for Lucas Nussbaum <lucas at lucas-nussbaum.net>.
+
+ -- Dmitry E. Oboukhov <unera at debian.org>  Mon, 15 Mar 2010 11:03:16 +0300
+
 hedgewars (0.9.12-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..630d0d4
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1 @@
+ftbfs_573694.patch
diff --git a/debian/patches/ftbfs_573694.patch b/debian/patches/ftbfs_573694.patch
new file mode 100644
index 0000000..6978c26
--- /dev/null
+++ b/debian/patches/ftbfs_573694.patch
@@ -0,0 +1,11 @@
+--- build/hedgewars/CMakeLists.txt	2009-10-18 16:55:53.000000000 +0000
++++ build/hedgewars/CMakeLists.txt	2010-03-15 07:54:46.447936655 +0000
+@@ -96,7 +96,7 @@
+ set(pascal_compiler_flags ${noexecstack_flags} "-B" "-FE../bin" "-Fl../bin/" "-Cs2000000" "-vwi" ${hwengine_project})
+ 
+ if(OPTIMIZATIONS)
+-	set(pascal_compiler_flags "-O2" "-Xs" "-Nu" ${pascal_compiler_flags})
++	set(pascal_compiler_flags "-O2" "-Xs" ${pascal_compiler_flags})
+ 	if(APPLE AND NOT universal_build)
+ 		set(pascal_compiler_flags "-fPIC" "-CfSSE2" ${pascal_compiler_flags})	#instruction set for ppc is 7400
+ 	endif()			

-- 
Worms style game



More information about the Pkg-games-commits mailing list