r11012 - packages/trunk/teeworlds/debian

Felix Geyer debfx-guest at alioth.debian.org
Tue Jun 1 13:40:19 UTC 2010


Author: debfx-guest
Date: 2010-06-01 13:40:15 +0000 (Tue, 01 Jun 2010)
New Revision: 11012

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/rules
Log:
Don't remove embedded libs in the clean target.


Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog	2010-06-01 13:23:54 UTC (rev 11011)
+++ packages/trunk/teeworlds/debian/changelog	2010-06-01 13:40:15 UTC (rev 11012)
@@ -12,8 +12,9 @@
   * Bump debian/compat to 7.
   * Add pass-build-flags.patch to pass CFLAGS and LDFLAGS to the build system.
   * Remove unneeded build-dependencies.
+  * Don't remove embedded libs in the clean target.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Tue, 01 Jun 2010 15:22:55 +0200
+ -- Felix Geyer <debfx-pkg at fobos.de>  Tue, 01 Jun 2010 15:32:53 +0200
 
 teeworlds (0.5.1-4) unstable; urgency=low
 

Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules	2010-06-01 13:23:54 UTC (rev 11011)
+++ packages/trunk/teeworlds/debian/rules	2010-06-01 13:40:15 UTC (rev 11012)
@@ -17,9 +17,8 @@
 	touch debian.bam
 	bam -c
 	find -type f -name '*.o' -exec rm {} \;
-	rm -rf src/engine/external # Drop the embedded libs to be sure with link the system side lib
-	rm -rf tmp.* config.bam debian.bam fake_server map_resave crapnet
-	rm -rf tileset_borderfix teeworlds_srv dilate versionsrv packetgen mastersrv teeworlds
+	rm -rf tmp.* config.bam debian.bam fake_server map_resave crapnet tileset_borderfix
+	rm -rf teeworlds_srv teeworlds-server dilate versionsrv packetgen mastersrv teeworlds
 	rm -f datasrc/*.pyc 
 
 override_dh_fixperms:




More information about the Pkg-games-commits mailing list