Author: vinduv-guest Date: 2010-03-22 21:41:05 +0000 (Mon, 22 Mar 2010) New Revision: 10850
Added: packages/trunk/slimevolley/debian/copyright-data Modified: packages/trunk/slimevolley/debian/changelog packages/trunk/slimevolley/debian/rules Log: * License fixes * UNRELEASED -> unstable Modified: packages/trunk/slimevolley/debian/changelog =================================================================== --- packages/trunk/slimevolley/debian/changelog 2010-03-21 17:08:16 UTC (rev 10849) +++ packages/trunk/slimevolley/debian/changelog 2010-03-22 21:41:05 UTC (rev 10850) @@ -1,4 +1,4 @@ -slimevolley (2.4.2-1) UNRELEASED; urgency=low +slimevolley (2.4.2-1) unstable; urgency=low * Initial release (Closes: #539640) Added: packages/trunk/slimevolley/debian/copyright-data =================================================================== --- packages/trunk/slimevolley/debian/copyright-data (rev 0) +++ packages/trunk/slimevolley/debian/copyright-data 2010-03-22 21:41:05 UTC (rev 10850) @@ -0,0 +1,70 @@ +This package was debianized by Vincent Duvert <[email protected]> on +Thu, 27 Aug 2009 18:29:27 +0200. + +It was downloaded from <http://slime.tuxfamily.org> + +Licensing Details: + +Common slimes directory (/usr/share/games/slimevolley/slimes): +The following files are Copyright (c) 2008 MCMic, and distributed under +the terms of the Free Art License, version 1.3: + slimeJD1.png, slimeJD2.png, slimeJD3.png, slimeJD5.png, slimeJD6.png, + slimeJD7.png, slimeJG1.png, slimeJG2.png, slimeJG5.png, slimeJG6.png, + slimeJG7.png. + +The following file is Copyright (c) 2008 diodio13fr, and distributed +under the terms of the Free Art License, version 1.3: + slimeJG3.png. + +The following files are Copyright (c) 2008 A. Bernigaud, and distributed +under the terms of the Free Art License, version 1.3: + slimeJD4.png, slimeJG4.png. + +The following files are Copyright (c) 2008 Aratz, and distributed under +the terms of the Free Art License, version 1.3: + slimeJD5.png, slimeJG5.png. + +Free Art License: <http://artlibre.org/licence/lal/en/> + +-------------------------------------------------------------------------- + +"Modern" theme (/usr/share/games/slimevolley/themes/modern): +The following files are Copyright (c) 2008 OrkSovaj, and distributed under +the terms of the Free Art License, version 1.3: + balle.png, fleche.png, jeu.png, menu.png, oeil.png, slimeD.png, + slimeG.png, slimeIAD.png, slimeIAG.png. + +Free Art License: <http://artlibre.org/licence/lal/en/> + +The following files are Copyright (c) 2004 Canonical, and distributed +under the terms of the Creative Commons Attribution-ShareAlike license: + s_filet.wav, s_jg_m.wav, s_mur.wav, s_slime.wav + +CC-BY-SA: <http://creativecommons.org/licenses/by-sa/2.0/> + +The font file "police.ttf" is the "Chumbly" font from the Debian +"ttf-aenigma" package. +Copyright © 1995 - 2008 Brian Kent <[email protected]>. +Licensing information can be found here: +<http://packages.debian.org/sid/ttf-aenigma> + +-------------------------------------------------------------------------- + +"Mushrooms" theme (/usr/share/games/slimevolley/themes/mushrooms): +The following files are Copyright (c) 2008 Camille Bissuel, aka yagraph, +and distributed under the terms of the GNU GPLv2: + balle.png, fleche.png, jeu.png, menu.png, oeil.png, slimeD.png, + slimeG.png, slimeIAD.png, slimeIAG.png. + +The following files are released under public domain: + s_filet.wav, s_jg_m.wav, s_mur.wav, s_slime.wav. + +The following file is Copyright (c) 2003 Dustin Norlander and distributed +under the terms of the GNU GPLv2: + police.ttf + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright (C) 2009, Vincent Duvert +<[email protected]> and is licensed under the GPL. Modified: packages/trunk/slimevolley/debian/rules =================================================================== --- packages/trunk/slimevolley/debian/rules 2010-03-21 17:08:16 UTC (rev 10849) +++ packages/trunk/slimevolley/debian/rules 2010-03-22 21:41:05 UTC (rev 10850) @@ -1,10 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -73,10 +68,7 @@ dh_installchangelogs dh_installdocs - cp $(CURDIR)/docs/copyright_slimes $(DOC_DIR)/copyright -# cp $(CURDIR)/docs/copyright_arash $(DOC_DIR) - cp $(CURDIR)/docs/copyright_modern $(DOC_DIR) - cp $(CURDIR)/docs/copyright_mushrooms $(DOC_DIR) + cp $(CURDIR)/debian/copyright-data $(DOC_DIR)/copyright dh_installexamples dh_installmenu _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

