r12309 - in packages/trunk/slimevolley/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Mon May 9 20:00:07 UTC 2011


Author: evgeni
Date: 2011-05-09 20:00:02 +0000 (Mon, 09 May 2011)
New Revision: 12309

Added:
   packages/trunk/slimevolley/debian/patches/
   packages/trunk/slimevolley/debian/patches/link-libm.patch
   packages/trunk/slimevolley/debian/patches/series
Modified:
   packages/trunk/slimevolley/debian/changelog
Log:
Link to libm to prevent FTBFS with --no-add-needed.

Modified: packages/trunk/slimevolley/debian/changelog
===================================================================
--- packages/trunk/slimevolley/debian/changelog	2011-05-09 14:18:50 UTC (rev 12308)
+++ packages/trunk/slimevolley/debian/changelog	2011-05-09 20:00:02 UTC (rev 12309)
@@ -1,3 +1,11 @@
+slimevolley (2.4.2-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Link to libm to prevent FTBFS with --no-add-needed.
+    Closes: #615775
+
+ -- Evgeni Golov <evgeni at debian.org>  Mon, 09 May 2011 21:50:18 +0200
+
 slimevolley (2.4.2-1) unstable; urgency=low
 
   * Initial release (Closes: #539640)

Added: packages/trunk/slimevolley/debian/patches/link-libm.patch
===================================================================
--- packages/trunk/slimevolley/debian/patches/link-libm.patch	                        (rev 0)
+++ packages/trunk/slimevolley/debian/patches/link-libm.patch	2011-05-09 20:00:02 UTC (rev 12309)
@@ -0,0 +1,14 @@
+Description: Link to libm to prevent FTBFS with --no-add-needed.
+Author: Evgeni Golov <evgeni at debian.org>
+Bug-Debian: http://bugs.debian.org/615775
+
+--- slimevolley-2.4.2.orig/CMakeLists.txt
++++ slimevolley-2.4.2/CMakeLists.txt
+@@ -42,6 +42,7 @@ LINK_LIBRARIES(
+ 	${SDL_LIBRARY}
+ 	${SDLTTF_LIBRARY}
+ 	${SDLIMAGE_LIBRARY}
++	m
+ )
+ 
+ INCLUDE(FindGettext.cmake)

Added: packages/trunk/slimevolley/debian/patches/series
===================================================================
--- packages/trunk/slimevolley/debian/patches/series	                        (rev 0)
+++ packages/trunk/slimevolley/debian/patches/series	2011-05-09 20:00:02 UTC (rev 12309)
@@ -0,0 +1 @@
+link-libm.patch




More information about the Pkg-games-commits mailing list