Thus spoke Brian May <[EMAIL PROTECTED]> on 2001-03-04 09:01:35: > >>>>> "Matthias" == Matthias Klose <[EMAIL PROTECTED]> writes: > > Matthias> The only idea I have for a solution is to make the > Matthias> package arch dependent. The syntax > > Matthias> Depends: strace [!i386-hurd] > > Matthias> doesn't work. Any ideas? > > Why doesn't that work? >
AFAIK [!hurd-i386], and it only works in Build-Depends.
I think the Depends should use some ${strace-depends}
variable, and set it according to DEB_HOST_ARCH...
something like:
ifneq (hurd-i386,$(DEB_HOST_ARCH))
dpkg-gencontrol -Vstrace-depends=strace
else
dpkg-gencoltrol -Vstrace-depends=
fi
Or something like that :)
Gergely Nagy \ mhp/|8]
--
------------------------=]| [EMAIL PROTECTED] |[=------------------------
..................... Powered by bread 'n water .....................
pgpJpMVuy8SEN.pgp
Description: PGP signature

