Le lundi 27 septembre 2010 14:24:50 Felipe Sateler, vous avez écrit : > Package: debhelper > Version: 8.0.0 > Severity: wishlist > > dh should provide those targets. Probably the current build sequence > should move to build-arch and leave build-indep empty for the maintainer > to override.
Hi,
It seems that it does, see the manpage e.g. For a real-world usage, that's how
I
use it:
# Standard binary target builds them all
binary: binary-arch binary-indep;
# To build the docs I need the program to be compiled.
binary-indep: binary-arch
# Build docs
make -C doc html
dh binary-indep
Although the buildd's seem to call "binary", I can build this package with (-A)
and without (-b) the -doc package on my sbuild.
Is there still need for more ?
Cheers, OdyX
--
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
[email protected]
signature.asc
Description: This is a digitally signed message part.

