tags 571507 + patch thanks Dear maintainer,
I've prepared an NMU for python-levenshtein (versioned as 0.10.1-1.1) and uploaded it to DELAYED/7. It would also be nice if you decide to maintain it under DPMT[1] umbrella. [1] http://wiki.debian.org/Teams/PythonModulesTeam Regards.
diff -u python-levenshtein-0.10.1/debian/control python-levenshtein-0.10.1/debian/control --- python-levenshtein-0.10.1/debian/control +++ python-levenshtein-0.10.1/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Nicolas FRANCOIS (Nekral) <nicolas.franc...@centraliens.net> -Build-Depends: python-all-dev (>= 2.3.5-11), python-central (>= 0.5), debhelper (>= 5.0.37.2), quilt (>= 0.40) +Build-Depends: python-all-dev (>= 2.5.3-1~), python-central (>= 0.5), debhelper (>= 5.0.37.2), quilt (>= 0.40) XS-Python-Version: all Standards-Version: 3.7.3 Homepage: https://sourceforge.net/project/showfiles.php?group_id=91920&package_id=260161 diff -u python-levenshtein-0.10.1/debian/rules python-levenshtein-0.10.1/debian/rules --- python-levenshtein-0.10.1/debian/rules +++ python-levenshtein-0.10.1/debian/rules @@ -36,7 +36,7 @@ dh_installdirs install-python%: install-prereq - python$* setup.py install --root $(CURDIR)/debian/python-levenshtein + python$* setup.py install --root $(CURDIR)/debian/python-levenshtein --install-layout=deb # Build architecture-independent files here. binary-indep: build install diff -u python-levenshtein-0.10.1/debian/changelog python-levenshtein-0.10.1/debian/changelog --- python-levenshtein-0.10.1/debian/changelog +++ python-levenshtein-0.10.1/debian/changelog @@ -1,3 +1,14 @@ +python-levenshtein (0.10.1-1.1) unstable; urgency=low + + * Non-maintainer upload, to prepare for Python 2.6 transition + * debian/rules + - use '--install-layout=deb' when installing the module; thanks to Jakub + Wilk for the report; Closes: #571507 + * debian/control + - bump b-d in python-all-dev to '>= 2.5.3-1~', to support install-layout + + -- Sandro Tosi <mo...@debian.org> Mon, 01 Mar 2010 11:35:26 +0100 + python-levenshtein (0.10.1-1) unstable; urgency=low * Initial Release. Closes: #473274