Author: pabs Date: 2013-07-07 04:52:57 +0000 (Sun, 07 Jul 2013) New Revision: 14437
Modified: packages/trunk/passage/debian/changelog packages/trunk/passage/debian/control packages/trunk/passage/debian/copyright packages/trunk/passage/debian/install Log: Wrap and sort various files Modified: packages/trunk/passage/debian/changelog =================================================================== --- packages/trunk/passage/debian/changelog 2013-07-07 04:50:23 UTC (rev 14436) +++ packages/trunk/passage/debian/changelog 2013-07-07 04:52:57 UTC (rev 14437) @@ -1,3 +1,9 @@ +passage (4+dfsg1-2) UNRELEASED; urgency=low + + * Wrap and sort various files + + -- Paul Wise <[email protected]> Sun, 07 Jul 2013 12:52:32 +0800 + passage (4+dfsg1-1) unstable; urgency=low * New upstream release Modified: packages/trunk/passage/debian/control =================================================================== --- packages/trunk/passage/debian/control 2013-07-07 04:50:23 UTC (rev 14436) +++ packages/trunk/passage/debian/control 2013-07-07 04:52:57 UTC (rev 14437) @@ -1,9 +1,11 @@ Source: passage 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: passage Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: game about the passage through life Passage is a short, autobiographical pixelated art game by Jason Rohrer. It can be explored in approximately 5 minutes. Modified: packages/trunk/passage/debian/copyright =================================================================== --- packages/trunk/passage/debian/copyright 2013-07-07 04:50:23 UTC (rev 14436) +++ packages/trunk/passage/debian/copyright 2013-07-07 04:52:57 UTC (rev 14437) @@ -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/passage/debian/install =================================================================== --- packages/trunk/passage/debian/install 2013-07-07 04:50:23 UTC (rev 14436) +++ packages/trunk/passage/debian/install 2013-07-07 04:52:57 UTC (rev 14437) @@ -1,3 +1,9 @@ +256x256/passage.png usr/share/icons/hicolor/256x256/apps +32x32/passage.png usr/share/icons/hicolor/32x32/apps +32x32/passage.png usr/share/pixmaps +32x32/passage.xpm usr/share/pixmaps +64x64/passage.png usr/share/icons/hicolor/64x64/apps +debian/*.desktop usr/share/applications gamma256/gameSource/Passage usr/games gamma256/gameSource/graphics usr/share/games/passage gamma256/gameSource/music usr/share/games/passage @@ -2,8 +8,2 @@ gamma256/gameSource/settings/* etc/passage -debian/*.desktop usr/share/applications passage.png usr/share/icons/hicolor/128x128/apps -256x256/passage.png usr/share/icons/hicolor/256x256/apps -64x64/passage.png usr/share/icons/hicolor/64x64/apps -32x32/passage.png usr/share/icons/hicolor/32x32/apps -32x32/passage.png usr/share/pixmaps -32x32/passage.xpm usr/share/pixmaps _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

