Hi Mathias, I hope you're doing well.
Attached is the diff for my python2.5-doc 2.5-1.1 NMU uploaded to the DELAYED queue. Would it be useful to use @VER@ instead of changing the version manually for every release? Thanks for your work on python, -- adn Mohammed Adnène Trojette
diff -u python2.5-doc-2.5/debian/control.doc python2.5-doc-2.5/debian/control.doc --- python2.5-doc-2.5/debian/control.doc +++ python2.5-doc-2.5/debian/control.doc @@ -2,7 +2,7 @@ Section: contrib/python Priority: optional Maintainer: Matthias Klose <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2), python2.4, libhtml-tree-perl, tetex-bin, tetex-extra, texinfo, emacs21, debiandoc-sgml, sharutils, latex2html, bzip2 +Build-Depends-Indep: debhelper (>= 4.2), python2.5, libhtml-tree-perl, tetex-bin, tetex-extra, texinfo, emacs21, debiandoc-sgml, sharutils, latex2html, bzip2 Standards-Version: 3.6.2 Package: @[EMAIL PROTECTED] diff -u python2.5-doc-2.5/debian/changelog python2.5-doc-2.5/debian/changelog --- python2.5-doc-2.5/debian/changelog +++ python2.5-doc-2.5/debian/changelog @@ -1,3 +1,11 @@ +python2.5-doc (2.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * control.doc: use python2.5 instead of python2.4 to build (Closes: #392425) + + thanks Andreas Jochens for noticing and patching. + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Thu, 19 Oct 2006 15:36:04 +0200 + python2.5-doc (2.5-1) unstable; urgency=low * Python 2.5 release.

