Package: python-fuse
Version: 1:0.2-pre3-3
Refs: https://bugs.launchpad.net/ubuntu/+source/python-fuse/+bug/199618

Looks like this was partially dealt with in the past, but aren't Python modules
supposed to be usable by *all* support Python versions?

debdiff attached.

-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
@@ -3,24 +3,12 @@
-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
 DEB_COMPRESS_EXCLUDE      := .py
 DEB_INSTALL_DOCS_ALL      := debian/README.Debian
 
-install/python-fuse::
-       mkdir -pm755 $(STAGING_DIR)
-
-       python setup.py install --root=$(STAGING_DIR)
+install::
        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