Author: pabs Date: 2013-05-12 09:20:40 +0000 (Sun, 12 May 2013) New Revision: 14053
Modified: packages/trunk/chromium-bsu/debian/changelog packages/trunk/chromium-bsu/debian/chromium-bsu-data.install packages/trunk/chromium-bsu/debian/chromium-bsu.install packages/trunk/chromium-bsu/debian/control packages/trunk/chromium-bsu/debian/copyright Log: wrap-and-sort -sa Modified: packages/trunk/chromium-bsu/debian/changelog =================================================================== --- packages/trunk/chromium-bsu/debian/changelog 2013-05-12 09:19:54 UTC (rev 14052) +++ packages/trunk/chromium-bsu/debian/changelog 2013-05-12 09:20:40 UTC (rev 14053) @@ -3,6 +3,7 @@ * Change the font dep to fonts-uralic | ttf-uralic * Update the watch file to be more flexible * Add a file for upstream metadata + * wrap-and-sort -sa -- Paul Wise <[email protected]> Fri, 11 Nov 2011 11:37:28 +0800 Modified: packages/trunk/chromium-bsu/debian/chromium-bsu-data.install =================================================================== --- packages/trunk/chromium-bsu/debian/chromium-bsu-data.install 2013-05-12 09:19:54 UTC (rev 14052) +++ packages/trunk/chromium-bsu/debian/chromium-bsu-data.install 2013-05-12 09:20:40 UTC (rev 14053) @@ -1,3 +1,3 @@ +usr/share/doc/chromium-bsu usr/share/games/chromium-bsu -usr/share/doc/chromium-bsu usr/share/locale Modified: packages/trunk/chromium-bsu/debian/chromium-bsu.install =================================================================== --- packages/trunk/chromium-bsu/debian/chromium-bsu.install 2013-05-12 09:19:54 UTC (rev 14052) +++ packages/trunk/chromium-bsu/debian/chromium-bsu.install 2013-05-12 09:20:40 UTC (rev 14053) @@ -1,5 +1,5 @@ +../../debian/chromium-bsu.xpm usr/share/pixmaps usr/games/chromium-bsu +usr/share/applications usr/share/man -usr/share/applications usr/share/pixmaps -../../debian/chromium-bsu.xpm usr/share/pixmaps Modified: packages/trunk/chromium-bsu/debian/control =================================================================== --- packages/trunk/chromium-bsu/debian/control 2013-05-12 09:19:54 UTC (rev 14052) +++ packages/trunk/chromium-bsu/debian/control 2013-05-12 09:20:40 UTC (rev 14053) @@ -2,15 +2,18 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Uploaders: Sam Hocevar <[email protected]>, Paul Wise <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), +Uploaders: + Sam Hocevar <[email protected]>, + Paul Wise <[email protected]> +Build-Depends: autotools-dev (>= 20100122.1~), - libsdl1.2-dev (>= 1.2.2-3.1~), - libsdl-image1.2-dev, - libopenal-dev (>= 0.2005080600), + debhelper (>= 7.0.50~), libalut-dev, + libglc-dev, libglu1-mesa-dev, - libglc-dev + libopenal-dev (>= 0.2005080600), + libsdl-image1.2-dev, + libsdl1.2-dev (>= 1.2.2-3.1~) Standards-Version: 3.9.1 Homepage: http://chromium-bsu.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/chromium-bsu/ @@ -18,12 +21,15 @@ Package: chromium-bsu Architecture: any -Depends: ${shlibs:Depends}, +Depends: + chromium-bsu-data (>= 0.9.14), + fonts-uralic | ttf-uralic, ${misc:Depends}, - chromium-bsu-data (>= 0.9.14), - fonts-uralic | ttf-uralic -Replaces: chromium (<< 0.9.14) -Breaks: chromium (<< 0.9.14) + ${shlibs:Depends} +Replaces: + chromium (<< 0.9.14) +Breaks: + chromium (<< 0.9.14) Description: fast paced, arcade-style, scrolling space shooter Chromium is a top down fast paced high action scrolling space shooter. . @@ -34,9 +40,12 @@ Package: chromium-bsu-data Architecture: all -Replaces: chromium-data (<< 0.9.14) -Breaks: chromium-data (<< 0.9.14) -Depends: ${misc:Depends} +Replaces: + chromium-data (<< 0.9.14) +Breaks: + chromium-data (<< 0.9.14) +Depends: + ${misc:Depends} Description: data pack for the Chromium B.S.U. game This package provides all the sounds, images, translations and documentation required for Chromium B.S.U., a fast paced high Modified: packages/trunk/chromium-bsu/debian/copyright =================================================================== --- packages/trunk/chromium-bsu/debian/copyright 2013-05-12 09:19:54 UTC (rev 14052) +++ packages/trunk/chromium-bsu/debian/copyright 2013-05-12 09:20:40 UTC (rev 14053) @@ -1,14 +1,14 @@ This package was originally debianized by Peter Joseph <[email protected]> on Thu, 12 Jul 2001 01:58:32 +0100. -It was then repackaged by Mike Furr <[email protected]> on +It was then repackaged by Mike Furr <[email protected]> on Tue, 4 Mar 2003 19:39:08 -0500. It was downloaded from http://sf.net/projects/chromium-bsu/files -Upstream Author: Mark B. Allan +Upstream Author: Mark B. Allan -Copyright 2000 Mark B. Allan +Copyright 2000 Mark B. Allan Copyright 2008-2009 Paul Wise Copyright 2008 Brian Redfern Copyright 2008 Tristan Heaven @@ -46,7 +46,7 @@ Package to another party. "Freely Available" means that no fee is charged for the right to use - the item, though there may be fees involved in handling the item. + the item, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

