OOps, forgot the patch.
diff -Nrua pyzor-0.4.0+cvs20030201.orig/debian/changelog pyzor-0.4.0+cvs20030201/debian/changelog --- pyzor-0.4.0+cvs20030201.orig/debian/changelog 2006-08-13 19:04:52.000000000 +0200 +++ pyzor-0.4.0+cvs20030201/debian/changelog 2006-08-13 19:10:46.000000000 +0200 @@ -1,3 +1,12 @@ +pyzor (1:0.4.0+cvs20030201-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the last python policy (Closes: #380923). + * Bumped compat to 5. + * Bumped Standards-Version to 3.7.2, no changes required. + + -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Sun, 13 Aug 2006 19:09:43 +0200 + pyzor (1:0.4.0+cvs20030201-6) unstable; urgency=low * Change the install location of the files from diff -Nrua pyzor-0.4.0+cvs20030201.orig/debian/compat pyzor-0.4.0+cvs20030201/debian/compat --- pyzor-0.4.0+cvs20030201.orig/debian/compat 2006-08-13 19:04:52.000000000 +0200 +++ pyzor-0.4.0+cvs20030201/debian/compat 2006-08-13 18:44:20.000000000 +0200 @@ -1 +1 @@ -4 +5 diff -Nrua pyzor-0.4.0+cvs20030201.orig/debian/control pyzor-0.4.0+cvs20030201/debian/control --- pyzor-0.4.0+cvs20030201.orig/debian/control 2006-08-13 19:04:52.000000000 +0200 +++ pyzor-0.4.0+cvs20030201/debian/control 2006-08-13 19:02:56.000000000 +0200 @@ -2,12 +2,13 @@ Section: mail Priority: optional Maintainer: Christopher Sacca <[EMAIL PROTECTED]> -Standards-Version: 3.6.2.1 -Build-Depends-Indep: python (>= 2.3), python (<< 2.5), python-dev (>= 2.3), python-dev (<< 2.5), debhelper (>= 5.0.0), dpatch, cdbs +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), dpatch +Build-Depends-Indep: python-support (>= 0.4) Package: pyzor Architecture: all -Depends: python (>= 2.3), python (<< 2.5), python-gdbm +Depends: ${python:Depends}, python-gdbm Description: spam-catcher using a collaborative filtering network Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages. diff -Nrua pyzor-0.4.0+cvs20030201.orig/debian/rules pyzor-0.4.0+cvs20030201/debian/rules --- pyzor-0.4.0+cvs20030201.orig/debian/rules 2006-08-13 19:04:52.000000000 +0200 +++ pyzor-0.4.0+cvs20030201/debian/rules 2006-08-13 19:11:07.000000000 +0200 @@ -3,8 +3,9 @@ include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/dpatch.mk BASE := $(CURDIR)/debian/pyzor -DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0 --install-purelib=/usr/lib/site-python +DEB_PYTHON_INSTALL_ARGS_ALL = --no-compile -O0 binary-indep-post-install/pyzor:: # fix python interpreter @@ -19,3 +20,7 @@ # instead of "dpatch deapply-all" unpatch: dpatch deapply-all + +binary-install/pyzor:: + dh_pysupport +