Author: lubos-guest Date: 2016-10-25 12:41:52 +0000 (Tue, 25 Oct 2016) New Revision: 15911
Modified: packages/trunk/freesynd/debian/control Log: run wrap-and-sort to clean up control Modified: packages/trunk/freesynd/debian/control =================================================================== --- packages/trunk/freesynd/debian/control 2016-10-25 12:23:48 UTC (rev 15910) +++ packages/trunk/freesynd/debian/control 2016-10-25 12:41:52 UTC (rev 15911) @@ -2,9 +2,15 @@ Section: contrib/games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Benoit Tuduri <[email protected]>, +Uploaders: + Benoit Tuduri <[email protected]>, Luboš Novák <[email protected]> -Build-Depends: debhelper (>= 10), libpng-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev +Build-Depends: + debhelper (>= 10), + libpng-dev, + libsdl-image1.2-dev, + libsdl-mixer1.2-dev, + libsdl1.2-dev Standards-Version: 3.9.8 Homepage: http://freesynd.sourceforge.net/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/freesynd/ @@ -12,7 +18,7 @@ Package: freesynd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: game-data-packager Description: reimplementation of Syndicate game engine Freesynd is a port of the famous game of BullFrog named Syndicate. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

