[apt-proxy-devel] r673 - in branches/1.9.36: apt_proxy debian

Chris Halls halls at alioth.debian.org
Tue Aug 14 21:02:44 UTC 2007


Author: halls
Date: Tue Aug 14 21:02:44 2007
New Revision: 673

Log:
* Release 1.9.36.1
* Work around breakage caused by ABI change in python_apt.  (Closes: #436011, #436112). This is also related to #285360, which is not yet fixed


Modified:
   branches/1.9.36/apt_proxy/packages.py
   branches/1.9.36/debian/changelog

Modified: branches/1.9.36/apt_proxy/packages.py
==============================================================================
--- branches/1.9.36/apt_proxy/packages.py	(original)
+++ branches/1.9.36/apt_proxy/packages.py	Tue Aug 14 21:02:44 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: branches/1.9.36/debian/changelog
==============================================================================
--- branches/1.9.36/debian/changelog	(original)
+++ branches/1.9.36/debian/changelog	Tue Aug 14 21:02:44 2007
@@ -1,3 +1,11 @@
+apt-proxy (1.9.36.1) unstable; 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
+
+ -- Chris Halls <halls at debian.org>  Tue, 14 Aug 2007 21:58:45 +0100
+
 apt-proxy (1.9.36) unstable; urgency=low
 
   [ Chris Halls ]



More information about the apt-proxy-devel mailing list