From 00fe114f9c8307c56a993d7454066513bb7c4f07 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 8 Mar 2018 23:30:10 +0100 Subject: wrap-and-sort --- debian/control | 58 +++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 17 deletions(-) (limited to 'debian/control') 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 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. - -- cgit v1.2.3