On Sat, May 11, 2002 at 10:01:26PM -0400, Richard A Nelson wrote: > I'm cc:ing debian-mentors to hopefully enlighten me on the proper way to > handle this > > > On Fri, 10 May 2002 [EMAIL PROTECTED] wrote:
> The docs are only built by the binary-indep target ! debian/rules build eventually results in invoking /usr/bin/make -f debian/rules info; which dies in the groff usage. > Does sbuild not properly support build-depends-indep ? Should binary > not call binary-arch *and* binary-indep ? sbuild does a binary-arch build, by invoking 'clean', 'build', and then 'binary-arch'. The 'build' target will fail if groff is not installed on the machine. Either the build target needs to be corrected to not build 'info', or you really do build-depends groff, not build-depends-indep... lamont -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

