[Pkg-sdl-commits] r74 - in unstable/libsdl1.2/debian: . patches

Samuel Hocevar sho at costa.debian.org
Wed May 31 17:30:11 CEST 2006


Author: sho
Date: 2006-05-31 15:30:09 +0000 (Wed, 31 May 2006)
New Revision: 74

Modified:
   unstable/libsdl1.2/debian/changelog
   unstable/libsdl1.2/debian/patches/013_hermes_pic_support.diff
Log:
  * debian/patches/013_hermes_pic_support.diff:
    + Renamed common.asm to common.inc, because of upstream's build system
      trying to build it as a standalone source file.


Modified: unstable/libsdl1.2/debian/changelog
===================================================================
--- unstable/libsdl1.2/debian/changelog	2006-05-31 14:16:13 UTC (rev 73)
+++ unstable/libsdl1.2/debian/changelog	2006-05-31 15:30:09 UTC (rev 74)
@@ -53,6 +53,8 @@
     + Refreshed patch. Unfortunately upstream tried to solve the PIC problem
       in a different way, which makes this patch useless for now. It needs
       to be updated.
+    + Renamed common.asm to common.inc, because of upstream's build system
+      trying to build it as a standalone source file.
 
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 31 May 2006 14:57:38 +0200
 

Modified: unstable/libsdl1.2/debian/patches/013_hermes_pic_support.diff
===================================================================
--- unstable/libsdl1.2/debian/patches/013_hermes_pic_support.diff	2006-05-31 14:16:13 UTC (rev 73)
+++ unstable/libsdl1.2/debian/patches/013_hermes_pic_support.diff	2006-05-31 15:30:09 UTC (rev 74)
@@ -1,7 +1,7 @@
-Index: libsdl1.2-1.2.10/src/hermes/common.asm
+Index: libsdl1.2-1.2.10/src/hermes/common.inc
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ libsdl1.2-1.2.10/src/hermes/common.asm	2006-05-31 15:22:16.000000000 +0200
++++ libsdl1.2-1.2.10/src/hermes/common.inc	2006-05-31 15:22:16.000000000 +0200
 @@ -0,0 +1,84 @@
 +;
 +; PIC support for HERMES
@@ -95,7 +95,7 @@
  ; are, they're terrible on p5 MMXs, but less so on pIIs.  Someone needs to
  ; optimise them for p5 MMXs..
  
-+%include "common.asm"
++%include "common.inc"
 +
  BITS 32
  
@@ -128,7 +128,7 @@
  ; Most routines are (c) Glenn Fiedler (ptc at gaffer.org), used with permission
  ; 
  
-+%include "common.asm"
++%include "common.inc"
 +
  BITS 32
  
@@ -142,7 +142,7 @@
  ; 
  
 -	
-+%include "common.asm"
++%include "common.inc"
 +
  BITS 32
  
@@ -235,7 +235,7 @@
  ; Most routines are (c) Glenn Fiedler (ptc at gaffer.org), used with permission
  ; 
  
-+%include "common.asm"
++%include "common.inc"
  	
  BITS 32
  




More information about the Pkg-sdl-commits mailing list