Dear maintainer, I've prepared an NMU for zope-textindexng3 (versioned as 1:3.2.2-1.2) and uploaded it to DELAYED/5.
Regards.
diff -u zope-textindexng3-3.2.2/debian/changelog zope-textindexng3-3.2.2/debian/changelog --- zope-textindexng3-3.2.2/debian/changelog +++ zope-textindexng3-3.2.2/debian/changelog @@ -1,3 +1,14 @@ +zope-textindexng3 (1:3.2.2-1.2) unstable; urgency=low + + * Non-maintainer upload, for the upcoming Python 2.6 transition + * debian/rules + - pass '--prefix=/usr' to 'setup.py install' call; thanks to Jakub Wilk for + the report and patch; Closes: #557419 + - removed 'DH_PYCENTRAL=nomove', else the modules for Python 2.6 are not + installed in a directory the interpreter imports from + + -- Sandro Tosi <mo...@debian.org> Sun, 06 Dec 2009 11:11:40 +0100 + zope-textindexng3 (1:3.2.2-1.1) unstable; urgency=low * Non-maintainer upload. diff -u zope-textindexng3-3.2.2/debian/rules zope-textindexng3-3.2.2/debian/rules --- zope-textindexng3-3.2.2/debian/rules +++ zope-textindexng3-3.2.2/debian/rules @@ -4,7 +4,6 @@ # GPL VERSION=3.2.1 -export DH_PYCENTRAL=nomove PYVERS=$(shell pyversions -r debian/control) upstreamshort=TextIndexNG @@ -31,7 +30,7 @@ dh_clean -k -a dh_installdirs -a cd extension_modules; for python in $(PYVERS); do \ - $$python setup.py install --single-version-externally-managed --root=../debian/$(pkg)-lib; \ + $$python setup.py install --single-version-externally-managed --root=../debian/$(pkg)-lib --prefix=/usr; \ done install-indep: build-stamp