[Pkg-sdl-commits] [sdlgfx] 04/05: New upstream release, patch refresh

Gianfranco Costamagna locutusofborg-guest at alioth.debian.org
Thu Aug 29 09:39:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository sdlgfx.

commit 42a301e1d5fcc0b4bfca6ea21b9002d0a0c39fdd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Aug 25 13:47:20 2013 +0200

    New upstream release, patch refresh
---
 debian/changelog                              |   12 +++++++++
 debian/libsdl-gfx1.2-4.install                |    4 +--
 debian/patches/wrong_cpuid_mmx_detection.diff |   34 ++++++++++++-------------
 debian/rules                                  |    2 +-
 4 files changed, 32 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c734a4..d3a3659 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+sdlgfx (2.0.24-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release
+  * Bumped std:version to 3.9.4, no changes required
+  * Removed some version checks on debian/control, newer versions
+    already in oldstable
+  * Removed override dh_installchangelogs, changelog should
+    be automatically installed
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 25 Aug 2013 13:37:33 +0200
+
 sdlgfx (2.0.23-3) unstable; urgency=low
 
   * Add libsdl-gfx1.2-dev.preinst to remove /usr/share/doc/libsdl-gfx1.2-dev
diff --git a/debian/libsdl-gfx1.2-4.install b/debian/libsdl-gfx1.2-4.install
index 085ee95..9e7479c 100644
--- a/debian/libsdl-gfx1.2-4.install
+++ b/debian/libsdl-gfx1.2-4.install
@@ -1,2 +1,2 @@
-usr/lib/*/libSDL_gfx.so.13
-usr/lib/*/libSDL_gfx.so.13.9.1
+usr/lib/*/libSDL_gfx.so.14
+usr/lib/*/libSDL_gfx.so.14.9.1
diff --git a/debian/patches/wrong_cpuid_mmx_detection.diff b/debian/patches/wrong_cpuid_mmx_detection.diff
index 8cc5f0a..5b38eda 100644
--- a/debian/patches/wrong_cpuid_mmx_detection.diff
+++ b/debian/patches/wrong_cpuid_mmx_detection.diff
@@ -16,20 +16,20 @@ Index: sdlgfx-2.0.23/SDL_imageFilter.c
 --- sdlgfx-2.0.23.orig/SDL_imageFilter.c
 +++ sdlgfx-2.0.23/SDL_imageFilter.c
 @@ -80,12 +80,12 @@
- 			popa
- 	}
- #else
--	asm volatile ("pusha		     \n\t" "mov    %1, %%eax     \n\t"	/* request feature flag */
-+	asm volatile ("pusha		     \n\t" "mov    %0, %%eax     \n\t"	/* request feature flag */
- 		"cpuid                \n\t"	/* get CPU ID flag */
--		"mov    %%edx, %0     \n\t"	/* move result to mmx_bit */
--		"popa		     \n\t":"=m" (flags)	/* %0 */
--		:"i"(0x00000001)	/* %1 */
--		);
-+		"mov    %%edx, 0(%1)  \n\t"	/* move result to mmx_bit */
-+		"popa		     \n\t":
-+		:"i"(0x00000001), "S"(&flags)	/* %0, %1 */
-+		: "memory");
- #endif
- #endif
- 
+ 			popa
+ 	}
+ #else
+-	asm volatile ("pusha		     \n\t" "mov    %1, %%eax     \n\t"	/* request feature flag */
++	asm volatile ("pusha		     \n\t" "mov    %0, %%eax     \n\t"	/* request feature flag */
+ 		"cpuid                \n\t"	/* get CPU ID flag */
+-		"mov    %%edx, %0     \n\t"	/* move result to mmx_bit */
+-		"popa		     \n\t":"=m" (flags)	/* %0 */
+-		:"i"(0x00000001)	/* %1 */
+-		);
++		"mov    %%edx, 0(%1)  \n\t"	/* move result to mmx_bit */
++		"popa		     \n\t":
++		:"i"(0x00000001), "S"(&flags)	/* %0, %1 */
++		: "memory");
+ #endif
+ #endif
+ 
diff --git a/debian/rules b/debian/rules
index b223241..4d44f30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,6 @@ override_dh_install:
 	dh_install --fail-missing -XlibSDL_gfx.la
 
 override_dh_link:
-	dh_link -p$(LIBPKG) usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.13.9.1 \
+	dh_link -p$(LIBPKG) usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.14.9.1 \
 		usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.4
 	dh_link --remaining-packages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdlgfx.git



More information about the pkg-sdl-commits mailing list