Hi,
Attached is the diff for my drpython NMU
diff -u drpython-161/debian/changelog drpython-161/debian/changelog
--- drpython-161/debian/changelog
+++ drpython-161/debian/changelog
@@ -1,3 +1,12 @@
+drpython (161-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fixed deps to work with python >=2.3 (Closes: #384951)
+ * Changed Recommend: python2.3-doc to python-doc.
+ * Removed debhelper and patch from Build-Depends-Indep.
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Sun, 22 Oct 2006 04:37:23
+0200
+
drpython (161-3) unstable; urgency=low
* Use python-support.
diff -u drpython-161/debian/control drpython-161/debian/control
--- drpython-161/debian/control
+++ drpython-161/debian/control
@@ -2,14 +2,14 @@
Section: devel
Priority: optional
Maintainer: Cédric Delfosse <[EMAIL PROTECTED]>
-Build-Depends-Indep: python-support (>= 0.3), debhelper(>= 5.0.37.2), dpatch
+Build-Depends-Indep: python-support (>= 0.3)
Build-Depends: python, dpatch, debhelper(>= 5.0.37.2)
Standards-Version: 3.7.2
Package: drpython
Architecture: all
Depends: ${python:Depends}, python-wxgtk2.6
-Recommends: wx2.6-doc, python2.3-doc
+Recommends: wx2.6-doc, python-doc
Description: simple and customizable editor for the Python language
DrPython is a clean and simple yet powerful and highly customizable
editor/environment for developing programs written in Python.
diff -u drpython-161/debian/pyversions drpython-161/debian/pyversions
--- drpython-161/debian/pyversions
+++ drpython-161/debian/pyversions
@@ -1 +1 @@
-2.3
+2.3-