Here is the diff for the just-uploaded NMU that fixes that bug. Cheers, -- .''`. : :' : We are debian.org. Lower your prices, surrender your code. `. `' We will add your hardware and software distinctiveness to `- our own. Resistance is futile.
diff -u scanerrlog-2.01/debian/changelog scanerrlog-2.01/debian/changelog
--- scanerrlog-2.01/debian/changelog
+++ scanerrlog-2.01/debian/changelog
@@ -1,3 +1,18 @@
+scanerrlog (2.01-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Make the package conform to the current python policy.
+ Closes: #406729.
+ + Build-depend on python-support.
+ + Use python:Depends.
+ + Call dh_pysupport.
+ + Remove versioned build-dependency on python-dev << 2.5.
+ + Move python-dev to Build-Depends (used in the clean target).
+ * Fix encoding of the copyright file.
+ * Standards version is 3.7.3.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]> Tue, 22 Jan 2008 13:18:24 +0100
+
scanerrlog (2.01-4) unstable; urgency=low
* Add README.logrotate (Closes: #148871).
diff -u scanerrlog-2.01/debian/control scanerrlog-2.01/debian/control
--- scanerrlog-2.01/debian/control
+++ scanerrlog-2.01/debian/control
@@ -2,13 +2,13 @@
Section: admin
Priority: extra
Maintainer: VÃctor Pérez Pereira <[EMAIL PROTECTED]>
-Build-Depends-Indep: python-dev (>= 2.4), python-dev (<< 2.5), python-jaxml, python-setuptools
-Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.7.2
+Build-Depends-Indep: python-jaxml, python-setuptools, python-support (>= 0.6)
+Build-Depends: debhelper (>> 4.0.0), python-dev (>= 2.4)
+Standards-Version: 3.7.3
Package: scanerrlog
Architecture: all
-Depends: python (>= 2.4), python (<< 2.5), python-jaxml
+Depends: ${python:Depends}, python-jaxml
Description: Generate summaries from Apache error logs
This program allows people to parse Apache error_log files from multiple
sources and present a summary of the frequency of error messages in one of a
diff -u scanerrlog-2.01/debian/copyright scanerrlog-2.01/debian/copyright
--- scanerrlog-2.01/debian/copyright
+++ scanerrlog-2.01/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by JP Sugarbroad <[EMAIL PROTECTED]> on
Sun, 13 May 2001 12:25:43 -0500.
It is currently maintained by
-Víctor Pérez Pereira <[EMAIL PROTECTED]>
+VÃctor Pérez Pereira <[EMAIL PROTECTED]>
It was downloaded from http://www.librelogiciel.com/software/ScanErrLog/action_Presentation
Upstream Author: Jerome Alet <[EMAIL PROTECTED]>
diff -u scanerrlog-2.01/debian/rules scanerrlog-2.01/debian/rules
--- scanerrlog-2.01/debian/rules
+++ scanerrlog-2.01/debian/rules
@@ -49,6 +49,7 @@
dh_link
dh_compress -X.py
dh_fixperms
+ dh_pysupport
dh_installdeb
dh_gencontrol
dh_md5sums
signature.asc
Description: Ceci est une partie de message numériquement signée

