2010/7/23 Goswin von Brederlow <goswin-...@web.de>: > I have apt configured with Apt::Architectures = { "amd64"; "armel"; } > and a Apt::Post-Update hook that transforms the armel Packages.gz file > into something suitable for cross-compiling. But all packages that are > not Architecture: all are ignored from > ftp.de.debian.org_debian_dists_sid_main_binary-armel_Packages.
More specifically: It ignores packages which are not arch :all or :armel in this file. Your libc6-armel-cross package is :amd64. Its done more or less on intension as files which have a specific architecture (in this case armel) shouldn't include other architectures by design. Could be changed, sure, but i am unsure if this should be done. APT has done it that way since ever so far (expect the experimental versions in which i broke it…). (dpkg/status and flat Packages files are different, from these APT will include all packages included in the Architectures list). Best regards, David Kalnischkies -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org