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

r2363 - in glibc-package/branches/glibc-2.6/debian: . debhelper.in



Author: aurel32
Date: 2007-06-11 12:52:08 +0000 (Mon, 11 Jun 2007)
New Revision: 2363

Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.preinst
Log:
  * debian/debhelper.in/libc.preinst: use -e instead of -f to canonicalize
    links.  Closes: #427416.



Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-06-11 12:51:29 UTC (rev 2362)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-06-11 12:52:08 UTC (rev 2363)
@@ -85,12 +85,14 @@
   [ Aurelien Jarno ]
   * patches/hppa/submitted-pie.diff: new patch to fix PIE on hppa. Patch by
     Sébastien Bernard and John David Anglin.  Closes: #427990.
+  * debian/debhelper.in/libc.preinst: use -e instead of -f to canonicalize
+    links.  Closes: #427416.
 
   [ Pierre Habouzit ]
   * pass -X/usr/lib/debug to dh_makeshlibs so that libc6-dbg gets no useless
     shlibs.  Closes: #427637.
 
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 11 Jun 2007 11:25:48 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 11 Jun 2007 14:49:42 +0200
 
 glibc (2.5-10) unstable; urgency=low
 

Modified: glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.preinst	2007-06-11 12:51:29 UTC (rev 2362)
+++ glibc-package/branches/glibc-2.6/debian/debhelper.in/libc.preinst	2007-06-11 12:52:08 UTC (rev 2363)
@@ -113,7 +113,7 @@
 check_dirs () {
   for dir in $*; do
     # Follow symlinks
-    dirlink=$(readlink -f $dir)
+    dirlink=$(readlink -e $dir)
     [ -n "$dirlink" ] && dir=$dirlink 
     
     # Handle /lib in LD_LIBRARY_PATH.


-- 
To UNSUBSCRIBE, email to debian-glibc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: