Bug#536029: support to download index files for multiple architectures

2010-04-19 Thread David Kalnischkies
2010/4/17 Goswin von Brederlow goswin-...@web.de: Yeah, I run into the same problem trying to modify dpkg. The problem is that an arch=all package being installed or not does no longer suffice to see if it fullfills a dependency. You need to recursively check what the arch=all package depends

Bug#536029: support to download index files for multiple architectures

2010-04-16 Thread Goswin von Brederlow
Package: apt Version: 0.7.26~exp3 Severity: normal Hi, seems that while rewriting the patch you broke a few things: 1) The parser is to strict and gives bad errors: deb [arch=amd64,i386] http://chocos/debian sid main contrib non-free E: Malformed line 1 in source list

Bug#536029: support to download index files for multiple architectures

2010-04-16 Thread David Kalnischkies
Hi Goswin von Brederlow, 2010/4/16 Goswin von Brederlow goswin-...@web.de: deb     [arch=amd64,i386] http://chocos/debian sid main contrib non-free E: Malformed line 1 in source list /etc/apt/sources.list ([http://chocos/debian] is not an assignment) It seems that there must be an explicit

Bug#536029: support to download index files for multiple architectures

2010-04-16 Thread Goswin von Brederlow
David Kalnischkies kalnischkies+deb...@gmail.com writes: 3) Segfaults if an architecture is excluded APT::Architectures={ amd64;i386;armel; }; deb     [ arch=amd64,i386 ] http://chocos/debian sid main contrib non-free Worked fine for me. (TM) My local repository has no amd64 so i excluded