Author: pabs Date: 2011-03-24 09:51:49 +0000 (Thu, 24 Mar 2011) New Revision: 11992
Modified: packages/trunk/barrage/debian/changelog packages/trunk/barrage/debian/menu Log: Wrap the menu file one attribute per line Modified: packages/trunk/barrage/debian/changelog =================================================================== --- packages/trunk/barrage/debian/changelog 2011-03-24 09:50:36 UTC (rev 11991) +++ packages/trunk/barrage/debian/changelog 2011-03-24 09:51:49 UTC (rev 11992) @@ -12,6 +12,7 @@ * Drop build-dep on pre-etch binutils * Clean up the watch file * Fix games team URL in copyright file + * Wrap the menu file one attribute per line -- Gonéri Le Bouder <[email protected]> Mon, 03 Jan 2011 22:09:01 +0100 Modified: packages/trunk/barrage/debian/menu =================================================================== --- packages/trunk/barrage/debian/menu 2011-03-24 09:50:36 UTC (rev 11991) +++ packages/trunk/barrage/debian/menu 2011-03-24 09:51:49 UTC (rev 11992) @@ -1,4 +1,6 @@ -?package(barrage):needs="X11" section="Games/Action"\ - longtitle="Barrage - a rather violent action game"\ - title="Barrage" command="/usr/games/barrage"\ - icon="/usr/share/pixmaps/barrage.xpm" +?package(barrage):needs="X11" + section="Games/Action" \ + longtitle="Barrage - a rather violent action game" \ + title="Barrage" \ + command="/usr/games/barrage" \ + icon="/usr/share/pixmaps/barrage.xpm" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

