[Python-modules-commits] r33945 - in packages/python-llfuse/trunk/debian/patches (1 file)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Fri Aug 21 16:25:28 UTC 2015


    Date: Friday, August 21, 2015 @ 16:25:22
  Author: nikratio-guest
Revision: 33945

Refreshed patch

Modified:
  packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff

Modified: packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff
===================================================================
--- packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff	2015-08-21 16:19:21 UTC (rev 33944)
+++ packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff	2015-08-21 16:25:22 UTC (rev 33945)
@@ -1,5 +1,5 @@
 Forwarded: not-needed
-Last-Update: 2013-11-27
+Last-Update: 2015-08-21
 Author: Nikolaus Rath <Nikolaus at rath.org>
 Description: Force use of libattr1-dev API
  Compilation under GNU/kFreeBSD fails because none of upstream's
@@ -11,10 +11,10 @@
  this patch does.
  .
 
---- python-llfuse-0.40.orig/src/llfuse/capi.c
-+++ python-llfuse-0.40/src/llfuse/capi.c
-@@ -7,14 +7,4 @@ This file is part of LLFUSE (http://pyth
- LLFUSE can be distributed under the terms of the GNU LGPL.
+--- a/src/llfuse/capi.c
++++ b/src/llfuse/capi.c
+@@ -7,12 +7,4 @@
+ the terms of the GNU LGPL.
  */
  
 -#ifdef __gnu_linux__
@@ -26,5 +26,3 @@
 -#else
 -#error "Unable to determine system (Linux/FreeBSD/Darwin)"
 -#endif
--
--




More information about the Python-modules-commits mailing list