[Pkg-sdl-commits] r207 - unstable/sdlgfx/debian

Barry deFreese bdefreese at alioth.debian.org
Tue Apr 28 07:38:03 UTC 2009


Author: bdefreese
Date: 2009-04-28 19:38:03 +0000 (Tue, 28 Apr 2009)
New Revision: 207

Removed:
   unstable/sdlgfx/debian/libsdl-gfx1.2-13.dirs
   unstable/sdlgfx/debian/libsdl-gfx1.2-13.links
Modified:
   unstable/sdlgfx/debian/changelog
   unstable/sdlgfx/debian/control
   unstable/sdlgfx/debian/libsdl-gfx1.2-dev.dirs
   unstable/sdlgfx/debian/rules
Log:
Rename binary back to -4 for easier transition.


Modified: unstable/sdlgfx/debian/changelog
===================================================================
--- unstable/sdlgfx/debian/changelog	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/changelog	2009-04-28 19:38:03 UTC (rev 207)
@@ -5,19 +5,16 @@
   * New upstream release. (Closes: #444966, #484164).
     + Drop existing patches.
     + 100_rotozoom_allocation_checks.diff used -p0. (Closes: #484958).
-    + configure.in: Change INTERFACE_AGE to 0 and BINARY_AGE to 5.
-    + configure.in: Add AM_MAINTAINER_MODE and autoreconf.
-    + 000-rebootstrap.diff - New patch for autoreconf.
-  * Add Provides and Replaces libsdlgfx1.2-4 since they are ABI compatible.
-    + Symlink libSDL_gfx.so.13.5.0 to libSDL_gfx.so.4.9.0 to ease transition.
+    + Keep -4 binary package name since ABI has not changed.
+  * Symlink libSDL_gfx.so.13.5.0 to libSDL_gfx.so.4 to ease transition.
+    + SONAME is now .so.13 but is ABI compatible.
   * Remove quilt .pc dir on clean.
-  * Replace pwd with $(CURDIR) in rules.
   * Add watch file.
   * Remove duplicate libs section from binary package.
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.8.1.
 
- -- Barry deFreese <bdefreese at debian.org>  Wed, 22 Apr 2009 12:09:23 -0400
+ -- Barry deFreese <bdefreese at debian.org>  Fri, 03 Apr 2009 15:27:37 -0400
 
 sdlgfx (2.0.13-4) unstable; urgency=low
 

Modified: unstable/sdlgfx/debian/control
===================================================================
--- unstable/sdlgfx/debian/control	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/control	2009-04-28 19:38:03 UTC (rev 207)
@@ -8,11 +8,9 @@
 Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-sdl/unstable/sdlgfx
 
-Package: libsdl-gfx1.2-13
+Package: libsdl-gfx1.2-4
 Architecture: any
 Depends: ${shlibs:Depends}
-Provides: libsdl-gfx1.2-4
-Replaces: libsdlgfx1.2-4
 Description: drawing and graphical effects extension for SDL
  The SDL_gfx library is an extension to the SDL library which provides
  basic antialiased drawing routines such as lines, circles or polygons,
@@ -24,7 +22,7 @@
 Package: libsdl-gfx1.2-dev
 Section: libdevel
 Architecture: any
-Depends: libsdl-gfx1.2-13 (= ${binary:Version}), libsdl1.2-dev (>= 1.2.5-3)
+Depends: libsdl-gfx1.2-4 (= ${binary:Version}), libsdl1.2-dev (>= 1.2.5-3)
 Conflicts: libsdl-gfx1.2 (<< 2.0.9-5)
 Replaces: libsdl-gfx1.2 (<< 2.0.9-5)
 Description: development files for SDL_gfx

Deleted: unstable/sdlgfx/debian/libsdl-gfx1.2-13.dirs
===================================================================
--- unstable/sdlgfx/debian/libsdl-gfx1.2-13.dirs	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/libsdl-gfx1.2-13.dirs	2009-04-28 19:38:03 UTC (rev 207)
@@ -1 +0,0 @@
-usr/share/doc/libsdl-gfx1.2-13

Deleted: unstable/sdlgfx/debian/libsdl-gfx1.2-13.links
===================================================================
--- unstable/sdlgfx/debian/libsdl-gfx1.2-13.links	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/libsdl-gfx1.2-13.links	2009-04-28 19:38:03 UTC (rev 207)
@@ -1 +0,0 @@
-usr/lib/libSDL_gfx.so.13.5.0 usr/lib/libSDL_gfx.so.4.9.0

Modified: unstable/sdlgfx/debian/libsdl-gfx1.2-dev.dirs
===================================================================
--- unstable/sdlgfx/debian/libsdl-gfx1.2-dev.dirs	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/libsdl-gfx1.2-dev.dirs	2009-04-28 19:38:03 UTC (rev 207)
@@ -1,2 +1,2 @@
-usr/share/doc/libsdl-gfx1.2-13/examples
+usr/share/doc/libsdl-gfx1.2-4/examples
 usr/lib

Modified: unstable/sdlgfx/debian/rules
===================================================================
--- unstable/sdlgfx/debian/rules	2009-04-22 16:10:23 UTC (rev 206)
+++ unstable/sdlgfx/debian/rules	2009-04-28 19:38:03 UTC (rev 207)
@@ -2,7 +2,7 @@
 
 #export DH_VERBOSE=1
 
-LIBPKG = libsdl-gfx1.2-13
+LIBPKG = libsdl-gfx1.2-4
 
 build: build-stamp
 build-stamp:
@@ -68,7 +68,7 @@
 	dh_link -a
 	dh_compress -a
 	dh_fixperms -a
-	dh_makeshlibs -a -V '$(LIBPKG) (>= 2.0.13)'
+	dh_makeshlibs -a
 	dh_installdeb -a
 #	dh_perl -a
 	dh_shlibdeps -a




More information about the pkg-sdl-commits mailing list