Comment 1 for bug 737566

Revision history for this message
Michael Tinsay (tinsami1) wrote :

I encountered this problem while trying to backport dpkg from oneiric.

It seems that the "[linux-any]" in debian/control is not being recognized properly by pbuilder.

I added the line:

PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-classic"

in /etc/pbuilderrc and run prevu again and I saw the error:

 -> Considering libselinux1-dev (>= 1.28-4) [linux-any]
   -> This package is not for this architecture

This is fixed in the latest pbuilder package (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363193).