r11424 - packages/trunk/cultivation/debian

Paul Wise pabs at alioth.debian.org
Wed Oct 27 13:28:50 UTC 2010


Author: pabs
Date: 2010-10-27 13:28:49 +0000 (Wed, 27 Oct 2010)
New Revision: 11424

Modified:
   packages/trunk/cultivation/debian/changelog
   packages/trunk/cultivation/debian/rules
Log:
Don't link against libX11, it isn't used

Modified: packages/trunk/cultivation/debian/changelog
===================================================================
--- packages/trunk/cultivation/debian/changelog	2010-10-27 13:26:38 UTC (rev 11423)
+++ packages/trunk/cultivation/debian/changelog	2010-10-27 13:28:49 UTC (rev 11424)
@@ -18,6 +18,7 @@
   * Drop README.Debian, it is not useful to users
   * Bump Standards-Version, no changes needed
   * Slightly improve the copyright file
+  * Don't link against libX11, it isn't used
 
  -- Paul Wise <pabs at debian.org>  Sun, 24 Oct 2010 15:18:36 +0800
 

Modified: packages/trunk/cultivation/debian/rules
===================================================================
--- packages/trunk/cultivation/debian/rules	2010-10-27 13:26:38 UTC (rev 11423)
+++ packages/trunk/cultivation/debian/rules	2010-10-27 13:28:49 UTC (rev 11424)
@@ -13,6 +13,7 @@
 	mkdir 32x32
 	convert -scale 32x32 cultivation.png 32x32/cultivation.png
 	convert 32x32/cultivation.png 32x32/cultivation.xpm
+	sed -i -e 's/-lX11//' game2/gameSource/Makefile
 	sed -i -e 's/^DEBUG_FLAG = .*/DEBUG_FLAG = /' game2/gameSource/Makefile
 	sed -i -e 's/^OPTIMIZE_FLAG = .*/OPTIMIZE_FLAG = /' game2/gameSource/Makefile
 	sed -i -e 's/^COMPILE_FLAGS = /COMPILE_FLAGS = $$(CFLAGS) /' game2/gameSource/Makefile




More information about the Pkg-games-commits mailing list