tags 653883 + patch tags 653883 + pending thanks Dear maintainer,
I've prepared an NMU for python-ldap-doc (versioned as 2.3-2.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for python-ldap-doc_2.3-2.1 python-ldap-doc_2.3-2.2 changelog | 7 +++++++ patches/makefile.diff | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff -u python-ldap-doc-2.3/debian/changelog python-ldap-doc-2.3/debian/changelog --- python-ldap-doc-2.3/debian/changelog +++ python-ldap-doc-2.3/debian/changelog @@ -1,3 +1,10 @@ +python-ldap-doc (2.3-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Don't hard-code Python versions (closes: #653883). + + -- Jakub Wilk <jw...@debian.org> Wed, 04 Jan 2012 14:39:34 +0100 + python-ldap-doc (2.3-2.1) unstable; urgency=low * Non-maintainer upload. diff -u python-ldap-doc-2.3/debian/patches/makefile.diff python-ldap-doc-2.3/debian/patches/makefile.diff --- python-ldap-doc-2.3/debian/patches/makefile.diff +++ python-ldap-doc-2.3/debian/patches/makefile.diff @@ -7,7 +7,7 @@ -PYTHONSRC= /home/michael/src/Python-2.5 -DOCTOOLSDIR= $(PYTHONSRC)/Doc/tools -+PYTHONSRC= /usr/lib/python2.5 ++PYTHONSRC= /usr/lib/$(shell pyversions -d) +DOCTOOLSDIR= $(PYTHONSRC)/doc/tools PAPER= a4 DVIPS= dvips -N0 -t $(PAPER)