Bug#363193: [PATCH] Bug #363193: pbuilder-satisfydepends does not support new style architecture specifications

2009-07-14 Thread Andres Mejia
On Sunday 12 July 2009 19:55:10 Junichi Uekawa wrote: Hi, Do you have handy testcases I could try? I've attached the tarball for a test native package. Should only attempt to build on i386 or amd64 systems. It uses build-depends of hurd-dev only on hurd systems, nasm for i386 and amd64,

Bug#363193: [PATCH] Bug #363193: pbuilder-satisfydepends does not support new style architecture specifications

2009-07-12 Thread Junichi Uekawa
Hi, Do you have handy testcases I could try? At Wed, 8 Jul 2009 15:35:01 -0400, Andres Mejia wrote: diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index 0fbaf2e..cde3551 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -31,6 +31,9 @@ if [ ! -f $PACKAGENAME ];

Bug#363193: [PATCH] Bug #363193: pbuilder-satisfydepends does not support new style architecture specifications

2009-07-08 Thread Andres Mejia
Fixed a problem with the second patch. I forgot the case where only arch 'all' packages were being built. I've attached both patches again. I've tested these and they match the implementation used in sbuild. -- Regards, Andres diff --git a/pbuilder-satisfydepends-funcs