Dear maintainer,

I've prepared an NMU for python-augeas (versioned as 0.2.0-1.1) and
uploaded it to DELAYED/3.

Regards.
diff -u python-augeas-0.2.0/debian/changelog python-augeas-0.2.0/debian/changelog
--- python-augeas-0.2.0/debian/changelog
+++ python-augeas-0.2.0/debian/changelog
@@ -1,3 +1,20 @@
+python-augeas (0.2.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - added libaugeas0 to Depends; thanks to Guido Günther for the report and to
+      Daniel Leidert for the patch; Closes: #504511
+  * Prepare for the upcoming Python 2.6 transition; thanks to Scott Kitterman
+    for the report; Closes: #552491
+    - debian/control
+      + Build-depends on 'python (>= 2.5)' instead of python-dev (it's arch:all)
+      + Depends on '${python:Depends}' instead of 'python (>= 2.5)'
+      + drop 'python-ctypes' from Depends: it's py2.4 only (this pkg >= 2.5)
+    - debian/pyversions
+      + allows Python from 2.5 onward
+
+ -- Sandro Tosi <[email protected]>  Mon, 16 Nov 2009 20:52:11 +0100
+
 python-augeas (0.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #496830)
diff -u python-augeas-0.2.0/debian/control python-augeas-0.2.0/debian/control
--- python-augeas-0.2.0/debian/control
+++ python-augeas-0.2.0/debian/control
@@ -2,13 +2,13 @@
 Section: python
 Priority: optional
 Maintainer: Free Ekanayaka <[email protected]>
-Build-Depends: cdbs, debhelper (>= 6), python-support, python-dev
+Build-Depends: cdbs, debhelper (>= 6), python-support, python (>= 2.5)
 Standards-Version: 3.8.0
 Homepage: http://augeas.net/
 
 Package: python-augeas
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-ctypes
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libaugeas0
 Description: Python bindings for Augeas
  Augeas is a library and command line tool that focuses
  on the most basic problem in handling Linux configurations
diff -u python-augeas-0.2.0/debian/pyversions python-augeas-0.2.0/debian/pyversions
--- python-augeas-0.2.0/debian/pyversions
+++ python-augeas-0.2.0/debian/pyversions
@@ -1 +1 @@
-2.5
+2.5-

Reply via email to