From 9815614ed0423c22457e3e0013c64d328405b261 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Wed, 8 Feb 2017 20:29:16 +0100 Subject: Sort and wrap build-depends and depends per comment on #840739. --- debian/control | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 061be5d8..c68c44c7 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,10 @@ Maintainer: Gard Spreemann Section: math Priority: optional Standards-Version: 3.9.8.0 -Build-Depends: debhelper (>= 9), cmake (>= 2.6), - libboost-system-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-chrono-dev (>= 1.48), libboost-timer-dev (>= 1.48), - libgmp-dev (>= 4.2), libcgal-dev (>= 4.7), libtbb-dev, libeigen3-dev (>= 3.1.0) +Build-Depends: cmake (>= 2.6), debhelper (>= 9), 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 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 @@ -14,9 +15,10 @@ Package: libgudhi-dev Section: libdevel Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, - libboost-system-dev (>= 1.48), libboost-filesystem-dev (>= 1.48), libboost-program-options-dev (>= 1.48), libboost-chrono-dev (>= 1.48), libboost-timer-dev (>= 1.48), - libgmp-dev (>= 4.2), libcgal-dev (>= 4.7), libtbb-dev, libeigen3-dev (>= 3.1.0) +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 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 @@ -29,4 +31,3 @@ Description: Generic open source C++ library for Topological Data Analysis . The package currently does not ship any examples. For those, see the upstream website. - -- cgit v1.2.3