[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a
Clint Adams
schizo at debian.org
Tue Aug 23 13:06:01 UTC 2011
The following commit has been merged in the upstream branch:
commit 8499b258ce6449cac5e1ac42da2917ac089679d5
Author: Clint Adams <schizo at debian.org>
Date: Tue Oct 30 16:40:34 2007 +0000
Apply patch from Andrew Benham to handle building with non-GNU tr. closes: #448631.
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-135
diff --git a/configure.ac b/configure.ac
index e0d9d6b..86cbfc7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,10 +285,10 @@ dnl
dnl for WRAPPED in _${PRE}${FUNC}; do
dnl FOUND=$WRAPPED
if test -n "$FOUND"; then
- 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]'`
+ 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 b4a0138..9c44395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fakeroot (1.8.3) unstable; urgency=low
+
+ * Apply patch from Andrew Benham to handle building with non-GNU
+ tr. closes: #448631.
+
+ -- Clint Adams <schizo at debian.org> Tue, 30 Oct 2007 12:39:09 -0400
+
fakeroot (1.8.2) unstable; urgency=low
* Apply fix from Dominique Quatravaux to avoid race condition with
--
fakeroot
More information about the Fakeroot-commits
mailing list