r4741 - packages/trunk/boswars/debian

Barry deFreese bddebian-guest at alioth.debian.org
Thu Nov 22 03:28:37 UTC 2007


Author: bddebian-guest
Date: 2007-11-22 03:28:37 +0000 (Thu, 22 Nov 2007)
New Revision: 4741

Added:
   packages/trunk/boswars/debian/README.Debian-source
Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
   packages/trunk/boswars/debian/watch
Log:
* Repack tarball to remove dll files
* Add README.Debian-source to describe repack
* Add get-orig-source target to rules (Probably needs improvement)
* Update watch file to mangle dfsg version


Added: packages/trunk/boswars/debian/README.Debian-source
===================================================================
--- packages/trunk/boswars/debian/README.Debian-source	                        (rev 0)
+++ packages/trunk/boswars/debian/README.Debian-source	2007-11-22 03:28:37 UTC (rev 4741)
@@ -0,0 +1,13 @@
+The upstream tarball for boswars has been repacked to remove non-free .dll 
+files supplied by upstream for the Windows platform.
+
+To recreate, do the following:
+
+1. Retrieve upstream tarball.
+2. Unpack it
+3. find ./ -name *.dll |xargs rm -rf
+4. Rename directory to boswars-<version>.orig
+5. tar -czf boswars_<version>.dfsg.orig.tar.gz boswars-<version>.orig
+
+Barry deFreese
+Debian Games Team <debian-devel-games at lists.debian.org>

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2007-11-21 21:56:53 UTC (rev 4740)
+++ packages/trunk/boswars/debian/changelog	2007-11-22 03:28:37 UTC (rev 4741)
@@ -1,4 +1,4 @@
-boswars (2.4.1-1) unstable; urgency=low
+boswars (2.4.1.dfsg-1) unstable; urgency=low
 
   [ Cyril Brulebois]
   * Initial release (Closes: #437382).
@@ -21,5 +21,9 @@
   * Add quilt patch system
   * 10_lua_const_char.diff
     + Fix char* -> const char* issues in lua code
+  * Repack tarball to remove dll files
+  * Add README.Debian-source to describe repack
+  * Add get-orig-source target to rules (Probably needs improvement)
+  * Update watch file to mangle dfsg version
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 01 Nov 2007 03:31:24 +0100

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-11-21 21:56:53 UTC (rev 4740)
+++ packages/trunk/boswars/debian/rules	2007-11-22 03:28:37 UTC (rev 4741)
@@ -116,5 +116,16 @@
 	rm -f debian/boswars/usr/share/doc/boswars/html/README-SDL.txt
 	rm -f debian/boswars/usr/share/doc/boswars/html/*copyright*
 
+get-orig-source:
+	dh_testdir
+	dh_testroot
+	wget http://www.boswars.org/dist/releases/boswars-2.4.1-src.tar.gz
+	tar -xzf boswars-2.4.1-src.tar.gz
+	find ./ -name *.dll |xargs rm -rf
+	mv boswars-2.4.1-src boswars-2.4.1.orig
+	tar -czfz boswars_2.4.1.orig.tar.gz boswars-2.4.1.orig
+	rm -rf boswars-2.4.1-src.tar.gz
+	rm -rf boswars-2.4.1.orig
+
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure get-orig-source

Modified: packages/trunk/boswars/debian/watch
===================================================================
--- packages/trunk/boswars/debian/watch	2007-11-21 21:56:53 UTC (rev 4740)
+++ packages/trunk/boswars/debian/watch	2007-11-22 03:28:37 UTC (rev 4741)
@@ -1,7 +1,5 @@
-# Compulsory line, this is a version 3 file
 version=3
 
-# <Webpage URL> <string match>
-#http://www.boswars.org/dist/releases/ boswars-(.*)-linux\.tar\.gz
+opts="dversionmangle=s/\.dfsg.*//" \
 http://www.boswars.org/download.shtml dist/releases/boswars-([0-9.]*)-src\.tar\.gz
 




More information about the Pkg-games-commits mailing list