tags 557831 + patch thanks Dear maintainer,
I've prepared an NMU for python-4suite (versioned as 1.0.2-7.1) and uploaded it to DELAYED/5. Regards.
diff -u python-4suite-1.0.2/debian/changelog python-4suite-1.0.2/debian/changelog --- python-4suite-1.0.2/debian/changelog +++ python-4suite-1.0.2/debian/changelog @@ -1,3 +1,16 @@ +python-4suite (1.0.2-7.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - prepare for the upcoming Python 2.6 transition; replace 'site-package' + with '*-package'; thanks to Jakub Wilk for the report and patch; + Closes: #556798 + * debian/control + - fix 'this packages' type; thanks to Pascal De Vuyst for the report; + Closes: #557831 + + -- Sandro Tosi <[email protected]> Wed, 02 Dec 2009 21:45:42 +0100 + python-4suite (1.0.2-7) unstable; urgency=low * Fixed python dependency by rebuild agains latest diff -u python-4suite-1.0.2/debian/control python-4suite-1.0.2/debian/control --- python-4suite-1.0.2/debian/control +++ python-4suite-1.0.2/debian/control @@ -39,7 +39,7 @@ Architecture: all Homepage: http://www.4suite.org Description: Documentation for 4Suite - This packages contains files used by the python-4suite packages. You will + This package contains files used by the python-4suite packages. You will find here the * Documentation in DocBook/XML, HTML and TEXT (sorry, no man pages until now) * Examples diff -u python-4suite-1.0.2/debian/rules python-4suite-1.0.2/debian/rules --- python-4suite-1.0.2/debian/rules +++ python-4suite-1.0.2/debian/rules @@ -128,8 +128,8 @@ rm "$(SRCDIR)/dist/$$name-"*.tar.gz; \ done - ls -l $(XMLPKGDIR)/usr/lib/python$(PVER)/site-packages - d=$(XMLPKGDIR)/usr/lib/python$(PVER)/site-packages; \ + ls -l $(XMLPKGDIR)/usr/lib/python$(PVER)/*-packages + d=$(wildcard $(XMLPKGDIR)/usr/lib/python$(PVER)/*-packages); \ if [ -f $$d/4Suite_XML-$(SRCPKGVERS)-py$(PVER).egg-info ]; then \ mv -f $$d/4Suite_XML-$(SRCPKGVERS)-py$(PVER).egg-info \ $$d/4Suite_XML-$(SRCPKGVERS).egg-info; \

