[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2090 - in glibc-package/trunk/debian: . debhelper.in



Author: aurel32
Date: 2007-04-18 13:33:11 +0000 (Wed, 18 Apr 2007)
New Revision: 2090

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
Also check for /lib/tls/libdl.so.2 in libc.preinst


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2007-04-18 11:31:23 UTC (rev 2089)
+++ glibc-package/trunk/debian/changelog	2007-04-18 13:33:11 UTC (rev 2090)
@@ -29,12 +29,13 @@
   * debhelper.in/libc.install: remove /usr/bin/lddlibc4 from the libc6
     package.
   * debhelper.in/libc.preinst: check for a non-dpkg owned libc6 in /lib/tls.
-    Closes: #419189.
+    Closes: #419189, #419879.
   * Update Dutch debconf translation, by Bart Cornelis.  Closes: #419729.
-  * debhelper.in/libc.postinst: fix the chroot detection, code taken from 
+  * debhelper.in/libc.postinst: fix the chroot detection, code taken from
     udev scripts.
+  * 
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 18 Apr 2007 13:30:36 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Wed, 18 Apr 2007 15:32:32 +0200
 
 glibc (2.5-2) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst	2007-04-18 11:31:23 UTC (rev 2089)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst	2007-04-18 13:33:11 UTC (rev 2090)
@@ -184,7 +184,7 @@
       exit 1
     fi
   fi
-  for i in libc.so.0.1 libc.so.6 libc.so.6.1 ; do
+  for i in libc.so.0.1 libc.so.6 libc.so.6.1 libdl.so.2 ; do
     if [ -e /lib/tls/$i ] && ! grep -q /lib/tls/$i /var/lib/dpkg/info/LIBC.list ; then
       echo
       echo "A non-dpkg owned copy of the C library was found in /lib/tls."



Reply to: