Author: pabs Date: 2011-04-04 05:08:26 +0000 (Mon, 04 Apr 2011) New Revision: 12087
Modified: packages/trunk/hex-a-hop/debian/changelog packages/trunk/hex-a-hop/debian/control Log: Wrap uploaders, build-deps and deps one per line Modified: packages/trunk/hex-a-hop/debian/changelog =================================================================== --- packages/trunk/hex-a-hop/debian/changelog 2011-04-03 07:10:41 UTC (rev 12086) +++ packages/trunk/hex-a-hop/debian/changelog 2011-04-04 05:08:26 UTC (rev 12087) @@ -4,6 +4,7 @@ * New upstream release with new maintainers (Closes: #567911) * Fix homepage to point at adoptive project (Closes: #563187) * Add a watch file + * Wrap uploaders, build-deps and deps one per line -- Paul Wise <[email protected]> Sat, 28 Aug 2010 18:41:43 +0800 Modified: packages/trunk/hex-a-hop/debian/control =================================================================== --- packages/trunk/hex-a-hop/debian/control 2011-04-03 07:10:41 UTC (rev 12086) +++ packages/trunk/hex-a-hop/debian/control 2011-04-04 05:08:26 UTC (rev 12087) @@ -2,8 +2,16 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, Jens Seidel <[email protected]>, Sam Hocevar <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5), quilt, gettext, libsdl1.2-dev, libsdl-pango-dev, po4a +Uploaders: Miriam Ruiz <[email protected]>, + Jens Seidel <[email protected]>, + Sam Hocevar <[email protected]>, + Barry deFreese <[email protected]> +Build-Depends: debhelper (>= 5), + quilt, + gettext, + libsdl1.2-dev, + libsdl-pango-dev, + po4a Standards-Version: 3.8.3 Homepage: http://hexahop.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/hex-a-hop/ @@ -11,7 +19,8 @@ Package: hex-a-hop Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: puzzle game based on hexagonal tiles Hex-a-hop is a great puzzle game in which a girl has to break all the green tiles in an hexagonal map without getting trapped. There is no time limit and _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

