Author: pabs Date: 2013-07-07 05:50:02 +0000 (Sun, 07 Jul 2013) New Revision: 14446
Modified: packages/trunk/primrose/debian/changelog packages/trunk/primrose/debian/control packages/trunk/primrose/debian/copyright packages/trunk/primrose/debian/install Log: Wrap and sort various files Modified: packages/trunk/primrose/debian/changelog =================================================================== --- packages/trunk/primrose/debian/changelog 2013-07-07 05:14:25 UTC (rev 14445) +++ packages/trunk/primrose/debian/changelog 2013-07-07 05:50:02 UTC (rev 14446) @@ -1,3 +1,9 @@ +primrose (6+dfsg1-3) UNRELEASED; urgency=low + + * Wrap and sort various files + + -- Paul Wise <[email protected]> Sun, 07 Jul 2013 13:49:41 +0800 + primrose (6+dfsg1-2) unstable; urgency=low * Switch to dpkg-source v3 Modified: packages/trunk/primrose/debian/control =================================================================== --- packages/trunk/primrose/debian/control 2013-07-07 05:14:25 UTC (rev 14445) +++ packages/trunk/primrose/debian/control 2013-07-07 05:50:02 UTC (rev 14446) @@ -2,11 +2,14 @@ Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Paul Wise <[email protected]>, Christoph Egger <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), +Uploaders: + Paul Wise <[email protected]>, + Christoph Egger <[email protected]> +Build-Depends: + debhelper (>= 7.0.50~), imagemagick, - libsdl1.2-dev, - libgl1-mesa-dev | libgl-dev + libgl1-mesa-dev | libgl-dev, + libsdl1.2-dev Standards-Version: 3.9.1 Homepage: http://primrose.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/primrose/ @@ -14,7 +17,9 @@ Package: primrose Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: compelling tile-placement puzzle game Primrose is a puzzle game by Jason Rohrer and a departure from his previous games. Modified: packages/trunk/primrose/debian/copyright =================================================================== --- packages/trunk/primrose/debian/copyright 2013-07-07 05:14:25 UTC (rev 14445) +++ packages/trunk/primrose/debian/copyright 2013-07-07 05:50:02 UTC (rev 14446) @@ -69,7 +69,7 @@ This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at your own risk. - Permission to use or copy this software for any purpose is hereby granted + Permission to use or copy this software for any purpose is hereby granted without fee, provided the above notices are retained on all copies. Permission to modify the code and to distribute modified code is granted, provided the above notices are retained, and a notice that the code was Modified: packages/trunk/primrose/debian/install =================================================================== --- packages/trunk/primrose/debian/install 2013-07-07 05:14:25 UTC (rev 14445) +++ packages/trunk/primrose/debian/install 2013-07-07 05:50:02 UTC (rev 14446) @@ -1,8 +1,8 @@ -tilePlacementGames/game1/gameSource/Primrose usr/games -tilePlacementGames/game1/gameSource/graphics usr/share/games/primrose -debian/*.desktop usr/share/applications +128x128/*.png usr/share/icons/hicolor/128x128/apps 256x256/*.png usr/share/icons/hicolor/256x256/apps -128x128/*.png usr/share/icons/hicolor/128x128/apps -64x64/*.png usr/share/icons/hicolor/64x64/apps 32x32/*.png usr/share/icons/hicolor/32x32/apps 32x32/*.xpm usr/share/pixmaps +64x64/*.png usr/share/icons/hicolor/64x64/apps +debian/*.desktop usr/share/applications +tilePlacementGames/game1/gameSource/Primrose usr/games +tilePlacementGames/game1/gameSource/graphics usr/share/games/primrose _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

