Author: pdewacht-guest Date: 2013-06-13 18:40:49 +0000 (Thu, 13 Jun 2013) New Revision: 14258
Modified: packages/trunk/a7xpg/debian/patches/dlang_v2.patch packages/trunk/projectl/debian/patches/put_prefs_in_home_dir.patch packages/trunk/tumiki-fighters/debian/patches/imports.patch Log: D-based games: added missing patch descriptions Modified: packages/trunk/a7xpg/debian/patches/dlang_v2.patch =================================================================== --- packages/trunk/a7xpg/debian/patches/dlang_v2.patch 2013-06-13 18:22:05 UTC (rev 14257) +++ packages/trunk/a7xpg/debian/patches/dlang_v2.patch 2013-06-13 18:40:49 UTC (rev 14258) @@ -1,3 +1,9 @@ +Description: port to D language version 2 + With this patch the code is accapted by gdc-4.6 0.29.1-4.6.4-3 without + triggering deprecated feature warnings/errors. +Author: Barry deFreese <[email protected]> +Author: Peter De Wachter <[email protected]> + --- a/src/abagames/util/Rand.d +++ b/src/abagames/util/Rand.d @@ -6,27 +6,30 @@ Modified: packages/trunk/projectl/debian/patches/put_prefs_in_home_dir.patch =================================================================== --- packages/trunk/projectl/debian/patches/put_prefs_in_home_dir.patch 2013-06-13 18:22:05 UTC (rev 14257) +++ packages/trunk/projectl/debian/patches/put_prefs_in_home_dir.patch 2013-06-13 18:40:49 UTC (rev 14258) @@ -1,3 +1,6 @@ +Description: store preferences in ~/.projectl +Author: Peter De Wachter <[email protected]> + --- a/src/br/prefmanager.d +++ b/src/br/prefmanager.d @@ -3,6 +3,9 @@ Modified: packages/trunk/tumiki-fighters/debian/patches/imports.patch =================================================================== --- packages/trunk/tumiki-fighters/debian/patches/imports.patch 2013-06-13 18:22:05 UTC (rev 14257) +++ packages/trunk/tumiki-fighters/debian/patches/imports.patch 2013-06-13 18:40:49 UTC (rev 14258) @@ -1,3 +1,8 @@ +Description: port import/ code to D language version 2 + With this patch the code is accapted by GDC 4.8 without triggering deprecation + warnings/errors. +Author: Peter De Wachter <[email protected]> + --- a/import/SDL.d +++ b/import/SDL.d @@ -20,18 +20,28 @@ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

