Author: apo-guest Date: 2014-07-05 21:32:33 +0000 (Sat, 05 Jul 2014) New Revision: 15138
Modified: packages/trunk/tatan/debian/changelog packages/trunk/tatan/debian/control packages/trunk/tatan/debian/patches/imports.patch packages/trunk/tatan/debian/tatan.desktop Log: Fix #752952. Modified: packages/trunk/tatan/debian/changelog =================================================================== --- packages/trunk/tatan/debian/changelog 2014-06-30 22:41:53 UTC (rev 15137) +++ packages/trunk/tatan/debian/changelog 2014-07-05 21:32:33 UTC (rev 15138) @@ -1,3 +1,12 @@ +tatan (1.0.dfsg1-5) unstable; urgency=medium + + * Team upload. + * Fix imports.patch: "Patch fragment without header" (Closes: #752952) + * Add Keywords and Generic Name to desktop file. + * Declare compliance with Debian Policy 3.9.5. + + -- Markus Koschany <[email protected]> Sat, 05 Jul 2014 23:24:42 +0200 + tatan (1.0.dfsg1-4) unstable; urgency=low * Ported to D language version 2 (closes: #707270) Modified: packages/trunk/tatan/debian/control =================================================================== --- packages/trunk/tatan/debian/control 2014-06-30 22:41:53 UTC (rev 15137) +++ packages/trunk/tatan/debian/control 2014-07-05 21:32:33 UTC (rev 15138) @@ -7,7 +7,7 @@ libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev Build-Conflicts: libphobos-4.4-dev -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: http://hiz.fool.jp/hp/game/tatan/index_en.html Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/tatan/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/tatan/ Modified: packages/trunk/tatan/debian/patches/imports.patch =================================================================== --- packages/trunk/tatan/debian/patches/imports.patch 2014-06-30 22:41:53 UTC (rev 15137) +++ packages/trunk/tatan/debian/patches/imports.patch 2014-07-05 21:32:33 UTC (rev 15138) @@ -3,6 +3,7 @@ warnings/errors. Author: Peter De Wachter <[email protected]> +--- a/import/SDL_audio.d +++ b/import/SDL_audio.d @@ -24,6 +24,7 @@ import SDL_error; Modified: packages/trunk/tatan/debian/tatan.desktop =================================================================== --- packages/trunk/tatan/debian/tatan.desktop 2014-06-30 22:41:53 UTC (rev 15137) +++ packages/trunk/tatan/debian/tatan.desktop 2014-07-05 21:32:33 UTC (rev 15138) @@ -1,9 +1,10 @@ [Desktop Entry] Type=Application Name=Tatan -GenericName= +GenericName=Shooter Comment=HIZ's Tatan Icon=tatan Exec=tatan Terminal=false Categories=Game;ArcadeGame; +Keywords=shooter;space;science-fiction;mouse;power-ups; _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

