r12431 - packages/trunk/megaglest/debian

Mark Vejvoda softcoder-guest at alioth.debian.org
Fri May 27 06:53:56 UTC 2011


Author: softcoder-guest
Date: 2011-05-27 06:53:55 +0000 (Fri, 27 May 2011)
New Revision: 12431

Modified:
   packages/trunk/megaglest/debian/control
   packages/trunk/megaglest/debian/rules
Log:
updated to build using non embedded versions of ircclient and miniupnpc


Modified: packages/trunk/megaglest/debian/control
===================================================================
--- packages/trunk/megaglest/debian/control	2011-05-26 15:22:46 UTC (rev 12430)
+++ packages/trunk/megaglest/debian/control	2011-05-27 06:53:55 UTC (rev 12431)
@@ -19,6 +19,8 @@
   libjpeg-dev,
   libz-dev,
   libcurl4-dev,
+  libminiupnpc-dev,
+  libircclient-dev,
   libwxgtk2.8-dev,
   libxml2
 Standards-Version: 3.9.1

Modified: packages/trunk/megaglest/debian/rules
===================================================================
--- packages/trunk/megaglest/debian/rules	2011-05-26 15:22:46 UTC (rev 12430)
+++ packages/trunk/megaglest/debian/rules	2011-05-27 06:53:55 UTC (rev 12431)
@@ -2,6 +2,10 @@
 # -*- makefile -*-
 
 override_dh_auto_configure:
+	rm -rf source/shared_lib/include/libircclient
+	rm -rf source/shared_lib/include/platform/miniupnpc
+	rm -rf source/shared_lib/sources/libircclient
+	rm -rf source/shared_lib/sources/platform/miniupnpc
 	dh_auto_configure -- -DMEGAGLEST_DATA_INSTALL_PATH=share/games/megaglest/
 %:
 	dh $@ --parallel




More information about the Pkg-games-commits mailing list