summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog44
-rw-r--r--debian/compat1
-rw-r--r--debian/control13
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/tests/control3
-rw-r--r--debian/upstream/metadata13
-rw-r--r--debian/watch4
8 files changed, 68 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 188fdba..dae73cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,47 @@
+python-pyspike (0.7.0-1) unstable; urgency=medium
+
+ * New upstream version.
+ * Drop upstreamed patches.
+
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 30 Dec 2021 17:45:53 +0100
+
+python-pyspike (0.6.0-6) unstable; urgency=medium
+
+ * Call dh_numpy3.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 27 Nov 2021 16:52:29 +0100
+
+python-pyspike (0.6.0-5) unstable; urgency=medium
+
+ * Add patch to fix Python 3.10 compatibility.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sun, 21 Nov 2021 15:14:28 +0100
+
+python-pyspike (0.6.0-4) unstable; urgency=medium
+
+ * Fix broken watch file.
+ * Correct typo in upstream/metadata file.
+ * Standards-version 4.6.0.1. No changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Fri, 15 Oct 2021 11:02:13 +0200
+
+python-pyspike (0.6.0-3) unstable; urgency=medium
+
+ * Move git repository to Salsa.
+ * DH compat 13.
+ * Start upstream/metadata file.
+ * Standards-version 4.5.1. No changes needed.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 23 Jan 2021 18:55:01 +0100
+
+python-pyspike (0.6.0-2) unstable; urgency=medium
+
+ * Add patch to allow floating point behavior differences in tests.
+
+ -- Gard Spreemann <gspr@nonempty.org> Sat, 07 Mar 2020 18:53:50 +0100
+
python-pyspike (0.6.0-1) unstable; urgency=medium
* Initial release. (Closes: #932726)
- -- Gard Spreemann <gspr@nonempty.org> Mon, 22 Jul 2019 14:00:39 +0200
+ -- Gard Spreemann <gspr@nonempty.org> Thu, 06 Feb 2020 09:47:07 +0100
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 c254fca..db9461c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: python-pyspike
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
-Standards-Version: 4.4.0
+Standards-Version: 4.6.0.1
Build-Depends: cython3,
- debhelper (>= 12),
+ debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-nose,
@@ -12,13 +12,12 @@ Build-Depends: cython3,
python3-setuptools
Rules-Requires-Root: no
Homepage: https://mariomulansky.github.io/PySpike/
-Vcs-Browser: https://git.nonempty.org/debian-python-pyspike
-Vcs-Git: https://git.nonempty.org/debian-python-pyspike -b debian/sid
+Vcs-Browser: https://salsa.debian.org/gspr/python-pyspike
+Vcs-Git: https://salsa.debian.org/gspr/python-pyspike.git -b debian/sid
Package: python3-pyspike
Section: python
Architecture: any
-Multi-Arch: same
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
@@ -28,7 +27,3 @@ Description: Python 3 library for the numerical analysis of spike train similari
ISI-distance and SPIKE-distance as well as SPIKE-Synchronization. It
provides functions to compute multivariate profiles, distance
matrices, as well as averaging and general spike train processing.
- .
- Mario Mulansky, Thomas Kreuz, PySpike - A Python library for
- analyzing spike train synchrony, SoftwareX, (2016), ISSN 2352-7110,
- http://dx.doi.org/10.1016/j.softx.2016.07.006.
diff --git a/debian/copyright b/debian/copyright
index 819eb43..cb9d82d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: pyspike
Source: https://mariomulansky.github.io/PySpike/
Files: *
-Copyright: 2014 Mario Mulansky <mario.mulansky@gmx.net>
+Copyright: 2014-2021 Mario Mulansky <mario.mulansky@gmx.net>
License: BSD-2-clause
Files: debian/*
-Copyright: 2019 Gard Spreemann <gspr@nonempty.org>
+Copyright: 2019-2021 Gard Spreemann <gspr@nonempty.org>
License: BSD-2-clause
License: BSD-2-clause
diff --git a/debian/rules b/debian/rules
index b3a7e6e..c24083a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
export PYBUILD_NAME = pyspike
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --with numpy3,python3 --buildsystem=pybuild
diff --git a/debian/tests/control b/debian/tests/control
index e610d45..1ba8a7b 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,3 @@
Tests: upstream.sh
-Depends: python3-all, python3-nose, python3-pyspike \ No newline at end of file
+Depends: python3-all, python3-nose, python3-pyspike
+Restrictions: allow-stderr
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..05d51bb
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,13 @@
+Bug-Database: https://github.com/mariomulansky/PySpike/issues
+Bug-Submit: https://github.com/mariomulansky/PySpike/issues/new
+Repository: https://github.com/mariomulansky/PySpike.git
+Repository-Browse: https://github.com/mariomulansky/PySpike
+Cite-As: >
+ Mario Mulansky, Thomas Kreuz, PySpike - A Python library for analyzing spike train synchrony, SoftwareX, (2016), ISSN 2352-7110
+Reference:
+ Title: PySpike - A Python library for analyzing spike train synchrony
+ Author: Mario Mulansky and Thomas Kreuz
+ Journal: SoftwareX
+ Volume: 5
+ Pages: 183–189
+ Year: 2016
diff --git a/debian/watch b/debian/watch
index 32c4633..428dcec 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
version=4
-https://github.com/mariomulansky/PySpike/tags .*/archive/(\d\S+)\.tar\.gz
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
+ https://github.com/mariomulansky/PySpike/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate