summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-08-27 12:54:25 +0200
committerGard Spreemann <gspr@nonempty.org>2020-08-27 12:54:25 +0200
commit51619484ddd32e4dd77d7bb9ae67f8b4fa2cf0c4 (patch)
tree7394b744fa6b88e69ab66320fd22e33e7e2162de
parent9305ad395b7a3538dd3a0cc3b8b639d98d16ae2a (diff)
Use full name in long description.debian/1.6-1
-rw-r--r--debian/control21
1 files changed, 12 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index e4cd0d8..6b434c4 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,10 @@ Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: phat-utils
Description: C++ library for boundary matrix reductions over Z/2Z
- PHAT is a header-only C++ library for performing the filtered Z/2Z
- (co)boundary matrix operations commonly needed when computing
- (persistent) (co)homology in topological data analysis.
+ The Persistent Homology Algorithm Toolox is a header-only C++ library
+ for performing the filtered Z/2Z (co)boundary matrix operations
+ commonly needed when computing (persistent) (co)homology in
+ topological data analysis.
.
This package contains the header files. A standalone program exposing
some of the features is available in phat-utils.
@@ -33,9 +34,10 @@ Section: math
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Utilities from the PHAT library
- PHAT is a header-only C++ library for performing the filtered Z/2Z
- (co)boundary matrix operations commonly needed when computing
- (persistent) (co)homology in topological data analysis.
+ The Persistent Homology Algorithm Toolox is a header-only C++ library
+ for performing the filtered Z/2Z (co)boundary matrix operations
+ commonly needed when computing (persistent) (co)homology in
+ topological data analysis.
.
This package contains some standalone utilities built using the PHAT
library, such as persistent homology of a given filtered boundary
@@ -46,8 +48,9 @@ Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python 3 interface for the PHAT library
- PHAT is a header-only C++ library for performing the filtered Z/2Z
- (co)boundary matrix operations commonly needed when computing
- (persistent) (co)homology in topological data analysis.
+ The Persistent Homology Algorithm Toolox is a header-only C++ library
+ for performing the filtered Z/2Z (co)boundary matrix operations
+ commonly needed when computing (persistent) (co)homology in
+ topological data analysis.
.
This package contains the library's Python 3 interface.