James A Morrison wrote: > The following patch to dpkg-architecture seems to remove the warning: > > --- /usr/bin/dpkg-architecture 2003-09-20 03:06:39.000000000 +0200 > +++ dpkg-architecture 2003-10-19 21:59:16.000000000 +0200 > @@ -61,7 +61,7 @@ > 'sh3eb', 'sh3eb-linux', > 'sh4eb', 'sh4eb-linux', > 'hppa', 'hppa-linux', > - 'hurd-i386', 'i386-gnu', > + 'hurd-i386', 'i586-gnu', > 's390', 's390-linux', > 's390x', 's390x-linux', > 'ia64', 'ia64-linux', > > Is this really the right thing to do? > > Thanks. > > No, fix sub rewrite_gnu to something like (.*linux|.*gnu).
That's it! I've tested that and it works, so I will ask dpkg maintainers to do that, then. Thanks a lot.

