[widelands] 10/15: remove a licence file that is included in debian/copyright

Martin Quinson mquinson at moszumanska.debian.org
Sat Nov 19 21:32:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

mquinson pushed a commit to branch master
in repository widelands.

commit 96f410394b3a6b6a0ace5b91a7958b33f13dc0da
Author: Martin Quinson <martin.quinson at loria.fr>
Date:   Sat Nov 19 18:23:25 2016 +0100

    remove a licence file that is included in debian/copyright
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d5e4d4f..f009a31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,9 +39,10 @@ override_dh_auto_install:
 	ln -s /usr/share/fonts/truetype/Nakula debian/tmp/usr/share/games/widelands/data/i18n/fonts
 	rm -r debian/tmp/usr/share/games/widelands/data/i18n/fonts/Sinhala
 	ln -s /usr/share/fonts/truetype/sinhala debian/tmp/usr/share/games/widelands/data/i18n/fonts/Sinhala
+	# Remove the licenses that are included in debian/copyright
+	rm debian/tmp/usr/share/games/widelands/data/i18n/fonts/Culmus/LICENSE
 	rm debian/tmp/usr/share/games/widelands/data/i18n/fonts/Widelands/LICENSE
-	# Do not include the GPL-2 license file again to keep lintian happy
-	# (but the file is listed from the user interface, so dont kill it completely)
+	# The GPL-2 license is listed from the user interface, so dont kill it completely
 	# (we cannot patch the user interface because that's in a translated text)
 	if cmp --quiet debian/tmp/usr/share/games/widelands/COPYING /usr/share/common-licenses/GPL-2 ; then \
 	  rm debian/tmp/usr/share/games/widelands/COPYING; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/widelands.git



More information about the Pkg-games-commits mailing list