This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository freedroidrpg.
commit bd2c441cb539c05bc865add986c79e129fb28367 Author: Julien Puydt <[email protected]> Date: Fri Nov 11 12:30:08 2016 +0100 Ran wrap-and-sort --- debian/control | 24 ++++++++++++++++++------ debian/copyright | 37 ++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 25 deletions(-) diff --git a/debian/control b/debian/control index f31570a..9b18f1d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,17 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Julien Puydt <[email protected]> -Build-Depends: autotools-dev, debhelper (>= 10), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libsdl-gfx1.2-dev, libvorbis-dev, libjpeg-dev, libz-dev, libpng-dev +Build-Depends: autotools-dev, + debhelper (>= 10), + libjpeg-dev, + libpng-dev, + libsdl-gfx1.2-dev, + libsdl-image1.2-dev, + libsdl-mixer1.2-dev, + libsdl-net1.2-dev, + libsdl1.2-dev, + libvorbis-dev, + libz-dev Standards-Version: 3.9.8 Homepage: http://freedroid.sourceforge.net/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/freedroidrpg.git @@ -11,11 +21,13 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-games/freedroidrpg.git Package: freedroidrpg Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, freedroidrpg-data (= ${source:Version}) +Depends: freedroidrpg-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: Isometric RPG influenced by Paradroid Freedroid RPG is an RPG with isometric graphics. In it, the player - is Tux, who must fight rebelling robots in order to restore peace to - humankind. To do so,Tux may take over robots in a minigame based off the + is Tux, who must fight rebelling robots in order to restore peace to + humankind. To do so,Tux may take over robots in a minigame based off the classic game Paradroid, or may simply blast them to pieces with a weapon. . Note that this is not the same game as Freedroid, also available in Debian. @@ -26,8 +38,8 @@ Depends: ${misc:Depends} Suggests: freedroidrpg Description: Data files for freedroidrpg Freedroid RPG is an RPG with isometric graphics. In it, the player - is Tux, who must fight rebelling robots in order to restore peace to - humankind. To do so,Tux may take over robots in a minigame based off the + is Tux, who must fight rebelling robots in order to restore peace to + humankind. To do so,Tux may take over robots in a minigame based off the classic game Paradroid, or may simply blast them to pieces with a weapon. . Note that this is not the same game as Freedroid, also available in Debian. diff --git a/debian/copyright b/debian/copyright index 68bc12a..dbfe5e9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -39,7 +39,7 @@ Upstream authors, as found in the CREDITS menu of the game: | RELEASE MANAGEMENT: | Arthur Huillet | Miles McCammon - | + | | ALSO, IN PREVIOUS VERSIONS | PROGRAMMING: | Johannes Prix @@ -106,20 +106,20 @@ Copyright: License: | This file is part of Freedroid - | + | | Freedroid is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation; either version 2 of the License, or | (at your option) any later version. - | + | | Freedroid is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. - | + | | You should have received a copy of the GNU General Public License - | along with Freedroid; see the file COPYING. If not, write to the - | Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + | along with Freedroid; see the file COPYING. If not, write to the + | Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, | MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License @@ -133,7 +133,7 @@ and is licensed under the GPL, see above. Part of the file src/text_public.c has this copyright and license: | Copyright (C) 1997-2001 Id Software, Inc., under GPL - | + | | FS_filelength().. (taken from quake2) Part of the file src/colldet.c has this copyright and license: @@ -145,7 +145,7 @@ Part of the file src/colldet.c has this copyright and license: The file win32/pngtoico.c has this copyright and license: | Copyright 2001 H. Peter Anvin - All Rights Reserved - | + | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License as published by | the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, @@ -156,16 +156,16 @@ The file src/keyboard.c has this copyright and license: | Copyright 2006, 2007, 2008 Edgar Simo Serra | Copyright 2008 Arthur Huillet - | + | | This program is free software; you can redistribute it and/or modify | it under the terms of the GNU General Public License version 3 as | published by the Free Software Foundation. - | + | | This program is distributed in the hope that it will be useful, | but WITHOUT ANY WARRANTY; without even the implied warranty of | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | GNU General Public License for more details. - | + | | You should have received a copy of the GNU General Public License | along with this program. If not, see <http://www.gnu.org/licenses/>. @@ -176,25 +176,25 @@ The files lua/* have this copyright and license: | Lua License | ----------- - | + | | Lua is licensed under the terms of the MIT license reproduced below. | This means that Lua is free software and can be used for both academic | and commercial purposes at absolutely no cost. - | + | | For details and rationale, see http://www.lua.org/license.html . - | + | | Copyright (C) 1994-2008 Lua.org, PUC-Rio. - | + | | Permission is hereby granted, free of charge, to any person obtaining a copy | of this software and associated documentation files (the "Software"), to deal | in the Software without restriction, including without limitation the rights | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | copies of the Software, and to permit persons to whom the Software is | furnished to do so, subject to the following conditions: - | + | | The above copyright notice and this permission notice shall be included in | all copies or substantial portions of the Software. - | + | | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -211,7 +211,7 @@ have this copyright and license: | Linux kernel linked lists, | modified for userspace by | - [email protected] - | + | | This is obviously GPL licensed. The file src/BFont.c contains this: @@ -294,4 +294,3 @@ The file src/gen_savestruct.py has this copyright and license : The text "Copyright by MegaSys" is not a real copyright notice. It is just part of the game text. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freedroidrpg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

