[Pkg-sdl-commits] r65 - unstable/libsdl1.2/debian

Samuel Hocevar sho at costa.debian.org
Thu May 18 20:36:42 CEST 2006


Author: sho
Date: 2006-05-18 18:36:39 +0000 (Thu, 18 May 2006)
New Revision: 65

Modified:
   unstable/libsdl1.2/debian/changelog
   unstable/libsdl1.2/debian/rules
Log:
libsdl1.2 (1.2.10-1) unstable; urgency=low

  [ Sam Hocevar (Debian packages) ]
  * debian/rules:
    + New symbols have been added to the library. Set SHLIBVER = (>> 1.2.10-1).


Modified: unstable/libsdl1.2/debian/changelog
===================================================================
--- unstable/libsdl1.2/debian/changelog	2006-05-18 18:31:53 UTC (rev 64)
+++ unstable/libsdl1.2/debian/changelog	2006-05-18 18:36:39 UTC (rev 65)
@@ -14,6 +14,8 @@
   * debian/control:
     + Build-depend on quilt instead of dbs.
     + Set policy to 3.7.2.
+  * debian/rules:
+    + New symbols have been added to the library. Set SHLIBVER = (>> 1.2.10-1).
 
   * debian/patches/005_x11_keysym_fix.diff:
     + Disabled this patch because it breaks numerous programs that assume,

Modified: unstable/libsdl1.2/debian/rules
===================================================================
--- unstable/libsdl1.2/debian/rules	2006-05-18 18:31:53 UTC (rev 64)
+++ unstable/libsdl1.2/debian/rules	2006-05-18 18:36:39 UTC (rev 65)
@@ -5,7 +5,7 @@
 
 MAKE=make
 
-export SHLIBVER=(>> 1.2.7+1.2.8)
+export SHLIBVER=(>> 1.2.10-1)
 
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)




More information about the Pkg-sdl-commits mailing list