Hi,

The attached patch fixes this bug with --prefix=/usr. It also increases the
minimum python-support dependency to 0.90, for full Python 2.6
compatibility, and build-depends on python, not python-dev.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u old-scanerrlog-2.01/debian/control scanerrlog-2.01/debian/control
--- old-scanerrlog-2.01/debian/control	2010-03-02 22:31:55.000000000 +0000
+++ scanerrlog-2.01/debian/control	2010-03-02 22:33:40.000000000 +0000
@@ -2,8 +2,8 @@
 Section: admin
 Priority: extra
 Maintainer: Víctor Pérez Pereira <vpe...@debianvenezuela.org>
-Build-Depends-Indep: python-jaxml, python-setuptools, python-support (>= 0.6)
-Build-Depends: debhelper (>> 4.0.0), python-dev (>= 2.4)
+Build-Depends-Indep: python-jaxml, python-setuptools, python-support (>= 0.90)
+Build-Depends: debhelper (>> 4.0.0), python (>= 2.4)
 Standards-Version: 3.7.3
 
 Package: scanerrlog
diff -u old-scanerrlog-2.01/debian/rules scanerrlog-2.01/debian/rules
--- old-scanerrlog-2.01/debian/rules	2010-03-02 22:31:55.000000000 +0000
+++ scanerrlog-2.01/debian/rules	2010-03-02 22:32:33.000000000 +0000
@@ -32,7 +32,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	python setup.py install -O2 --root $(CURDIR)/debian/scanerrlog
+	python setup.py install -O2 --root $(CURDIR)/debian/scanerrlog --prefix=/usr
 	for f in $(CURDIR)/debian/scanerrlog/usr/*bin/*.py; do \
 	    X=`echo $$f | sed -e 's/\.py$$//'`; \
 	    mv $$f $$X; \

Attachment: signature.asc
Description: Digital signature

Reply via email to