Bug#258643: FTBFS: texi2html unproperly needed by binary-arch
LaMont Jones
LaMont Jones <lamont@debian.org>, 258643@bugs.debian.org
Mon, 12 Jul 2004 11:02:15 -0600
Matt Zimmerman <mdz@debian.org> writes:
> binary-arch doesn't depend on build, though; only on build-indep.
> Perhaps you're using dpkg-buildpackage -B rather than debian/rules
> binary-arch?
The build daemons do (for example):
dpkg-buildpackage -B -rfakeroot (which does):
/usr/bin/fakeroot debian/rules clean
debian/rules build
/usr/bin/fakeroot debian/rules binary
Anything needed by the build target must be declared in Build-Depends.
lamont