Author: vivicoder-guest Date: 2013-08-27 21:21:46 +0000 (Tue, 27 Aug 2013) New Revision: 14529
Modified: packages/trunk/dccnitghtmare/debian/copyright packages/trunk/dccnitghtmare/debian/rules Log: Extra license files removed Modified: packages/trunk/dccnitghtmare/debian/copyright =================================================================== --- packages/trunk/dccnitghtmare/debian/copyright 2013-08-27 17:28:41 UTC (rev 14528) +++ packages/trunk/dccnitghtmare/debian/copyright 2013-08-27 21:21:46 UTC (rev 14529) @@ -9,9 +9,62 @@ Copyright: Copyright (C) 2005-2012 DNTeam <[email protected]> License: GPL-3+ +Files: data/characters/portraits/sources/nubux/* +Copyright: nubux +License: CC-BY-3.0 +Reference: http://opengameart.org/content/9-portaits-108px + http://opengameart.org/content/11-portraits-108px + http://opengameart.org/content/5-portraits-108px + +Files: data/characters/portraits/sources/nubux/Logan-small.xcf +Copyright: nubux +License: CC-BY-3.0 +Note: Modified by qubodup (Iwan Gabovitch) <[email protected]> + +Files: data/music/caravan.ogg +Copyright: yd +License: CC0-1.0 +Reference: http://opengameart.org/content/desert-theme + +Files: data/music/cavesofsorrow.ogg +Copyright: Alexander Zhelanov +License: CC-BY-3.0 +Reference: http://opengameart.org/content/caves-of-sorrow-from-flare-project + +Files: data/music/death_game.ogg +Copyright: Tobias "Sum-1" Peterson +License: CC-BY-3.0 +Reference: http://opengameart.org/content/weird-death-game-over-loop-15s-cut-of-alien-phone-sex-by-sum-1 + +Files: data/music/discordance.ogg +Copyright: tenach +License: CC-BY-SA-3.0 +Reference: http://opengameart.org/content/discordance + +Files: data/music/emptycity.ogg +Copyright: yd +License: CC0-1.0 +Reference: http://opengameart.org/content/emptycity-background-music + +Files: data/music/main_menu.ogg +Copyright: brandon75689 +License: CC-BY-3.0 +Reference: http://opengameart.org/content/tragic-ambient-main-menu + +Files: data/texturas/floor_outdoor/ofslayer/* +Copyright: Slayer +License: CC-BY-3.0 +Note: From the OpenFrag/Lemog3D texture pack + +Files: data/texturas/wall/upper_wall.png +Copyright: qubodup (Iwan Gabovitch) <[email protected]> +License: CC0-1.0 +Note: Based on a PD texture from Burningwell.org + Files: debian/* Copyright: Copyright (C) 2012, Miriam Ruiz <[email protected]> License: GPL-3+ +Note: Modified by Vincent Prat <[email protected]> License: GPL-3+ This program is free software; you can redistribute it and/or modify @@ -19,8 +72,14 @@ the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . - On Debian systems, the complete text of the latest version of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL'. - . - The complete text of version 3 of the GNU General Public License can be - found in `/usr/share/common-licenses/GPL-3'. + On Debian systems, the full text of the GNU General Public License version + 3 can be found in `/usr/share/common-licenses/GPL-3'. + +License: CC-BY-3.0 + The full text of the CC-BY license version 3 can be found at http://creativecommons.org/licenses/by/3.0/legalcode + +License: CC-BY-SA-3.0 + The full text of the CC-BY-SA license version 3 can be found at http://creativecommons.org/licenses/by-sa/3.0/legalcode + +License: CC0-1.0 + The full text of the CC0 license version 1 can be found at http://creativecommons.org/publicdomain/zero/1.0/legalcode Modified: packages/trunk/dccnitghtmare/debian/rules =================================================================== --- packages/trunk/dccnitghtmare/debian/rules 2013-08-27 17:28:41 UTC (rev 14528) +++ packages/trunk/dccnitghtmare/debian/rules 2013-08-27 21:21:46 UTC (rev 14529) @@ -19,3 +19,12 @@ override_dh_strip: dh_strip --dbg-package=dccnitghtmare-dbg + +override_dh_install: + # removing extra license files + rm debian/tmp/usr/local/share/dccnitghtmare/data/characters/portraits/sources/nubux/license.txt + rm debian/tmp/usr/local/share/dccnitghtmare/data/music/license.txt + rm debian/tmp/usr/local/share/dccnitghtmare/data/texturas/floor_outdoor/ofslayer/license.txt + rm debian/tmp/usr/local/share/dccnitghtmare/data/texturas/roads/streetlines/license.txt + rm debian/tmp/usr/local/share/dccnitghtmare/data/texturas/wall/license.txt + dh_install _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

