Author: aurel32
Date: 2011-07-02 11:08:27 +0000 (Sat, 02 Jul 2011)
New Revision: 4775

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.preinst
Log:
  * debhelper.in/libc.preinst: replace unbreakable space by normal space.
    Closes: #632453.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2011-06-30 17:56:58 UTC (rev 
4774)
+++ glibc-package/trunk/debian/changelog        2011-07-02 11:08:27 UTC (rev 
4775)
@@ -3,6 +3,10 @@
   [ Samuel Thibault ]
   * patches/README: Add "unsubmitted" category.
   * Rename most local hurd-i386 patches into unsubmitted.
+  
+  [ Aurelien Jarno ]
+  * debhelper.in/libc.preinst: replace unbreakable space by normal space.
+    Closes: #632453.
 
  -- Samuel Thibault <[email protected]>  Thu, 30 Jun 2011 09:52:43 +0200
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.preinst        2011-06-30 
17:56:58 UTC (rev 4774)
+++ glibc-package/trunk/debian/debhelper.in/libc.preinst        2011-07-02 
11:08:27 UTC (rev 4775)
@@ -169,7 +169,7 @@
   fi
   
   # Detect possible candidates
-  files=$(ls $dir | egrep '^(ld|lib(d|c|m|pthread|rt|dl))-2.*.so' 
2>/dev/nullĀ || true)
+  files=$(ls $dir | egrep '^(ld|lib(d|c|m|pthread|rt|dl))-2.*.so' 2>/dev/null 
|| true)
   if test -z "$files" ; then
     return
   fi


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to