On Tue, Aug 17, 2010 at 15:54:42 (CEST), [email protected] wrote:

> The following commit has been merged in the master branch:
> commit a436731657591414a809722093c6085715da3a42
> Author: Alessio Treglia <[email protected]>
> Date:   Tue Aug 17 15:50:44 2010 +0200
>
>     Build and install the documentation.
>
> diff --git a/debian/control b/debian/control
> index 12d733b..b402e50 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -5,8 +5,9 @@ Maintainer: Debian Multimedia Maintainers 
> <[email protected]
>  Uploaders: Paul Brossier <[email protected]>,
>   Free Ekanayaka <[email protected]>,
>   Alessio Treglia <[email protected]>
> -Build-Depends: debhelper (>= 7),
> +Build-Depends: debhelper (>= 7.0.50~),
>   autotools-dev (>= 20100122.1~),
> + doxygen,
>   automake,
>   autoconf,
>   libtool
> diff --git a/debian/rules b/debian/rules
> index dcf6189..8f26c23 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -2,3 +2,7 @@
>  
>  %:
>       dh $@ --with autotools_dev
> +
> +override_dh_auto_build:
> +     dh_auto_build
> +     $(MAKE) -C doc

>From the csound package we have learned that this approach leads to
calling doxygen unnecesarily on all architectures on the buildd. On
sparc, doxygen currently seems broken, thus the package FTBFS there.

How about making a team policy that doxygen should not be executed on
the buildds? That should be of course accompanied with instructions how
to implement that advice.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to