[Python-modules-commits] r33954 - in packages/python-llfuse/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sun Aug 23 04:15:16 UTC 2015


    Date: Sunday, August 23, 2015 @ 04:15:11
  Author: nikratio-guest
Revision: 33954

New upstream release.

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

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2015-08-22 15:11:11 UTC (rev 33953)
+++ packages/python-llfuse/trunk/debian/changelog	2015-08-23 04:15:11 UTC (rev 33954)
@@ -1,9 +1,10 @@
-python-llfuse (0.41+dfsg-2) UNRELEASED; urgency=medium
+python-llfuse (0.41.1+dfsg-1) unstable; urgency=medium
 
   * Added test suite.
   * 'nostrip' build option is now honored.
+  * New upstream release.
 
- -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 21 Aug 2015 11:14:08 -0700
+ -- Nikolaus Rath <Nikolaus at rath.org>  Sat, 22 Aug 2015 19:34:48 -0700
 
 python-llfuse (0.41+dfsg-1) unstable; urgency=medium
 

Modified: packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff
===================================================================
--- packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff	2015-08-22 15:11:11 UTC (rev 33953)
+++ packages/python-llfuse/trunk/debian/patches/force_xattr_api.diff	2015-08-23 04:15:11 UTC (rev 33954)
@@ -13,7 +13,7 @@
 
 --- a/src/llfuse/capi.c
 +++ b/src/llfuse/capi.c
-@@ -7,12 +7,4 @@
+@@ -7,14 +7,4 @@
  the terms of the GNU LGPL.
  */
  
@@ -21,6 +21,8 @@
  #include "capi_linux.c"
 -#elif __FreeBSD__
 -#include "capi_freebsd.c"
+-#elif __NetBSD__
+-#include "capi_freebsd.c"
 -#elif __APPLE__ && __MACH__
 -#include "capi_darwin.c"
 -#else

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2015-08-22 15:11:11 UTC (rev 33953)
+++ packages/python-llfuse/trunk/debian/rules	2015-08-23 04:15:11 UTC (rev 33954)
@@ -4,7 +4,7 @@
 export DH_VERBOSE=1
 export PYBUILD_NAME=llfuse
 export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS="--installed {dir}/test/"
+export PYBUILD_TEST_ARGS=--installed "{dir}/test/"
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild




More information about the Python-modules-commits mailing list