Package: python-paramiko Version: 1.7.1 Severity: grave Justification: renders package unusable
Hi Guido The problem is that within debian etch the paramiko package is completely UNUSABLE as it is now... Once installed, importing into python causes an error and paramiko would simply not work at all. The file in problem is in paramiko-1.5.2, when gunzip and untar, in the file paramiko/__init__.py The correction is a simple typo as this diff -c gives : diff -c __init__.py ../__init__.py *** __init__.py Sat Dec 3 14:20:20 2005 --- ../__init__.py Tue Jul 8 14:38:01 2008 *************** *** 123,129 **** 'SFTPServer', 'SFTPError', 'SFTPAttributes', ! 'SFTPServerInterface' 'ServerInterface', 'BufferedFile', 'Agent', --- 123,129 ---- 'SFTPServer', 'SFTPError', 'SFTPAttributes', ! 'SFTPServerInterface', 'ServerInterface', 'BufferedFile', 'Agent', As you can see, it is only missing a comma at that line... -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages python-paramiko depends on: ii python-crypto 2.0.1+dfsg1-1.2 cryptographic algorithms and proto ii python-support 0.5.6 automated rebuilding support for p python-paramiko recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]