[Fakeroot-commits] [SCM] Debian packaging of fakeroot branch, master, updated. debian/1.14.3-260-g0dc05cd

Clint Adams clint at debian.org
Thu Nov 28 19:21:36 UTC 2013


The following commit has been merged in the master branch:
commit 1218ee43cbddc0a0e16db5ceb0dabb4e95ea6522
Author: Hilko Bengen <bengen at debian.org>
Date:   Mon May 20 01:07:12 2013 +0200

    Add patches
    
    - FTBFS (Close: #708959)
    - Determine library paths at run time, for multiarch setups

diff --git a/debian/patches/Fix-FTBFS b/debian/patches/Fix-FTBFS
new file mode 100644
index 0000000..728dc58
--- /dev/null
+++ b/debian/patches/Fix-FTBFS
@@ -0,0 +1,21 @@
+From: Hilko Bengen <bengen at debian.org>
+Date: Sun, 19 May 2013 21:48:27 +0200
+Subject: Fix FTBFS (Closes: #708959)
+
+---
+ test/t.xattr |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/t.xattr b/test/t.xattr
+index 39e0dd0..a1087fd 100755
+--- a/test/t.xattr
++++ b/test/t.xattr
+@@ -23,7 +23,7 @@ fi
+ mkdir $tmp
+ touch $tmp/foo
+ # fakeroot mangles spaces unless the getopt utility is the GNU version
+-echo "setcap cap_net_raw+ep $tmp/foo; getcap $tmp/foo" >$tmp/sh
++echo "/sbin/setcap cap_net_raw+ep $tmp/foo; /sbin/getcap $tmp/foo" >$tmp/sh
+ run_fakeroot -- \
+   ${posixshell} $tmp/sh >$tmp/out
+ cat $tmp/out
diff --git a/debian/patches/series b/debian/patches/series
index 8800c89..8e0a4fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 eglibc-fts-without-LFS
+Fix-FTBFS
+fakeroot-Determine-library-paths-at-run-time

-- 
Debian packaging of fakeroot



More information about the Fakeroot-commits mailing list