Author: pabs Date: 2012-06-18 07:12:44 +0000 (Mon, 18 Jun 2012) New Revision: 13720
Modified: packages/trunk/mancala/debian/changelog packages/trunk/mancala/debian/control Log: Wrap and sort various files Modified: packages/trunk/mancala/debian/changelog =================================================================== --- packages/trunk/mancala/debian/changelog 2012-06-18 07:12:04 UTC (rev 13719) +++ packages/trunk/mancala/debian/changelog 2012-06-18 07:12:44 UTC (rev 13720) @@ -7,6 +7,7 @@ * Switch debhelper compat 9 and dh * Bump Standards-Version, no changes needed * Fix the Vcs-Browser field + * Wrap and sort various files -- Paul Wise <[email protected]> Sun, 03 Apr 2011 13:45:54 +0800 Modified: packages/trunk/mancala/debian/control =================================================================== --- packages/trunk/mancala/debian/control 2012-06-18 07:12:04 UTC (rev 13719) +++ packages/trunk/mancala/debian/control 2012-06-18 07:12:44 UTC (rev 13720) @@ -4,14 +4,14 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Paul Wise <[email protected]> Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 9), libforms-dev, libforms-bin +Build-Depends: debhelper (>= 9), libforms-bin, libforms-dev Homepage: http://shh.thathost.com/pub-unix/#Mancala Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mancala/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/mancala/ Package: mancala Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Implementation of the simple board game called Mancala This is an implementation of the simple, but fun board game known as Mancala. Contains both a user-unfriendly character-based interface, and a _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

