Author: ceros-guest Date: 2007-07-31 03:54:10 +0000 (Tue, 31 Jul 2007) New Revision: 3502
Modified: packages/trunk/warsow/debian/changelog packages/trunk/warsow/debian/patches/fix_different_archs.diff Log: Added fix for powerpc using uname. Added line for powerpc64 port. Fixed hppa .so naming using uname. Modified: packages/trunk/warsow/debian/changelog =================================================================== --- packages/trunk/warsow/debian/changelog 2007-07-30 16:58:06 UTC (rev 3501) +++ packages/trunk/warsow/debian/changelog 2007-07-31 03:54:10 UTC (rev 3502) @@ -1,3 +1,14 @@ +warsow (0.31.dfsg-5) unstable; urgency=low + + [ Andres Mejia ] + * Modified patch "fix_different_archs.diff". + + Included line for Debian powerpc64 port. + + Fixed powerpc CPUSTRING and ARCH to reflect uname -m output. + + (Closes: 433671) + + Fixed hppa CPUSTRING and ARCH to reflect uname -m on build machine. + + -- Andres Mejia <[EMAIL PROTECTED]> Mon, 30 Jul 2007 23:14:04 -0400 + warsow (0.31.dfsg-4) unstable; urgency=low [ Andres Mejia ] Modified: packages/trunk/warsow/debian/patches/fix_different_archs.diff =================================================================== --- packages/trunk/warsow/debian/patches/fix_different_archs.diff 2007-07-30 16:58:06 UTC (rev 3501) +++ packages/trunk/warsow/debian/patches/fix_different_archs.diff 2007-07-31 03:54:10 UTC (rev 3502) @@ -6,18 +6,18 @@ # elif defined(__alpha__) # define CPUSTRING "axp" # define ARCH "axp" -+# elif defined(__powerpc__) -+# define CPUSTRING "powerpc" -+# define ARCH "powerpc" +# elif defined(__powerpc64__) +# define CPUSTRING "ppc64" +# define ARCH "ppc64" ++# elif defined(__powerpc__) ++# define CPUSTRING "ppc" ++# define ARCH "ppc" +# elif defined(__arm__) +# define CPUSTRING "arm" +# define ARCH "arm" +# elif defined(__hppa__) -+# define CPUSTRING "hppa" -+# define ARCH "hppa" ++# define CPUSTRING "parisc64" ++# define ARCH "parisc64" +# elif defined(__ia64__) +# define CPUSTRING "ia64" +# define ARCH "ia64" @@ -36,7 +36,7 @@ # else # define CPUSTRING "Unknown" # define ARCH "Unknown" -@@ -288,7 +312,7 @@ +@@ -285,7 +312,7 @@ # endif #endif _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

