[Pkg-sdl-commits] r269 - in unstable/sdlgfx/debian: . patches

Felix Geyer debfx-guest at alioth.debian.org
Tue May 31 09:18:02 UTC 2011


Author: debfx-guest
Date: 2011-05-31 21:18:01 +0000 (Tue, 31 May 2011)
New Revision: 269

Modified:
   unstable/sdlgfx/debian/changelog
   unstable/sdlgfx/debian/libsdl-gfx1.2-4.links
   unstable/sdlgfx/debian/patches/010_primitives_spell.diff
   unstable/sdlgfx/debian/rules
Log:
New upstream release. (Closes: #616409, #627051; LP: #676799)
Adapt 010_primitives_spell.diff
Bump shlibs to 2.0.22.
Clear out dependency_libs in libSDL_gfx.la. (Closes: #550644)



Modified: unstable/sdlgfx/debian/changelog
===================================================================
--- unstable/sdlgfx/debian/changelog	2011-05-31 21:15:03 UTC (rev 268)
+++ unstable/sdlgfx/debian/changelog	2011-05-31 21:18:01 UTC (rev 269)
@@ -1,3 +1,13 @@
+sdlgfx (2.0.22-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release. (Closes: #616409, #627051; LP: #676799)
+    - Adapt 010_primitives_spell.diff
+  * Bump shlibs to 2.0.22.
+  * Clear out dependency_libs in libSDL_gfx.la. (Closes: #550644)
+
+ -- Felix Geyer <debfx-pkg at fobos.de>  Mon, 30 May 2011 15:27:57 +0200
+
 sdlgfx (2.0.20-1.1) unstable; urgency=high
 
   * Non-maintainer upload.

Modified: unstable/sdlgfx/debian/libsdl-gfx1.2-4.links
===================================================================
--- unstable/sdlgfx/debian/libsdl-gfx1.2-4.links	2011-05-31 21:15:03 UTC (rev 268)
+++ unstable/sdlgfx/debian/libsdl-gfx1.2-4.links	2011-05-31 21:18:01 UTC (rev 269)
@@ -1 +1 @@
-usr/lib/libSDL_gfx.so.13.5.2 usr/lib/libSDL_gfx.so.4
+usr/lib/libSDL_gfx.so.13.9.0 usr/lib/libSDL_gfx.so.4

Modified: unstable/sdlgfx/debian/patches/010_primitives_spell.diff
===================================================================
--- unstable/sdlgfx/debian/patches/010_primitives_spell.diff	2011-05-31 21:15:03 UTC (rev 268)
+++ unstable/sdlgfx/debian/patches/010_primitives_spell.diff	2011-05-31 21:18:01 UTC (rev 269)
@@ -1,17 +1,4 @@
 #Description: Fix misspelling of SDL_Primitives.h.
-Index: SDL_gfx-2.0.19/README
-===================================================================
---- SDL_gfx-2.0.19.orig/README	2009-04-30 15:11:18.000000000 -0400
-+++ SDL_gfx-2.0.19/README	2009-04-30 15:11:34.000000000 -0400
-@@ -18,7 +18,7 @@
- images for example and doing basic image processing on byte arrays.
- 
- The current components of the SDL_gfx library are:
--- Graphic Primitives (SDL_gfxPrimitves.h)
-+- Graphic Primitives (SDL_gfxPrimitives.h)
- - Rotozoomer (SDL_rotozoom.h)
- - Framerate control (SDL_framerate.h)
- - MMX image filters (SDL_imageFilter.h)
 Index: SDL_gfx-2.0.19/SDL_gfx.spec
 ===================================================================
 --- SDL_gfx-2.0.19.orig/SDL_gfx.spec	2009-04-30 15:11:49.000000000 -0400

Modified: unstable/sdlgfx/debian/rules
===================================================================
--- unstable/sdlgfx/debian/rules	2011-05-31 21:15:03 UTC (rev 268)
+++ unstable/sdlgfx/debian/rules	2011-05-31 21:18:01 UTC (rev 269)
@@ -35,6 +35,7 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(LIBPKG)/
+	sed -i "/dependency_libs/ s/'.*'/''/" debian/$(LIBPKG)/usr/lib/libSDL_gfx.la
 	ln -s $(LIBPKG) \
 		debian/libsdl-gfx1.2-dev/usr/share/doc/libsdl-gfx1.2-dev
 	mv debian/$(LIBPKG)/usr/lib/*.so debian/libsdl-gfx1.2-dev/usr/lib/
@@ -68,7 +69,7 @@
 	dh_link -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_makeshlibs -a -V'$(LIBPKG) (>= 2.0.19)'
+	dh_makeshlibs -a -V'$(LIBPKG) (>= 2.0.22)'
 	dh_installdeb -a
 #	dh_perl -a
 	dh_shlibdeps -a




More information about the pkg-sdl-commits mailing list