[freefoam] 01/02: Join Build-Depends-Indep to BD. Fixes FTBFS when building with arch-only builds.

Boris Pek tehnick at debian.org
Sun Sep 21 12:20:38 UTC 2014


Hi Anton,

> This is an automated email from the git hooks/post-receive script.
>
> gladk pushed a commit to branch master
> in repository freefoam.
>
> commit 68b9a6a9c326137c4447c59558cb8acbd2da6bc3
> Author: Anton Gladky <gladk at debian.org>
> Date:   Sun Sep 21 08:36:56 2014 +0200
>
>     Join Build-Depends-Indep to BD. Fixes FTBFS when building with arch-only builds.
> ---
>  debian/control | 26 +++++++++++++-------------
>  1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index b4c0472..4ce1f44 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -10,29 +10,28 @@ Vcs-Git: git://anonscm.debian.org/debian-science/packages/freefoam.git
>  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/freefoam.git
>  Homepage: http://freefoam.wiki.sourceforge.net/
>  Build-Depends:
> + asciidoc,
> + asymptote,
>   cmake,
> + dblatex,
>   debhelper (>= 9),
> + docbook-utils,
> + doxygen,
>   dpkg-dev (>= 1.16.1~),
> + dvipng,
>   flex,
>   gawk,
> + graphviz,
> + libjs-jquery,
>   libreadline6-dev,
>   libscotch-dev,
> + libxml2-utils,
>   mpi-default-bin,
>   mpi-default-dev,
>   paraview (>= 3.8),
>   python,
> + texlive-science,
>   zlib1g-dev
> -Build-Depends-Indep:
> - asciidoc,
> - asymptote,
> - dblatex,
> - docbook-utils,
> - doxygen,
> - dvipng,
> - graphviz,
> - libjs-jquery,
> - libxml2-utils,
> - texlive-science
>  Standards-Version: 3.9.6
>
>  Package: freefoam
> @@ -89,9 +88,10 @@ Section: libdevel
>  Architecture: any
>  Depends:
>   libfreefoam1 (= ${binary:Version}),
> + python (<< 2.8),
> + python (>= 2.7),
>   ${misc:Depends},
> - ${python:Depends},
> - python (>= 2.7), python (<< 2.8)
> + ${python:Depends}
>  Description: libraries for Computational Fluid Dynamics (CFD) - development files
>   Libraries and modules for grid generation, simulation and analyzing of
>   complex fluid flows, post-processing and visualizing of the resulting

Please revert this change. Your problem may be solved by using separate
override_dh_auto_configure-arch and override_dh_auto_configure-indep.
Just look at -DFOAM_ENABLE_DOXYGEN_DOCS=ON in debian/rules.

Best regards,
Boris



More information about the debian-science-maintainers mailing list