Author: pdewacht-guest Date: 2007-09-09 21:46:12 +0000 (Sun, 09 Sep 2007) New Revision: 4142
Modified: packages/trunk/gradle-unison/debian/patches/imports.patch Log: seems like there was a mix-up here Modified: packages/trunk/gradle-unison/debian/patches/imports.patch =================================================================== --- packages/trunk/gradle-unison/debian/patches/imports.patch 2007-09-09 18:04:09 UTC (rev 4141) +++ packages/trunk/gradle-unison/debian/patches/imports.patch 2007-09-09 21:46:12 UTC (rev 4142) @@ -21,8 +21,8 @@ -import SDL_video; -import SDL_byteorder; -import SDL_Version; -+public import SDL_keysym_; -+public import SDL_version_; ++public import SDL_Keysym; ++public import SDL_Version; +public import SDL_active; +public import SDL_audio; +public import SDL_byteorder; @@ -3013,32 +3013,6 @@ + use the SDL_Version() macro. + */ +SDL_version * SDL_Linked_Version(); -Index: gradle-unison-0.10.dfsg1/import/SDL_keyboard.d -=================================================================== ---- gradle-unison-0.10.dfsg1.orig/import/SDL_keyboard.d 2007-09-07 18:26:01.000000000 +0000 -+++ gradle-unison-0.10.dfsg1/import/SDL_keyboard.d 2007-09-07 18:28:21.000000000 +0000 -@@ -26,7 +26,7 @@ - // !!! A hack! struct SDL_keysym is defined in this module, - // !!! so we need to resolve the nameclash... - // !!! Definitely won't work on *NIX but for now will do. --import SDL_Keysym; -+import SDL_keysym_; - - extern(C): - -Index: gradle-unison-0.10.dfsg1/import/SDL_syswm.d -=================================================================== ---- gradle-unison-0.10.dfsg1.orig/import/SDL_syswm.d 2007-09-07 18:26:00.000000000 +0000 -+++ gradle-unison-0.10.dfsg1/import/SDL_syswm.d 2007-09-07 18:28:21.000000000 +0000 -@@ -22,7 +22,7 @@ - - /* Include file for SDL custom system window manager hooks */ - --import SDL_Version; -+import SDL_version_; - - extern(C): - Index: gradle-unison-0.10.dfsg1/import/opengl.d =================================================================== --- gradle-unison-0.10.dfsg1.orig/import/opengl.d 2007-09-07 18:26:00.000000000 +0000 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

