Comment 15 for bug 6999

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 12 Jul 2004 11:02:15 -0600
From: LaMont Jones <email address hidden>
To: <email address hidden>
Subject: Re: FTBFS: texi2html unproperly needed by binary-arch

Matt Zimmerman <email address hidden> 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