Author: pabs Date: 2013-06-09 03:53:35 +0000 (Sun, 09 Jun 2013) New Revision: 14246
Modified: packages/trunk/alex4/debian/alex4.install packages/trunk/alex4/debian/control Log: wrap-and-sort -sa Modified: packages/trunk/alex4/debian/alex4.install =================================================================== --- packages/trunk/alex4/debian/alex4.install 2013-06-09 03:51:57 UTC (rev 14245) +++ packages/trunk/alex4/debian/alex4.install 2013-06-09 03:53:35 UTC (rev 14246) @@ -1,4 +1,4 @@ alex4.ini etc +debian/*.desktop /usr/share/applications/ +debian/*.xpm /usr/share/pixmaps/ src/alex4 usr/games/ -debian/*.xpm /usr/share/pixmaps/ -debian/*.desktop /usr/share/applications/ Modified: packages/trunk/alex4/debian/control =================================================================== --- packages/trunk/alex4/debian/control 2013-06-09 03:51:57 UTC (rev 14245) +++ packages/trunk/alex4/debian/control 2013-06-09 03:53:35 UTC (rev 14246) @@ -2,11 +2,17 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Peter De Wachter <[email protected]>, - Paul Wise <[email protected]>, - Peter Pentchev <[email protected]> -Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.15.7~), hardening-includes, - liballegro4-dev, libdumb1-dev, libaldmb1-dev +Uploaders: + Peter De Wachter <[email protected]>, + Paul Wise <[email protected]>, + Peter Pentchev <[email protected]> +Build-Depends: + debhelper (>= 8), + dpkg-dev (>= 1.15.7~), + hardening-includes, + libaldmb1-dev, + liballegro4-dev, + libdumb1-dev Standards-Version: 3.9.2 Homepage: http://allegator.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/alex4/ @@ -14,7 +20,10 @@ Package: alex4 Architecture: any -Depends: alex4-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: + alex4-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: Alex the Allegator 4 - a retro platform game Guide Alex the Allegator through the jungle in order to save his girlfriend Lola from evil humans who want to make a pair of shoes out @@ -25,11 +34,11 @@ Package: alex4-data Architecture: all -Depends: ${misc:Depends} +Depends: + ${misc:Depends} Description: Alex the Allegator 4 - game data Guide Alex the Allegator through the jungle in order to save his girlfriend Lola from evil humans who want to make a pair of shoes out of her. Plenty of classic platforming in four nice colors guaranteed! . This package contains the game data files. - _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

