From fulvio at studiostorti.com Wed Apr 9 07:09:52 2014 From: fulvio at studiostorti.com (Fulvio Scapin) Date: Wed, 9 Apr 2014 09:09:52 +0200 (CEST) Subject: [Neurodebian-devel] Bug in the fail2ban packaging In-Reply-To: <1144370532.6292936.1396978790493.JavaMail.zimbra@studiostorti.com> Message-ID: <1389304680.733476.1397027392327.JavaMail.zimbra@studiostorti.com> Hello. I'd like to report a bug in the fail2ban packaging, detected on Ubuntu 10.04 . Here the output of apt-get: Traceback (most recent call last): File "/usr/bin/pycentral", line 2300, in main() File "/usr/bin/pycentral", line 2294, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 1481, in run pkg.read_version_info() File "/usr/bin/pycentral", line 897, in read_version_info raise PyCentralError, "package has no field Python-Version" __main__.PyCentralError: package has no field Python-Version dpkg: error processing fail2ban (--configure): subprocess installed post-installation script returned error exit status 1 In order to complete the installation I have to add something like: Python-Version: all to the package entry in /var/lib/dpkg/status and do apt-get -f install to complete the installation . Regards.