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

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


The following commit has been merged in the upstream branch:
commit 113c6320244c4261f7f7a9ce07cf7b5465573dfe
Author: Clint Adams <schizo at debian.org>
Date:   Fri Feb 23 16:00:16 2007 +0000

    1.5.13
    
      * Add README to describe cases wherein one should use TCP rather
        than SYSV IPC:
        - multithreaded app creates IPC problems.  closes: #229050.
        - slow with a realtime-preempt kernel.  closes: #319474.
    
    git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-108

diff --git a/README b/README
index e69de29..d29a8f3 100644
--- a/README
+++ b/README
@@ -0,0 +1,8 @@
+fakeroot can be built to either use SYSV IPC or TCP for message passing.
+
+Cases for which the SYSV IPC version fails or causes problems but for
+which fakeroot-tcp has been observed to work well include the items
+listed below.
+
+  * Multithreaded applications (using pthread)
+  * Running under realtime-preempt kernel
diff --git a/debian/changelog b/debian/changelog
index 540476b..cb40e00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+fakeroot (1.5.13) unstable; urgency=low
+
+  * Add README to describe cases wherein one should use TCP rather
+    than SYSV IPC:
+    - multithreaded app creates IPC problems.  closes: #229050.
+    - slow with a realtime-preempt kernel.  closes: #319474.
+
+ -- Clint Adams <schizo at debian.org>  Fri, 23 Feb 2007 10:51:39 -0500
+
 fakeroot (1.5.12) unstable; urgency=low
 
   * Fix build-dep for kfreebsd-amd64. 
diff --git a/debian/rules b/debian/rules
index e68eb20..16f99a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,7 +109,7 @@ binary-arch: build checkroot
 #	$(INSTALL_SCRIPT) scripts/fakeroot debian/tmp/usr/bin/
 	$(INSTALL_DIR) debian/tmp/usr/share/doc/fakeroot \
 		           debian/tmp/usr/lib/libfakeroot
-	$(INSTALL_FILE) README.fake doc/README.saving DEBUG debian/tmp/usr/share/doc/fakeroot/
+	$(INSTALL_FILE) README README.fake doc/README.saving DEBUG debian/tmp/usr/share/doc/fakeroot/
 	( echo "fakeroot was written originally by"; \
 	  echo "joost witteveen"                   ; \
 	  echo "------------------------------------------------"; \

-- 
fakeroot



More information about the Fakeroot-commits mailing list