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

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


The following commit has been merged in the upstream branch:
commit 6e7e6277187ea85f36fc58ca2a2bf46ccca9ab7f
Author: Clint Adams <schizo at debian.org>
Date:   Wed Feb 28 03:34:34 2007 +0000

    Attempt to prevent nested fakeroot invocations.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-115

diff --git a/debian/changelog b/debian/changelog
index ed50058..f700465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fakeroot (1.6.3) unstable; urgency=low
+
+  * Attempt to prevent nested fakeroot invocations.
+
+ -- Clint Adams <schizo at debian.org>  Tue, 27 Feb 2007 22:30:23 -0500
+
 fakeroot (1.6.2) unstable; urgency=low
 
   * Apply patch from Heikki Lindholm to fix MacOS X support even more.
diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in
index db3496c..22d8601 100755
--- a/scripts/fakeroot.in
+++ b/scripts/fakeroot.in
@@ -120,6 +120,13 @@ then
     exit 1
 fi
 
+if test -n "$FAKEROOTKEY"
+then
+    echo >&2 "fakeroot: FAKEROOTKEY set to $FAKEROOTKEY"
+    echo >&2 "fakeroot: nested operation not yet supported"
+    exit 1
+fi
+
 unset FAKEROOTKEY
 KEY_PID=`eval $FAKED $FAKEDOPTS $PIPEIN`
 FAKEROOTKEY=`echo $KEY_PID|cut -d: -f1`

-- 
fakeroot



More information about the Fakeroot-commits mailing list