r7249 - in packages/trunk/fenix/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Fri Jun 6 23:33:40 UTC 2008


Author: miriam
Date: 2008-06-06 23:33:40 +0000 (Fri, 06 Jun 2008)
New Revision: 7249

Added:
   packages/trunk/fenix/debian/patches/build_portability.patch
Modified:
   packages/trunk/fenix/debian/changelog
   packages/trunk/fenix/debian/patches/series
Log:
Fixed build system for armel port. (Closes: #481928)



Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog	2008-06-06 15:39:41 UTC (rev 7248)
+++ packages/trunk/fenix/debian/changelog	2008-06-06 23:33:40 UTC (rev 7249)
@@ -3,14 +3,15 @@
   [ Miriam Ruiz ]
   * Fixed bashism: Replaced "{build,configure}-stamp"
     by "build-stamp configure-stamp" in debian/rules. (Closes: #478372)
+  * Fixed build system for armel port. (Closes: #481928)
 
   [ Jon Dowland ]
   * Added Homepage: control field to source stanza
 
   [ Ansgar Burchardt ]
-  * debian/control: Change XS-Vcs-* to Vcs-*
+  * debian/control: Changed XS-Vcs-* to Vcs-*
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:29 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 07 Jun 2008 00:57:06 +0200
 
 fenix (0.92a.dfsg1-3) unstable; urgency=low
 

Added: packages/trunk/fenix/debian/patches/build_portability.patch
===================================================================
--- packages/trunk/fenix/debian/patches/build_portability.patch	                        (rev 0)
+++ packages/trunk/fenix/debian/patches/build_portability.patch	2008-06-06 23:33:40 UTC (rev 7249)
@@ -0,0 +1,30 @@
+# Copyright (C) 2008  Miriam Ruiz <little_miry at yahoo.es>
+# Licensed under the GPL, see /usr/share/common-licenses/GPL
+# Closes: #481928
+
+Index: fenix-0.92a.dfsg1/configure
+===================================================================
+--- fenix-0.92a.dfsg1.orig/configure	2008-06-07 01:19:20.000000000 +0200
++++ fenix-0.92a.dfsg1/configure	2008-06-07 01:19:39.000000000 +0200
+@@ -1621,7 +1621,7 @@
+ 
+ 
+ case "$target_os" in
+-    linux-gnu)
++    linux-gnu*)
+         case "$target_cpu" in
+             powerpc*)
+ 	            COMMON_CFLAGS="-Wall -DTARGET_LinuxPPC -DTARGET_Linux"
+Index: fenix-0.92a.dfsg1/configure.in
+===================================================================
+--- fenix-0.92a.dfsg1.orig/configure.in	2008-06-07 01:18:44.000000000 +0200
++++ fenix-0.92a.dfsg1/configure.in	2008-06-07 01:19:15.000000000 +0200
+@@ -40,7 +40,7 @@
+ 
+ dnl Aqui es donde se chequeara el SO, pero solo hay una opcion xD
+ case "$target_os" in
+-    linux-gnu)
++    linux-gnu*)
+         case "$target_cpu" in
+             powerpc*)
+ 	            COMMON_CFLAGS="-Wall -DTARGET_LinuxPPC -DTARGET_Linux"

Modified: packages/trunk/fenix/debian/patches/series
===================================================================
--- packages/trunk/fenix/debian/patches/series	2008-06-06 15:39:41 UTC (rev 7248)
+++ packages/trunk/fenix/debian/patches/series	2008-06-06 23:33:40 UTC (rev 7249)
@@ -18,3 +18,4 @@
 fxi_pal.patch
 fxi_sdl_mixer_use_rwops.patch
 fxi_pal_get.patch
+build_portability.patch




More information about the Pkg-games-commits mailing list