Author: pabs
Date: 2010-12-04 05:16:49 +0000 (Sat, 04 Dec 2010)
New Revision: 11555

Modified:
   packages/trunk/transcend/debian/changelog
   packages/trunk/transcend/debian/rules
Log:
Don't link against libraries that are not used

Modified: packages/trunk/transcend/debian/changelog
===================================================================
--- packages/trunk/transcend/debian/changelog   2010-12-04 05:11:42 UTC (rev 
11554)
+++ packages/trunk/transcend/debian/changelog   2010-12-04 05:16:49 UTC (rev 
11555)
@@ -11,6 +11,7 @@
   * Add an icon converted from the MacOS X icon
   * Wrap the build-depends, drop unused autotools-dev
   * Refer to the correct version of the GPL
+  * Don't link against libraries that are not used
 
  -- Paul Wise <[email protected]>  Sat, 04 Dec 2010 11:33:52 +0800
 

Modified: packages/trunk/transcend/debian/rules
===================================================================
--- packages/trunk/transcend/debian/rules       2010-12-04 05:11:42 UTC (rev 
11554)
+++ packages/trunk/transcend/debian/rules       2010-12-04 05:16:49 UTC (rev 
11555)
@@ -13,6 +13,7 @@
        mkdir 32x32
        convert -scale 32x32 transcend.png 32x32/transcend.png
        convert 32x32/transcend.png 32x32/transcend.xpm
+       sed -i -e 's/-lX11 -lXi -lXext -lXmu *//g' Transcend/game/Makefile
        sed -i -e 's/^COMPILE_FLAGS = /COMPILE_FLAGS = $$(CFLAGS) /' 
Transcend/game/Makefile
        $(MAKE) -C Transcend/game OPTIMIZE_FLAG= DEBUG_FLAG= CFLAGS="$(CFLAGS) 
-DLEVELS_DIR=\\\"/usr/share/games/transcend/levels\\\""
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to