summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-03-08 23:30:10 +0100
committerGard Spreemann <gspreemann@gmail.com>2018-03-08 23:30:10 +0100
commit00fe114f9c8307c56a993d7454066513bb7c4f07 (patch)
treeb9fa6dc509fc3dbd8bccf1bc3d2cac9187703f21 /debian/control
parent6d784da7b79429a256bd49046910a727703509ef (diff)
wrap-and-sort
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control58
1 files changed, 41 insertions, 17 deletions
diff --git a/debian/control b/debian/control
index 0b7cb060..d22d704a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,29 @@ Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 4.1.3
-Build-Depends: cmake (>= 2.6), cython3, debhelper (>= 10), dh-python, doxygen,
- graphviz, libboost-chrono-dev (>= 1.48), libboost-filesystem-dev (>= 1.48),
- libboost-program-options-dev (>= 1.48), libboost-system-dev (>= 1.48),
- libboost-test-dev (>= 1.48), libboost-timer-dev (>= 1.48),
- libcgal-dev (>= 4.8.1), libcgal-qt5-dev (>= 4.8.1), libeigen3-dev (>= 3.1.0),
- libgmp-dev (>= 4.2), libqglviewer-dev-qt5, libtbb-dev, python3-dev,
- python3-matplotlib, python3-pytest, python3-tk, qtbase5-dev
+Build-Depends: cmake (>= 2.6),
+ cython3,
+ debhelper (>= 10),
+ dh-python,
+ doxygen,
+ graphviz,
+ libboost-chrono-dev (>= 1.48),
+ libboost-filesystem-dev (>= 1.48),
+ libboost-program-options-dev (>= 1.48),
+ libboost-system-dev (>= 1.48),
+ libboost-test-dev (>= 1.48),
+ libboost-timer-dev (>= 1.48),
+ libcgal-dev (>= 4.8.1),
+ libcgal-qt5-dev (>= 4.8.1),
+ libeigen3-dev (>= 3.1.0),
+ libgmp-dev (>= 4.2),
+ libqglviewer-dev-qt5,
+ libtbb-dev,
+ python3-dev,
+ python3-matplotlib,
+ python3-pytest,
+ python3-tk,
+ qtbase5-dev
Homepage: http://gudhi.gforge.inria.fr/
Vcs-Browser: https://git.nonempty.org/debian-gudhi
Vcs-Git: https://git.nonempty.org/debian-gudhi -b debian/sid
@@ -18,11 +34,17 @@ Package: libgudhi-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
-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-test-dev (>= 1.48),
- libboost-timer-dev (>= 1.48), libcgal-dev (>= 4.8.1),
- libeigen3-dev (>= 3.1.0), libgmp-dev (>= 4.2), libtbb-dev
+Depends: libboost-chrono-dev (>= 1.48),
+ libboost-filesystem-dev (>= 1.48),
+ libboost-program-options-dev (>= 1.48),
+ libboost-system-dev (>= 1.48),
+ libboost-test-dev (>= 1.48),
+ libboost-timer-dev (>= 1.48),
+ libcgal-dev (>= 4.8.1),
+ libeigen3-dev (>= 3.1.0),
+ libgmp-dev (>= 4.2),
+ libtbb-dev,
+ ${misc:Depends}
Suggests: libgudhi-doc, libgudhi-examples
Description: Generic open source C++ library for topological data analysis
The GUDHI library is a generic open source C++ library for
@@ -59,7 +81,7 @@ Package: libgudhi-doc
Section: doc
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, libjs-mathjax
+Depends: libjs-mathjax, ${misc:Depends}
Description: Documentation for the GUDHI library for topological data analysis
The GUDHI library is a generic open source C++ library for
Topological Data Analysis (TDA) and Higher Dimensional Geometry
@@ -76,8 +98,11 @@ Package: python3-gudhi
Section: python
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
- python3-matplotlib, python3-tk
+Depends: python3-matplotlib,
+ python3-tk,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
Description: Python 3 interface to the GUDHI library for topological data analysis
The GUDHI library is a generic open source C++ library for
Topological Data Analysis (TDA) and Higher Dimensional Geometry
@@ -93,7 +118,7 @@ Description: Python 3 interface to the GUDHI library for topological data analys
Package: gudhui
Section: math
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GUI for some of the functionality of the GUDHI library
The GUDHI library is a generic open source C++ library for
Topological Data Analysis (TDA) and Higher Dimensional Geometry
@@ -106,4 +131,3 @@ Description: GUI for some of the functionality of the GUDHI library
.
This package contains GudhUI, a graphical interface to a few of GUDHI's
features. Be aware that it is quite rough around the edges.
-