Package: denyhosts-python2.4
Version: 2.2-1
Severity: grave
Tags: patch
Justification: renders package unusable
After the command `/etc/init.d/denyhosts start` denyhosts-python2.4 raises
an ImportError exception:
Starting DenyHosts: denyhostsTraceback (most recent call last):
File "/usr/bin/denyhosts", line 5, in ?
import DenyHosts.python_version
ImportError: No module named DenyHosts.python_version
The attached patch will fix this problem.
best regards
Pascal
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages denyhosts-python2.4 depends on:
ii denyhosts-common 2.2-1 an utility to help sys admins thwa
ii python2.4 2.4.2-2 An interactive high-level object-o
denyhosts-python2.4 recommends no packages.
-- no debconf information
--- /usr/bin/denyhosts.org 2006-04-06 14:04:24.000000000 +0200
+++ /usr/bin/denyhosts 2006-04-06 14:14:23.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.4
import os
import sys