[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8.3-2-7-g41bd419

Gerfried Fuchs rhonda at debian.at
Sun Aug 15 20:54:57 UTC 2010


The following commit has been merged in the master branch:
commit 74b94bb058c1577d52433b90083b7d988515aa9b
Author: Gerfried Fuchs <rhonda at debian.at>
Date:   Sun Aug 15 21:54:04 2010 +0200

    Change debianization licensing to WTFPLv2

diff --git a/debian/changelog b/debian/changelog
index 598aaff..cbcf16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wesnoth-1.8 (1:1.8.3-3) unstable; urgency=low
 
   * Make wesnoth and wesnoth-core packages directly depend on
     wesnoth-1.8-core.
+  * Change debianization licensing to WTFPLv2.
 
  -- 
 
diff --git a/debian/copyright b/debian/copyright
index 28dbc82..d5f78d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 This package was originally debianized by Cyril Bouthors <cyril at bouthors.org>
 on Tue, 14 Oct 2003 14:10:24 +0200.  It got maintained in the meantime also by
 Isaac Clerencia <isaac at sindominio.net> and is now looked after by
-Gerfried Fuchs <rhonda at debian.at>. The debianization is licensed under
-BSD style, see /usr/share/common-licenses/BSD.
+Gerfried Fuchs <rhonda at debian.at>.
+
 
 It was downloaded from http://www.wesnoth.org/
 
@@ -177,3 +177,21 @@ later versions can be found in the same directory.
 On Debian systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-2 file,
 later versions can be found in the same directory.
+
+        -----
+
+        The debianization of the package is licensed under the WTFPLv2:
+
+               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                       Version 2, December 2004
+
+    Copyright (C) 2007-2010 Gerfried Fuchs
+
+    Everyone is permitted to copy and distribute verbatim or modified
+    copies of this license document, and changing it is allowed as long
+    as the name is changed.
+
+               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+      TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+     0. You just DO WHAT THE FUCK YOU WANT TO.
diff --git a/debian/rules b/debian/rules
index 6d09779..8ce8337 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules for wesnoth
 # copyright 2007-2010 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
diff --git a/debian/wesnoth-1.8-nolog b/debian/wesnoth-1.8-nolog
index bfdc4d3..c811879 100644
--- a/debian/wesnoth-1.8-nolog
+++ b/debian/wesnoth-1.8-nolog
@@ -1,6 +1,6 @@
 #!/bin/sh
 # generic wesnoth-nolog script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 $(echo $0 | sed -e s/-nolog$//) $* > /dev/null 2> /dev/null
diff --git a/debian/wesnoth-1.8-smallgui b/debian/wesnoth-1.8-smallgui
index fbec491..15af957 100644
--- a/debian/wesnoth-1.8-smallgui
+++ b/debian/wesnoth-1.8-smallgui
@@ -1,7 +1,7 @@
 #!/bin/sh
 # generic wesnoth-smallgui script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 cmd=$(basename $0)
 nosmall=$(echo $0 | sed -e s/-smallgui$//)
diff --git a/debian/wesnoth-1.8_editor b/debian/wesnoth-1.8_editor
index 79821ce..7be63d2 100644
--- a/debian/wesnoth-1.8_editor
+++ b/debian/wesnoth-1.8_editor
@@ -1,7 +1,7 @@
 #!/bin/sh
 # generic wesnoth_editor script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 cmd=$(basename $0)
 noedit=$(echo $0 | sed -e s/_editor$//)
diff --git a/debian/wesnoth-BRANCH-nolog.in b/debian/wesnoth-BRANCH-nolog.in
index bfdc4d3..c811879 100644
--- a/debian/wesnoth-BRANCH-nolog.in
+++ b/debian/wesnoth-BRANCH-nolog.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 # generic wesnoth-nolog script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 $(echo $0 | sed -e s/-nolog$//) $* > /dev/null 2> /dev/null
diff --git a/debian/wesnoth-BRANCH-smallgui.in b/debian/wesnoth-BRANCH-smallgui.in
index fbec491..15af957 100644
--- a/debian/wesnoth-BRANCH-smallgui.in
+++ b/debian/wesnoth-BRANCH-smallgui.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # generic wesnoth-smallgui script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 cmd=$(basename $0)
 nosmall=$(echo $0 | sed -e s/-smallgui$//)
diff --git a/debian/wesnoth-BRANCH_editor.in b/debian/wesnoth-BRANCH_editor.in
index 79821ce..7be63d2 100644
--- a/debian/wesnoth-BRANCH_editor.in
+++ b/debian/wesnoth-BRANCH_editor.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 # generic wesnoth_editor script
 # copyright 2009 by Gerfried Fuchs <rhonda at debian.at>
-# Licenced under BSD style
+# Licenced under WTFPLv2
 
 cmd=$(basename $0)
 noedit=$(echo $0 | sed -e s/_editor$//)

-- 
Debian packaging of wesnoth



More information about the Pkg-games-commits mailing list