Author: vcheng Date: 2014-02-28 10:54:43 +0000 (Fri, 28 Feb 2014) New Revision: 14933
Modified: packages/trunk/freegish/debian/changelog packages/trunk/freegish/debian/control packages/trunk/freegish/debian/freegish.install Log: Run wrap-and-sort -s Modified: packages/trunk/freegish/debian/changelog =================================================================== --- packages/trunk/freegish/debian/changelog 2014-02-28 10:54:01 UTC (rev 14932) +++ packages/trunk/freegish/debian/changelog 2014-02-28 10:54:43 UTC (rev 14933) @@ -5,6 +5,7 @@ [ Vincent Cheng ] * Update d/copyright to follow debian-copyright format 1.0. * Remove redundant quilt build-dep (already using source format 3.0 (quilt)). + * Run wrap-and-sort -s to clean up d/control. -- Vincent Cheng <[email protected]> Fri, 28 Feb 2014 02:51:14 -0800 Modified: packages/trunk/freegish/debian/control =================================================================== --- packages/trunk/freegish/debian/control 2014-02-28 10:54:01 UTC (rev 14932) +++ packages/trunk/freegish/debian/control 2014-02-28 10:54:43 UTC (rev 14933) @@ -3,8 +3,14 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Luboš Novák <[email protected]> -Build-Depends: debhelper (>= 9), cmake (>= 2.4.4), - libsdl1.2-dev, libopenal-dev, libvorbis-dev, libogg-dev, libpng-dev +Build-Depends: + cmake (>= 2.4.4), + debhelper (>= 9), + libogg-dev, + libopenal-dev, + libpng-dev, + libsdl1.2-dev, + libvorbis-dev Standards-Version: 3.9.5 Homepage: https://github.com/freegish/freegish Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/freegish/ @@ -12,7 +18,11 @@ Package: freegish Architecture: any -Depends: xdg-utils, freegish-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + freegish-data (= ${source:Version}), + xdg-utils, + ${misc:Depends}, + ${shlibs:Depends} Description: physics based arcade game Freegish is a 2D platform game, where the player maneuvers character of a ball of tar. Character may become sticky, slick, heavy and can jump. Modified: packages/trunk/freegish/debian/freegish.install =================================================================== --- packages/trunk/freegish/debian/freegish.install 2014-02-28 10:54:01 UTC (rev 14932) +++ packages/trunk/freegish/debian/freegish.install 2014-02-28 10:54:43 UTC (rev 14933) @@ -1,5 +1,5 @@ usr/games/freegish -usr/share/pixmaps +usr/share/applications usr/share/icons -usr/share/applications usr/share/man +usr/share/pixmaps _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

