Package: apt-proxy Version: 1.9.34 Severity: important After upgrading to 1.9.34 apt-proxy failed to start for me with the following error:
# /etc/init.d/apt-proxy start Starting apt-proxy Failed to load application: cannot import name http . Grepping through the python source files shows that the http module is a twisted thing. So I upgraded to python-twisted/testing (2.4.0-2) and it fixed it (the version listed below is from stable). The upgrade pulled in quite few new python-twisted-* modules, many of which I then purged (after using deborphan to work out they weren't needed). So I guess the Dependencies line of the package description for apt-proxy should be changed to remove this bit: | python-twisted (<< 2.1.0) To leave this: python-twisted-web (>= 0.6) Cheers, Mark. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27-2-686-smp Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages apt-proxy depends on: ii adduser 3.63 Add and remove users and groups ii bzip2 1.0.2-7 high-quality block-sorting file co ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy ii logrotate 3.7-5 Log rotation utility ii python 2.3.5-11 An interactive high-level object-o ii python-apt 0.5.10 Python interface to libapt-pkg ii python-central 0.5.4 register and build utility for Pyt ii python-twisted 1.3.0-8 Event-based framework for internet -- debconf information: * apt-proxy/upgrading-v2: * apt-proxy/upgrading-v2-result: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

