Package: apt-proxy
Version: 1.9.25
Followup-For: Bug #296574
Hi,
I investigated a bit into the problem, and the attached patch solves
the crash. I don't know if it's correct and also a deb in apt's cache
that I put there via wget is not imported so I'm not sure if it really
is a fix...
Andreas
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-cherry
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages apt-proxy depends on:
ii bzip2 1.0.2-5 high-quality block-sorting file co
ii debconf 1.4.45 Debian configuration management sy
ii logrotate 3.7-2 Log rotation utility
ii python 2.3.5-1 An interactive high-level object-o
ii python-apt 0.5.10 Python interface to libapt-pkg
ii python-bsddb3 3.3.0-6 Python interface to libdb3
ii python-twisted 1.3.0-8 Event-based framework for internet
-- debconf information:
* apt-proxy/upgrading-v2:
* apt-proxy/upgrading-v2-result:
--- apt-proxy-import.old 2005-02-23 12:52:00.034214816 +0100
+++ apt-proxy-import.new 2005-02-23 12:51:40.783141424 +0100
@@ -58,6 +58,7 @@
sys.exit(1)
from apt_proxy.apt_proxy_conf import factoryConfig
+from apt_proxy.apt_proxy import Factory
from apt_proxy import packages
class DummyFactory: