r5564 - packages/trunk/warzone2100/debian

Paul Wise pabs at alioth.debian.org
Wed Jan 30 04:31:07 UTC 2008


Author: pabs
Date: 2008-01-30 04:31:06 +0000 (Wed, 30 Jan 2008)
New Revision: 5564

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
  - Remove win32/FlexBison.rules (non-free)
  - Remove upstream Debian packaging (annoying)
  - Remove all the tools code (too much copyright to audit)

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog	2008-01-29 23:50:46 UTC (rev 5563)
+++ packages/trunk/warzone2100/debian/changelog	2008-01-30 04:31:06 UTC (rev 5564)
@@ -1,10 +1,13 @@
-warzone2100 (2.1.0~0.svn3595-1) UNRELEASED; urgency=low
+warzone2100 (2.1.0~0.svn3595.dfsg.1-1) UNRELEASED; urgency=low
 
   * New upstream release
     - Breaks compatibility with previous savegames and netcode
     - Builds with GCC 4.3 (Closes: #462426)
     - Doesn't save invalid resolutions in the config (Closes: #460952)
   * Add a get-orig-source target for recreating the tarball
+    - Remove win32/FlexBison.rules (non-free)
+    - Remove upstream Debian packaging (annoying)
+    - Remove all the tools code (too much copyright to audit)
 
  -- Paul Wise <pabs at debian.org>  Tue, 29 Jan 2008 14:17:52 +0900
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules	2008-01-29 23:50:46 UTC (rev 5563)
+++ packages/trunk/warzone2100/debian/rules	2008-01-30 04:31:06 UTC (rev 5564)
@@ -166,11 +166,15 @@
 
 
 SVN=3595
+DIR=warzone2100-2.1.0~0.svn$(SVN).dfsg.1.orig
+TAR=$(DIR).tar.gz
 
 get-orig-source:
-	svn export -r $(SVN) http://svn.gna.org/svn/warzone/trunk warzone2100-2.1.0~0.svn$(SVN)
-	rm -rf warzone2100-2.1.0~0.svn$(SVN)/debian
-	tar zcf warzone2100_2.1.0~0.svn$(SVN).orig.tar.gz warzone2100-2.1.0~0.svn$(SVN)
-	rm -rf warzone2100-2.1.0~0.svn$(SVN)
+	svn export -r $(SVN) http://svn.gna.org/svn/warzone/trunk $(DIR)
+	rm -r $(DIR)/debian                # Annoying to have 
+	rm    $(DIR)/win32/FlexBison.rules # No right to distribute
+	rm -r $(DIR)/tools                 # Not needed, can't be bothered auditing licences/copyrights
+	tar zcf $(TAR) $(DIR) 
+	rm -rf $(DIR)
 
 .PHONY: patch unpatch configure build build-indep clean clean-really binary-indep binary-arch binary install install-indep get-orig-source




More information about the Pkg-games-commits mailing list