Comment 3 for bug 325860

Revision history for this message
Facundo Batista (facundo) wrote : Re: getxattr in python-fuse does not respect size=0 API

Note that the package has a bug that makes the patches to be applied *after* creating the binary (which is a problem when the patch applies to C stuff).

Here's the diff that fixes that:

--- python-fuse-0.2-pre3-9-ubuntu0~8.10/debian/rules 2009-02-10 09:30:38.000000000 -0500
+++ python-fuse/debian/rules 2009-02-09 15:54:49.000000000 -0500
@@ -6,6 +6,7 @@

 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/dpatch.mk

 STAGING_DIR := $(CURDIR)/debian/python-fuse
 UPSTREAM_EXAMPLE_DIR := example
@@ -16,4 +17,3 @@
  cp -r $(UPSTREAM_EXAMPLE_DIR) $(STAGING_DIR)/usr/share/doc/python-fuse/examples

 clean:: unpatch

Thanks!