[Fakeroot-commits] [SCM] Debian packaging of fakeroot branch, master, updated. debian/1.14.3-256-g9db3c73
Clint Adams
clint at debian.org
Fri Sep 20 14:03:07 UTC 2013
The following commit has been merged in the master branch:
commit 9db3c73b3000ab7429f77b7fd54053a0cc5cc7e8
Author: Clint Adams <clint at debian.org>
Date: Fri Sep 20 09:59:28 2013 -0400
refresh quilt patch
diff --git a/debian/patches/eglibc-fts-without-LFS b/debian/patches/eglibc-fts-without-LFS
index aec9009..5ba45fd 100644
--- a/debian/patches/eglibc-fts-without-LFS
+++ b/debian/patches/eglibc-fts-without-LFS
@@ -1,10 +1,8 @@
-Index: fakeroot-1.18.4/libfakeroot.c
-===================================================================
---- fakeroot-1.18.4.orig/libfakeroot.c 2012-06-02 18:23:41.000000000 +0000
-+++ fakeroot-1.18.4/libfakeroot.c 2012-06-06 20:32:25.000000000 +0000
-@@ -1579,11 +1579,7 @@
+--- a/libfakeroot.c
++++ b/libfakeroot.c
+@@ -1949,11 +1949,7 @@
+ || r->fts_info == FTS_NS || r->fts_info == FTS_NSOK))
r->fts_statp = NULL; /* Otherwise fts_statp may be a random pointer */
- #endif
if(r && r->fts_statp) { /* Should we bother checking fts_info here? */
-# if defined(STAT64_SUPPORT) && !defined(__APPLE__)
- SEND_GET_STAT64(r->fts_statp, _STAT_VER);
@@ -14,7 +12,7 @@ Index: fakeroot-1.18.4/libfakeroot.c
}
return r;
-@@ -1602,11 +1598,7 @@
+@@ -1972,11 +1968,7 @@
first=next_fts_children(ftsp, options);
for(r = first; r; r = r->fts_link) {
if(r && r->fts_statp) { /* Should we bother checking fts_info here? */
--
Debian packaging of fakeroot
More information about the Fakeroot-commits
mailing list