Author: aurel32
Date: 2009-02-27 14:55:53 +0000 (Fri, 27 Feb 2009)
New Revision: 3325

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-scripts.diff
Log:
  * patches/kfreebsd/local-scripts.diff: correctly define the soname of
    libthread_db.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-02-27 11:16:26 UTC (rev 
3324)
+++ glibc-package/trunk/debian/changelog        2009-02-27 14:55:53 UTC (rev 
3325)
@@ -32,6 +32,8 @@
   * rules.d/debhelper.mk: don't strip debugging symbols. Remove 
     debhelper.in/libc-dbg.{install,lintian} and wrappter/objcopy.
     control.in/libc: update description of libc-dbg.  Closes: bug#516516.
+  * patches/kfreebsd/local-scripts.diff: correctly define the soname of
+    libthread_db.
 
  -- Aurelien Jarno <[email protected]>  Thu, 26 Feb 2009 23:40:35 +0100
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-scripts.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-scripts.diff      
2009-02-27 11:16:26 UTC (rev 3324)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-scripts.diff      
2009-02-27 14:55:53 UTC (rev 3325)
@@ -118,3 +118,9 @@
 -.*-.*-linux.*         libpthread=0
 +.*-.*-kfreebsd.*      libpthread=0            GLIBC_2.3
 +.*-.*-.*              libpthread=0
+--- a/linuxthreads_db/shlib-versions
++++ b/linuxthreads_db/shlib-versions
+@@ -1,2 +1,3 @@
+ # The thread debug library
+ .*-.*-linux.*         libthread_db=1
++.*-.*-kfreebsd.*      libthread_db=1


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to