Previous debdiff broke installation of examples.  This one fixes it.

-Forest
-- 
Forest Bond
http://www.alittletooquiet.net
diff -u python-fuse-0.2-pre3/debian/changelog 
python-fuse-0.2-pre3/debian/changelog
--- python-fuse-0.2-pre3/debian/changelog
+++ python-fuse-0.2-pre3/debian/changelog
@@ -1,3 +1,10 @@
+python-fuse (1:0.2-pre3-4) unstable; urgency=low
+
+  * Use cdbs python-distutils class.
+  * Build packages for multiple Python versions (Closes: LP#199618).
+
+ -- Forest Bond <[EMAIL PROTECTED]>  Wed, 12 Mar 2008 22:47:28 -0400
+
 python-fuse (1:0.2-pre3-3) unstable; urgency=low
 
   * Update README.Debian (Closes: #427025).
@@ -16,6 +23,7 @@
 
  -- Sebastien Delafond <[EMAIL PROTECTED]>  Sat, 26 May 2007 11:38:14 -0700
 
+
 python-fuse (2.5-5) unstable; urgency=low
 
   * Rebuild with new default version of python (Closes: #382915).
diff -u python-fuse-0.2-pre3/debian/rules python-fuse-0.2-pre3/debian/rules
--- python-fuse-0.2-pre3/debian/rules
+++ python-fuse-0.2-pre3/debian/rules
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
-export DH_PYCENTRAL=nomove
-
 DEB_PYTHON_SYSTEM=pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/dpatch/dpatch.make
+include /usr/share/cdbs/1/class/python-distutils.mk
 
 STAGING_DIR               := $(CURDIR)/debian/python-fuse
 UPSTREAM_EXAMPLE_DIR      := example
@@ -16,11 +14 @@
-       mkdir -pm755 $(STAGING_DIR)
-
-       python setup.py install --root=$(STAGING_DIR)
        cp -r $(UPSTREAM_EXAMPLE_DIR) 
$(STAGING_DIR)/usr/share/doc/python-fuse/examples
-
-       dh_pycentral
-       dh_python
-
-clean:: unpatch
-       rm -fr build
-       find . -name "*pyc" | xargs rm -f

Attachment: signature.asc
Description: Digital signature



Reply via email to