Author: pabs Date: 2012-02-19 08:08:35 +0000 (Sun, 19 Feb 2012) New Revision: 13262
Modified: packages/trunk/zaz/debian/changelog packages/trunk/zaz/debian/control packages/trunk/zaz/debian/copyright Log: Wrap and sort various files for more readable diffs Modified: packages/trunk/zaz/debian/changelog =================================================================== --- packages/trunk/zaz/debian/changelog 2012-02-19 08:04:44 UTC (rev 13261) +++ packages/trunk/zaz/debian/changelog 2012-02-19 08:08:35 UTC (rev 13262) @@ -5,6 +5,7 @@ [ Paul Wise ] * Add patches by Steve Cotton to fix crashes (Closes: #649017; LP: #656468) + * Wrap and sort various files for more readable diffs -- Miriam Ruiz <[email protected]> Tue, 29 Nov 2011 23:11:19 +0100 Modified: packages/trunk/zaz/debian/control =================================================================== --- packages/trunk/zaz/debian/control 2012-02-19 08:04:44 UTC (rev 13261) +++ packages/trunk/zaz/debian/control 2012-02-19 08:08:35 UTC (rev 13262) @@ -3,9 +3,22 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 7), quilt, dh-buildinfo, autotools-dev, pkg-config, - gettext, ttf-freefont, libgl1-mesa-dev, libglu1-mesa-dev, libsdl1.2-dev, - libxext-dev, libsdl-image1.2-dev, libftgl-dev, libvorbis-dev, libtheora-dev +Build-Depends: + autotools-dev, + debhelper (>= 7), + dh-buildinfo, + gettext, + libftgl-dev, + libgl1-mesa-dev, + libglu1-mesa-dev, + libsdl-image1.2-dev, + libsdl1.2-dev, + libtheora-dev, + libvorbis-dev, + libxext-dev, + pkg-config, + quilt, + ttf-freefont Standards-Version: 3.9.2 Homepage: http://phuzzboxmedia.com/index.php/games/open-sourced-zaz Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/zaz/ @@ -13,7 +26,11 @@ Package: zaz Architecture: any -Depends: ttf-freefont, zaz-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + ttf-freefont, + zaz-data (>= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Suggests: zaz-dbg (= ${binary:Version}) Description: arcade action puzzle game Zaz is an arcade action puzzle game where the goal is to get rid of @@ -25,7 +42,7 @@ Package: zaz-data Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: zaz (>= ${source:Version}) Description: arcade action puzzle game - game data Zaz is an arcade action puzzle game where the goal is to get rid of @@ -37,7 +54,7 @@ Section: debug Priority: extra Architecture: any -Depends: zaz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: zaz (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: arcade action puzzle game - debug Zaz is an arcade action puzzle game where the goal is to get rid of all incoming balls by rearranging their order. Modified: packages/trunk/zaz/debian/copyright =================================================================== --- packages/trunk/zaz/debian/copyright 2012-02-19 08:04:44 UTC (rev 13261) +++ packages/trunk/zaz/debian/copyright 2012-02-19 08:08:35 UTC (rev 13262) @@ -64,7 +64,7 @@ . The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The - fonts, including any derivative works, can be bundled, embedded, + fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

