Your message dated Fri, 22 Sep 2006 08:02:43 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#387663: fixed in pygopherd 2.0.17 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: pygopherd Version: 2.0.16 Severity: grave Justification: renders package unusable The default version of python in sid is 2.4, but the modules of pygopherd are installed only in /usr/share/pycentral/ (dh_pycentral). python 2.4 use modules from /usr/lib/python2.4/site-packages/ We can specify python2.3 in /etc/init.d/pygopherd to force using the old version of python, or modify the rules script and make it future-safe The following patch enables the package to work with python 2.4, but will broke python 2.3 compatibility. Sorry I don't understand the python packaging system enough to provide a 2.3/2.4 compatible one, like in 'python-imaging' diff -rpuN pygopherd-2.0.16.orig/debian/control pygopherd-2.0.16/debian/control --- pygopherd-2.0.16.orig/debian/control 2006-09-11 16:10:13.000000000 +0200 +++ pygopherd-2.0.16/debian/control 2006-09-15 20:17:08.000000000 +0200 @@ -2,10 +2,10 @@ Source: pygopherd Section: net Priority: optional Maintainer: John Goerzen <[EMAIL PROTECTED]> -Build-Depends-Indep: python-central (>= 0.5), debhelper (>> 5.0.37.2), python, python (>= 2.3) +Build-Depends-Indep: python-central (>= 0.5), debhelper (>> 5.0.37.2), python (>= 2.4) Build-Depends: debhelper (>= 5.0.37.2), python-central (>= 0.5) Standards-Version: 3.5.2 -XS-Python-Version: current, >= 2.3 +XS-Python-Version: current, >= 2.4 Package: pygopherd Architecture: all diff -rpuN pygopherd-2.0.16.orig/debian/rules pygopherd-2.0.16/debian/rules --- pygopherd-2.0.16.orig/debian/rules 2006-09-11 16:10:13.000000000 +0200 +++ pygopherd-2.0.16/debian/rules 2006-09-15 20:16:44.000000000 +0200 @@ -89,7 +89,6 @@ binary-indep: build install dh_installinfo # dh_undocumented dh_installchangelogs - dh_pycentral dh_python dh_link dh_strip -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.16 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages pygopherd depends on: ii logrotate 3.7.1-3 Log rotation utility ii mime-support 3.37-1 MIME files 'mime.types' & 'mailcap ii python 2.4.3-11 An interactive high-level object-o ii python-simpletal 4.1-6 Simple TAL, TALES and METAL implem pygopherd recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: pygopherd Source-Version: 2.0.17 We believe that the bug you reported is fixed in the latest version of pygopherd, which is due to be installed in the Debian FTP archive: pygfarm_2.0.17_all.deb to pool/main/p/pygopherd/pygfarm_2.0.17_all.deb pygopherd_2.0.17.dsc to pool/main/p/pygopherd/pygopherd_2.0.17.dsc pygopherd_2.0.17.tar.gz to pool/main/p/pygopherd/pygopherd_2.0.17.tar.gz pygopherd_2.0.17_all.deb to pool/main/p/pygopherd/pygopherd_2.0.17_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. John Goerzen <[EMAIL PROTECTED]> (supplier of updated pygopherd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 15 Sep 2006 14:01:50 -0500 Source: pygopherd Binary: pygfarm pygopherd Architecture: source all Version: 2.0.17 Distribution: unstable Urgency: high Maintainer: John Goerzen <[EMAIL PROTECTED]> Changed-By: John Goerzen <[EMAIL PROTECTED]> Description: pygfarm - Collection of add-on modules for Pygopherd pygopherd - Modular Multiprotocol Gopher/HTTP/WAP Server in Python Closes: 387663 Changes: pygopherd (2.0.17) unstable; urgency=high . * Make sure python-central does its thing before the init script tries to start Python. Closes: #387663. Files: 9b2bb5b6e4b5c4cec6b3781c8ea4d157 667 net optional pygopherd_2.0.17.dsc 0cebda5a252027f20f7600733584f6cb 1833398 net optional pygopherd_2.0.17.tar.gz 9d25368b50ff8e92026687af22f00342 200588 net optional pygopherd_2.0.17_all.deb ee07aee58ab17bab29a21a796b25ebc4 7106 net optional pygfarm_2.0.17_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFE/gw3PeFtIodmh8RAk8yAJ9xELrdp//KATZWbNF5j369WkPjwQCg0QOL WmhaoCY7m4goPicYDw+7818= =+Dfr -----END PGP SIGNATURE-----
--- End Message ---

