[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Clint Adams schizo at debian.org
Tue Aug 23 13:05:43 UTC 2011


The following commit has been merged in the upstream branch:
commit 86c5498a4eea39a0044a209ae7d3affdf6e5576b
Author: Clint Adams <schizo at debian.org>
Date:   Wed Nov 2 14:54:26 2005 +0000

    Patch from Yann Dirson: cope with Solaris tr.  closes: #337059.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-91

diff --git a/configure.ac b/configure.ac
index 581b3e2..85f0477 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,10 +251,10 @@ dnl
 dnl  for WRAPPED in _${PRE}${FUNC}; do
 dnl    FOUND=$WRAPPED
     if test -n "$FOUND"; then
-      PF=`echo ${PRE}${FUNC}| tr '[[:lower:]]' '[[:upper:]]'` 
-      DEFINE_WRAP=`echo wrap_${PRE}${FUNC}| tr '[[:lower:]]' '[[:upper:]]'` 
-      DEFINE_NEXT=`echo wrap_${FOUND}| tr '[[:lower:]]' '[[:upper:]]'` 
-      DEFINE_ARG=`echo wrap_${FOUND}| tr '[[:lower:]]' '[[:upper:]]'` 
+      PF=`echo ${PRE}${FUNC}| tr '[a-z]' '[A-Z]'` 
+      DEFINE_WRAP=`echo wrap_${PRE}${FUNC}| tr '[a-z]' '[A-Z]'` 
+      DEFINE_NEXT=`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'` 
+      DEFINE_ARG=`echo wrap_${FOUND}| tr '[a-z]' '[A-Z]'` 
       AC_DEFINE_UNQUOTED(WRAP_${PF}, $FOUND)
       AC_DEFINE_UNQUOTED(WRAP_${PF}_QUOTE, "$FOUND")
       AC_DEFINE_UNQUOTED(TMP_${PF}, tmp_$FOUND)
diff --git a/debian/changelog b/debian/changelog
index af35b68..6480d67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.5.5) unstable; urgency=low
+
+  * Patch from Yann Dirson: cope with Solaris tr.  closes: #337059.
+
+ -- Clint Adams <schizo at debian.org>  Wed,  2 Nov 2005 09:48:35 -0500
+
 fakeroot (1.5.4) unstable; urgency=low
 
   * On i386, build-depend on lib64gcc1. 

-- 
fakeroot



More information about the Fakeroot-commits mailing list