Bug#203985: [Build-common-hackers] Bug#203985: cdbs: binary-arch runs install/% for binary-indep packages

Colin Walters Colin Walters <walters@debian.org>, 203985@bugs.debian.org
03 Aug 2003 11:49:08 -0400


reassign 203985 libmath++
thanks

On Sun, 2003-08-03 at 08:33, Daniel Schepler wrote:
> Package: cdbs
> Version: 0.4.5
> Severity: important
> 
> As the subject says, debian/rules binary-arch is running
> install/libmath++-doc on the autobuilders while building my libmath++
> package.  This causes build failures, because that target needs a
> Build-Depends-Indep package.

This is intentional; see the comments above the 'build' target in
1/rules/buildcore.mk.
I recommend just not using Build-Depends-Indep for now, and putting
everything in Build-Depends, until such time as dpkg-buildpackage is
fixed.  Alternatively, you may set DEB_BUILD_DEPENDENCIES.  (Hmm...that
is kind of a confusing name, will have to fix that...).

I've reassigned this bug to libmath++ so you may use it to track fixing
the issue in your package.