Author: pabs Date: 2013-07-06 05:38:37 +0000 (Sat, 06 Jul 2013) New Revision: 14422
Modified: packages/trunk/gravitation/debian/changelog packages/trunk/gravitation/debian/control packages/trunk/gravitation/debian/copyright packages/trunk/gravitation/debian/install Log: Wrap and sort various files Modified: packages/trunk/gravitation/debian/changelog =================================================================== --- packages/trunk/gravitation/debian/changelog 2013-07-04 12:55:49 UTC (rev 14421) +++ packages/trunk/gravitation/debian/changelog 2013-07-06 05:38:37 UTC (rev 14422) @@ -1,3 +1,9 @@ +gravitation (3+dfsg1-4) UNRELEASED; urgency=low + + * Wrap and sort various files + + -- Paul Wise <[email protected]> Sat, 06 Jul 2013 13:37:51 +0800 + gravitation (3+dfsg1-3) unstable; urgency=low * Link against pthread (Closes: #554744) Modified: packages/trunk/gravitation/debian/control =================================================================== --- packages/trunk/gravitation/debian/control 2013-07-04 12:55:49 UTC (rev 14421) +++ packages/trunk/gravitation/debian/control 2013-07-06 05:38:37 UTC (rev 14422) @@ -1,9 +1,11 @@ Source: gravitation Section: games Priority: extra -Maintainer: Debian Games Team <[email protected]> -Uploaders: Paul Wise <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), +Maintainer: Debian Games Team <[email protected]> +Uploaders: + Paul Wise <[email protected]> +Build-Depends: + debhelper (>= 7.0.50~), imagemagick, libsdl1.2-dev Standards-Version: 3.9.1 @@ -13,7 +15,9 @@ Package: gravitation Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: game about mania, melancholia, and the creative process Gravitation is a short, autobiographical pixelated art game by Jason Rohrer. It is a followup to his previous game, "Passage". Modified: packages/trunk/gravitation/debian/copyright =================================================================== --- packages/trunk/gravitation/debian/copyright 2013-07-04 12:55:49 UTC (rev 14421) +++ packages/trunk/gravitation/debian/copyright 2013-07-06 05:38:37 UTC (rev 14422) @@ -68,7 +68,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/gravitation/debian/install =================================================================== --- packages/trunk/gravitation/debian/install 2013-07-04 12:55:49 UTC (rev 14421) +++ packages/trunk/gravitation/debian/install 2013-07-06 05:38:37 UTC (rev 14422) @@ -1,3 +1,7 @@ +32x32/gravitation.png usr/share/icons/hicolor/32x32/apps +32x32/gravitation.png usr/share/pixmaps +32x32/gravitation.xpm usr/share/pixmaps +debian/*.desktop usr/share/applications game5/gameSource/Gravitation usr/games game5/gameSource/graphics usr/share/games/gravitation game5/gameSource/music usr/share/games/gravitation @@ -2,6 +6,2 @@ game5/gameSource/settings/* etc/gravitation -debian/*.desktop usr/share/applications gravitation.png usr/share/icons/hicolor/128x128/apps -32x32/gravitation.png usr/share/icons/hicolor/32x32/apps -32x32/gravitation.png usr/share/pixmaps -32x32/gravitation.xpm usr/share/pixmaps _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

