r6096 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Sun Mar 16 01:17:25 UTC 2008


Author: kibi-guest
Date: 2008-03-16 01:17:25 +0000 (Sun, 16 Mar 2008)
New Revision: 6096

Removed:
   packages/trunk/boswars/debian/README.Debian-source
Modified:
   packages/trunk/boswars/debian/changelog
   packages/trunk/boswars/debian/rules
Log:
Summarize copyright & license work in debian/changelog, drop no longer needed file/target.

Deleted: packages/trunk/boswars/debian/README.Debian-source
===================================================================
--- packages/trunk/boswars/debian/README.Debian-source	2008-03-16 01:05:01 UTC (rev 6095)
+++ packages/trunk/boswars/debian/README.Debian-source	2008-03-16 01:17:25 UTC (rev 6096)
@@ -1,13 +0,0 @@
-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. In the extracted sources: find -name *.dll -delete
-4. Rename directory to boswars-<version>.orig
-5. tar cfz ../boswars_<version>.dfsg.orig.tar.gz boswars-<version>.orig
-
-Barry deFreese & Cyril Brulebois
-Debian Games Team <debian-devel-games at lists.debian.org>

Modified: packages/trunk/boswars/debian/changelog
===================================================================
--- packages/trunk/boswars/debian/changelog	2008-03-16 01:05:01 UTC (rev 6095)
+++ packages/trunk/boswars/debian/changelog	2008-03-16 01:17:25 UTC (rev 6096)
@@ -1,6 +1,21 @@
 boswars (2.5-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Update copyright and license information since that release is
+    DFSG-compliant:
+     - Not repacking anymore, “*.dll” files deleted from the upstream
+       tarball:
+        - Update debian/copyright accordingly.
+        - Drop debian/README.Debian-source.
+        - Drop the get-orig-source target from debian/rules.
+     - Mention in debian/copyright the mails from tolua++ and tolua
+       authors, which agreed to switch to the lua license (MIT) for their
+       software, included in this source package.
+     - Update all other copyright and license information, while switching
+       to the proposed machine-readable copyright format. Also point to
+       the GPL-2 explicitely, since some parts are GPL-2 and some others
+       are GPL-2+, as clarified by upstream in COPYRIGHT.txt, which gets
+       fully quoted in debian/copyright.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sat, 15 Mar 2008 23:16:12 +0100
 

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2008-03-16 01:05:01 UTC (rev 6095)
+++ packages/trunk/boswars/debian/rules	2008-03-16 01:17:25 UTC (rev 6096)
@@ -110,16 +110,5 @@
 
 	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 
-get-orig-source:
-	dh_testdir
-	wget http://www.boswars.org/dist/releases/boswars-$(UPSTREAM_VERSION)-src.tar.gz
-	tar xfz boswars-$(UPSTREAM_VERSION)-src.tar.gz
-	find boswars-$(UPSTREAM_VERSION)-src -name '*.dll' -delete
-	mv boswars-$(UPSTREAM_VERSION)-src boswars-$(UPSTREAM_VERSION).orig
-	tar cfz ../boswars_$(UPSTREAM_VERSION).dfsg.orig.tar.gz \
-		boswars-$(UPSTREAM_VERSION).orig
-	rm -f boswars-$(UPSTREAM_VERSION)-src.tar.gz
-	rm -rf boswars-$(UPSTREAM_VERSION).orig
-
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch




More information about the Pkg-games-commits mailing list