Author: vcheng Date: 2015-06-02 05:52:30 +0000 (Tue, 02 Jun 2015) New Revision: 15438
Modified: packages/trunk/supertux/debian/control packages/trunk/supertux/debian/copyright Log: supertux: wrap-and-sort -s Modified: packages/trunk/supertux/debian/control =================================================================== --- packages/trunk/supertux/debian/control 2015-06-02 05:51:14 UTC (rev 15437) +++ packages/trunk/supertux/debian/control 2015-06-02 05:52:30 UTC (rev 15438) @@ -2,20 +2,22 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Bartosz Fenski <[email protected]>, - Christoph Egger <[email protected]>, - Vincent Cheng <[email protected]> -Build-Depends: debhelper (>= 9), - libsdl1.2-dev, - libsdl-image1.2-dev, - libsdl-mixer1.2-dev, - libphysfs-dev, - cmake, - libopenal-dev, - autotools-dev, - libboost-dev, - libglew-dev, - libcurl4-gnutls-dev +Uploaders: + Bartosz Fenski <[email protected]>, + Christoph Egger <[email protected]>, + Vincent Cheng <[email protected]> +Build-Depends: + autotools-dev, + cmake, + debhelper (>= 9), + libboost-dev, + libcurl4-gnutls-dev, + libglew-dev, + libopenal-dev, + libphysfs-dev, + libsdl-image1.2-dev, + libsdl-mixer1.2-dev, + libsdl1.2-dev Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/supertux/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/supertux/ @@ -23,7 +25,10 @@ Package: supertux Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, supertux-data (= ${source:Version}) +Depends: + supertux-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: Classic 2D jump 'n run sidescroller with Tux SuperTux is a classic 2D jump 'n run sidescroller game in a similar style like the original SuperMario games. You play the role of Tux the @@ -31,7 +36,7 @@ Package: supertux-data Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: supertux Description: Classic 2D jump 'n run sidescroller with Tux (data files) SuperTux is a classic 2D jump 'n run sidescroller game in a similar Modified: packages/trunk/supertux/debian/copyright =================================================================== --- packages/trunk/supertux/debian/copyright 2015-06-02 05:51:14 UTC (rev 15437) +++ packages/trunk/supertux/debian/copyright 2015-06-02 05:52:30 UTC (rev 15438) @@ -217,21 +217,21 @@ src/squirrel/include/squirrel.h file, which contains the following notice: /* -Copyright (c) 2003-2006 Alberto Demichelis +Copyright (c) 2003-2006 Alberto Demichelis This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. -Permission is granted to anyone to use this software -for any purpose, including commercial applications, +Permission is granted to anyone to use this software +for any purpose, including commercial applications, and to alter it and redistribute it freely, subject -to the following restrictions: +to the following restrictions: - 1. The origin of this software must not be + 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you + you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is @@ -312,4 +312,3 @@ # Copyright (C) 2003 by Eric Sunshine <[email protected]> # Copyright (C) 2006 by Ondrej Hosek <[email protected]> (GPL v2 or later) - _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

