r13672 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Tue Jun 5 09:40:59 UTC 2012


Author: pabs
Date: 2012-06-05 09:40:58 +0000 (Tue, 05 Jun 2012)
New Revision: 13672

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
Do not ship the map binaries

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2012-06-05 09:23:04 UTC (rev 13671)
+++ packages/trunk/warzone2100/debian/changelog	2012-06-05 09:40:58 UTC (rev 13672)
@@ -18,6 +18,7 @@
   * wrap-and-sort -sa
   * Drop autotools_dev, not needed with autoreconf
   * Enable all the hardening flags
+  * Do not ship the map binaries
 
  -- Paul Wise <pabs at debian.org>  Mon, 24 Oct 2011 10:55:52 +0800
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2012-06-05 09:23:04 UTC (rev 13671)
+++ packages/trunk/warzone2100/debian/rules	2012-06-05 09:40:58 UTC (rev 13672)
@@ -27,6 +27,7 @@
 
 override_dh_auto_install:
 	dh_auto_install
+	rm -f debian/*/usr/games/map*
 	rm -f debian/*/usr/share/doc/warzone2100/COPYING*
 	rm -f debian/*/usr/share/doc/warzone2100/ChangeLog*
 	rm -f debian/*/usr/share/doc/warzone2100/Readme*




More information about the Pkg-games-commits mailing list