summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-06-15 12:58:25 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-06-15 12:58:25 +0200
commit1cb73bd3b2404687ed9e2b71c5d11ce2401ef055 (patch)
treee88755b5e174c403438d2d4b7854df316f0c74f1
parentc31bac6af57af917b8f799d0c21eb6af34ee1f6e (diff)
Initial changes for 2.2.0.
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--debian/copyright12
3 files changed, 16 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e3189c6..d44eb909 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gudhi (2.2.0+dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Add Čech complex.
+ - Add new functionality to the Rips complex.
+ * Streamline the copyright information a bit.
+ * Bump CMake build-dep to 3.1.
+
+ -- Gard Spreemann <gspreemann@gmail.com> Fri, 15 Jun 2018 12:54:21 +0200
+
gudhi (2.1.0+dfsg-3) unstable; urgency=medium
* Add patch for floating point rounding problem on some architectures.
diff --git a/debian/control b/debian/control
index 75a8fd73..8dddd5a0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Gard Spreemann <gspreemann@gmail.com>
Section: math
Priority: optional
Standards-Version: 4.1.4
-Build-Depends: cmake,
+Build-Depends: cmake (>= 3.1),
cython3,
debhelper (>= 11),
dh-python,
diff --git a/debian/copyright b/debian/copyright
index a01a405b..9619ce4a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,14 +5,12 @@ Source: http://gudhi.gforge.inria.fr
Deleted unnecessary precompiled binary and upstream data files of unclear licensing status. Deleted also bundled MathJax.
Files: *
-Copyright: 2014-2017 INRIA
- 2016 INRIA (France)
- 2014 INRIA Sophia Antipolis - Méditerranée (France)
- 2015 INRIA Saclay - Île-de-France
+Copyright: 2014-2018 Inria
+License: GPL-3+
+
+Files: include/gudhi/Miniball*
+Copyright: 1999-2013 Bernd Gärtner
License: GPL-3+
-Comment: The exact copyright statement varies between various INRIA research
- centers throughout the files. Upstream made a statement that the correct
- copyright holder is simply "Inria". See https://lists.gforge.inria.fr/pipermail/gudhi-users/2018-March/000120.html
Files: cmake/modules/FindEigen3.cmake
Copyright: 2006, 2007 Montel Laurent <montel@kde.org>