From 9f6e9a51c2fba32ea2373aee7e2879c22bb8a0e5 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 9 Feb 2017 23:40:04 +0100 Subject: Build documentation package libgudhi-doc. --- debian/control | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7fb33657..efa3a993 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,11 @@ Maintainer: Gard Spreemann Section: math Priority: optional Standards-Version: 3.9.8.0 -Build-Depends: cmake (>= 2.6), debhelper (>= 10), libboost-chrono-dev (>= 1.48), - libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), - libboost-system-dev (>= 1.48), libboost-timer-dev (>= 1.48), - libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), libtbb-dev +Build-Depends: cmake (>= 2.6), debhelper (>= 10), doxygen, graphviz, + libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), + libboost-program-options-dev (>= 1.48), libboost-system-dev (>= 1.48), + libboost-timer-dev (>= 1.48), libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), + libgmp-dev (>= 4.2), libtbb-dev, texlive-science Homepage: http://gudhi.gforge.inria.fr/ Vcs-Browser: https://git.nonempty.org/debian-gudhi Vcs-Git: http://git.nonempty.org/debian-gudhi -b debian/sid @@ -19,6 +20,7 @@ Depends: ${misc:Depends}, libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-system-dev (>= 1.48), libboost-timer-dev (>= 1.48), libcgal-dev (>= 4.7), libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), libtbb-dev +Suggests: libgudhi-doc Description: Generic open source C++ library for Topological Data Analysis The GUDHI library is a generic open source C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry @@ -31,3 +33,20 @@ Description: Generic open source C++ library for Topological Data Analysis . The package currently does not ship any examples. For those, see the upstream website. + +Package: libgudhi-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Generic open source C++ library for Topological Data Analysis + The GUDHI library is a generic open source C++ library for + Topological Data Analysis (TDA) and Higher Dimensional Geometry + Understanding. The library offers state-of-the-art data structures + and algorithms to construct simplicial complexes and compute + persistent homology. + . + The GUDHI library is developed as part of the GUDHI project supported + by the European Research Council. + . + This package contains documentation for the package. -- cgit v1.2.3