summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-02-08 20:29:16 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-02-08 20:29:16 +0100
commit9815614ed0423c22457e3e0013c64d328405b261 (patch)
treef4f911a6ab53b405646647f9c225ccb553c84d9b /debian/control
parent63350238e4b401091e7700d1772f360442448424 (diff)
Sort and wrap build-depends and depends per comment on #840739.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 8 insertions, 7 deletions
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 <gspreemann@gmail.com>
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.
-