--- scanerrlog-2.01.orig/debian/examples
+++ scanerrlog-2.01/debian/examples
@@ -0,0 +1 @@
+ScanErrLog.html
--- scanerrlog-2.01.orig/debian/manpages
+++ scanerrlog-2.01/debian/manpages
@@ -0,0 +1 @@
+scanerrlog.1
--- scanerrlog-2.01.orig/debian/control
+++ scanerrlog-2.01/debian/control
@@ -0,0 +1,15 @@
+Source: scanerrlog
+Section: admin
+Priority: extra
+Maintainer: Víctor Pérez Pereira <vperez@debianvenezuela.org>
+Build-Depends-Indep: python-jaxml, python-setuptools, python-support (>= 1.0.0)
+Build-Depends: debhelper (>> 4.0.0), python (>= 2.5.3-1~)
+Standards-Version: 3.7.3
+
+Package: scanerrlog
+Architecture: all
+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
+ variety of different formats (text, html, xml, pdf).
--- scanerrlog-2.01.orig/debian/rules
+++ scanerrlog-2.01/debian/rules
@@ -0,0 +1,64 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	python setup.py build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	-python setup.py clean
+	-rm -rf build *.py[co]
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	python setup.py install -O2 --root $(CURDIR)/debian/scanerrlog --install-layout=deb
+	for f in $(CURDIR)/debian/scanerrlog/usr/*bin/*.py; do \
+	    X=`echo $$f | sed -e 's/\.py$$//'`; \
+	    mv $$f $$X; \
+	done
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installchangelogs 
+	dh_installman
+	dh_link
+	dh_compress -X.py
+	dh_fixperms
+	dh_pysupport
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
+
+# vim:noet:nosta:nolist:
--- scanerrlog-2.01.orig/debian/copyright
+++ scanerrlog-2.01/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by JP Sugarbroad <taral@taral.net> on
+Sun, 13 May 2001 12:25:43 -0500.
+It is currently maintained by
+Víctor Pérez Pereira <vperez@debianvenezuela.org>
+It was downloaded from http://www.librelogiciel.com/software/ScanErrLog/action_Presentation
+
+Upstream Author: Jerome Alet <alet@librelogiciel.com>
+
+Copyright:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software 
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
--- scanerrlog-2.01.orig/debian/changelog
+++ scanerrlog-2.01/debian/changelog
@@ -0,0 +1,90 @@
+scanerrlog (2.01-4.2) unstable; urgency=low
+
+  * Non-maintainer upload, to prepare for Python 2.6 transition
+  * debian/rules
+    - added '--install-layout=deb' parameter to setup.py install call; thanks to
+      Jakub Wilk for the report; Closes: #571511
+  * debian/control
+    - set b-d on python (instead of p-dev) and bump version to '>= 2.5.3-1~', to
+      support install-layout
+    - bump versioned b-d on python-support to properly support Python
+
+ -- Sandro Tosi <morph@debian.org>  Thu, 04 Mar 2010 13:26:36 +0100
+
+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 <joss@debian.org>  Tue, 22 Jan 2008 13:18:24 +0100
+
+scanerrlog (2.01-4) unstable; urgency=low
+
+  * Add README.logrotate (Closes: #148871).
+  * Update debhelper version.
+  * Update Debian Policy.
+  * ACK NMU (Closes: #382399).
+  * Build with python 2.4 (Closes: #382916).
+
+ -- Víctor Pérez Pereira <vperez@debianvenezuela.org>  Tue, 14 Oct 2006 20:00:11 -0400
+
+scanerrlog (2.01-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changing build dependency from jaxml to python-jaxml (Closes: #382399).
+
+ -- David Moreno Garza <damog@debian.org>  Sun, 13 Aug 2006 15:30:31 -0500
+
+scanerrlog (2.01-3) unstable; urgency=low
+
+  * New maintainer (closes: #302300).
+
+ -- Víctor Pérez Pereira <vperez@debianvenezuela.org>  Wed, 19 Oct 2005 22:41:01 -0400
+
+scanerrlog (2.01-2) unstable; urgency=low
+
+  * QA upload.
+  * Package is orphaned (see #302300); set maintainer to Debian QA Group.
+  * scanerrlog.1: Mention upstream author.
+  * Conforms to Standards version 3.6.1.
+
+ -- Matej Vela <vela@debian.org>  Tue, 26 Apr 2005 15:56:29 +0200
+
+scanerrlog (2.01-1.1) unstable; urgency=low
+
+  * NMU
+  * Update to python2.3.
+
+ -- Matthias Klose <doko@debian.org>  Tue, 26 Aug 2003 14:20:34 +0200
+
+scanerrlog (2.01-1) unstable; urgency=low
+
+  * New upstream release
+  * Update to python 2.2
+  * Update to Standards-Version 3.5.7
+
+ -- JP Sugarbroad <taral@taral.net>  Sat, 14 Sep 2002 16:20:52 -0500
+
+scanerrlog (2.00-2) unstable; urgency=low
+
+  * Integrate NMU changes: (thanks Matthias)
+      * Use new python policy (closes: #119227)
+      * Add jaxml to build dependencies
+
+ -- JP Sugarbroad <taral@taral.net>  Fri, 21 Dec 2001 18:30:58 -0600
+
+scanerrlog (2.00-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- JP Sugarbroad <taral@taral.net>  Sun, 13 May 2001 12:25:43 -0500
+
+# vim:nosta:
--- scanerrlog-2.01.orig/debian/docs
+++ scanerrlog-2.01/debian/docs
@@ -0,0 +1,4 @@
+BUGS
+CREDITS
+NEWS
+README
