Author: aurel32 Date: 2007-06-11 12:50:33 +0000 (Mon, 11 Jun 2007) New Revision: 2361
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/debhelper.in/libc.preinst Log: * debian/debhelper.in/libc.preinst: use -e instead of -f to canonicalize links. Closes: #427416. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2007-06-11 12:19:14 UTC (rev 2360) +++ glibc-package/trunk/debian/changelog 2007-06-11 12:50:33 UTC (rev 2361) @@ -3,13 +3,17 @@ [ 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 <[EMAIL PROTECTED]> Mon, 11 Jun 2007 11:25:48 +0200 + [ Aurelien Jarno ] + -- Aurelien Jarno <[EMAIL PROTECTED]> Mon, 11 Jun 2007 14:49:42 +0200 + glibc (2.5-10) unstable; urgency=low [ Aurelien Jarno ] Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst =================================================================== --- glibc-package/trunk/debian/debhelper.in/libc.preinst 2007-06-11 12:19:14 UTC (rev 2360) +++ glibc-package/trunk/debian/debhelper.in/libc.preinst 2007-06-11 12:50:33 UTC (rev 2361) @@ -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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]