[apt-proxy-devel] r671 - in trunk: apt_proxy debian

Chris Halls halls at alioth.debian.org
Mon Aug 13 22:45:37 UTC 2007


Author: halls
Date: Mon Aug 13 22:45:36 2007
New Revision: 671

Log:
Work around breakage caused by ABI change in python_apt.
This is also related to #285360, which is not yet fixed


Modified:
   trunk/apt_proxy/packages.py
   trunk/debian/changelog

Modified: trunk/apt_proxy/packages.py
==============================================================================
--- trunk/apt_proxy/packages.py	(original)
+++ trunk/apt_proxy/packages.py	Mon Aug 13 22:45:36 2007
@@ -103,7 +103,7 @@
     """
     DEFAULT_APT_CONFIG = {
         #'APT' : '',
-        'APT::Architecture' : apt_pkg.CPU,
+	'APT::Architecture' : 'i386',  # TODO: Fix this, see bug #436011 and #285360
         #'APT::Default-Release' : 'unstable',
    
         'Dir':'.', # /

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Mon Aug 13 22:45:36 2007
@@ -1,5 +1,8 @@
 apt-proxy (1.9.37) UNRELEASED; urgency=low
 
+  * Work around breakage caused by ABI change in python_apt. 
+    (Closes: #436011, #436112). This is also related to #285360, which is not
+    yet fixed
   * Ensure that the status of a file is always reset, even if the download
     does not complete (Closes: #428505)
   * Add a generic error handler for unknown exceptions when a client requests a
@@ -9,7 +12,7 @@
     were already closed
   * Add more unit tests
 
- -- Chris Halls <halls at debian.org>  Wed, 04 Jul 2007 11:40:22 +0100
+ -- Chris Halls <halls at debian.org>  Mon, 13 Aug 2007 23:41:10 +0100
 
 apt-proxy (1.9.36) unstable; urgency=low
 



More information about the apt-proxy-devel mailing list