Hello, I just ran into the same issue and the following fixes it for me:
---snip---
--- DebPackage.py.orig 2007-08-24 02:30:26.000000000 +0200
+++ DebPackage.py 2007-08-24 02:31:27.000000000 +0200
@@ -232,7 +232,7 @@
# check arch
arch = self._sections["Architecture"]
- if arch != "all" and arch != apt_pkg.CPU:
+ if arch != "all" and arch !=
apt_pkg.Config["APT::Architecture"]:
self._dbg(1,"ERROR: Wrong architecture dude!")
self._failureString = _("Wrong architecture '%s'" % arch)
return False
---snap---
--
Jan Hülsbergen
Tel: +49 2241 257 99 73
Jabber: [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part

