summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
-rw-r--r--debian/compat1
-rw-r--r--debian/control30
-rw-r--r--debian/copyright4
-rw-r--r--debian/upstream/metadata9
5 files changed, 44 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e3ddef..288727f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+phat (1.6-2) unstable; urgency=medium
+
+ * Start d/upstream/metadata file.
+ * Standards-version 4.5.1. No changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 23 Jan 2021 18:25:03 +0100
+
+phat (1.6-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Rules-requires-root: no.
+ * Move git repository to Salsa.
+ * DH compat 13 (new style).
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 27 Aug 2020 12:38:59 +0200
+
phat (1.5-5) unstable; urgency=medium
* Allow tests to output to stderr without causing failure.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index d665ff3..0bd1200 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,17 @@ Source: phat
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Build-Depends: cmake,
- debhelper (>= 12),
+ debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-pybind11,
python3-setuptools
+Rules-Requires-Root: no
Homepage: https://bitbucket.org/phat-code/phat
-Vcs-Browser: https://git.nonempty.org/debian-phat
-Vcs-Git: https://git.nonempty.org/debian-phat -b debian/sid
+Vcs-Browser: https://salsa.debian.org/gspr/phat
+Vcs-Git: https://salsa.debian.org/gspr/phat.git -b debian/sid
Package: libphat-dev
Section: libdevel
@@ -20,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.
@@ -32,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
@@ -45,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.
diff --git a/debian/copyright b/debian/copyright
index 1f069de..3c547b3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: phat
Source: https://bitbucket.org/phat-code/phat
Files: *
-Copyright: 2013-2019 IST Austria
+Copyright: 2013-2021 IST Austria
License: LGPL-3+
Files: debian/*
-Copyright: 2019 Gard Spreemann <gspr@nonempty.org>
+Copyright: 2019-2021 Gard Spreemann <gspr@nonempty.org>
License: LGPL-3+
License: LGPL-3+
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a856159
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,9 @@
+Repository: https://bitbucket.org/phat-code/phat.git
+Repository-Browse: https://bitbucket.org/phat-code/phat
+Reference:
+ Title: Persistent Homology Algorithms Toolbox
+ Author: U. Bauer and M. Kerber and J. Reininghaus and H. Wagner
+ Journal: Journal of Symbolic Computation
+ Volume: 78
+ Pages: 76–90
+ Year: 2017