Skip to content
Commits on Source (14)
nitime (0.8.1-1) UNRELEASED; urgency=medium
nitime (0.8.1-1) unstable; urgency=medium
[ Michael R. Crusoe ]
* Team upload.
* New upstream version, python3 only. (Closes: #937145)
* Move package to salsa.debian.org/med-team
[ Andreas Tille ]
* Priotity optional
* debhelper-compat 9 (leave level 9 for backwards compatibility)
* Standards-Version: 4.4.1
* Testsuite: autopkgtest-pkg-python
* Secure URI in copyright format
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database.
* Remove unused paragraph from d/copryight
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 15 Dec 2019 15:32:08 +0100
nitime (0.7-2) unstable; urgency=high
......
......@@ -3,8 +3,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <mih@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9~),
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 9),
python3-all,
dh-python,
python3-numpy,
......@@ -17,11 +18,11 @@ Build-Depends: debhelper (>= 9~),
python3-nibabel,
python3-setuptools,
python3-pytest,
graphviz,
Standards-Version: 4.3.0
graphviz
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/nitime
Vcs-Git: https://salsa.debian.org/med-team/nitime.git
Homepage: http://nipy.org/nitime
Homepage: https://nipy.org/nitime
Package: python3-nitime
Architecture: all
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nitime
Upstream-Contact: nipy-devel@neuroimaging.scipy.org
Source: http://github.com/nipy/nitime
......@@ -12,10 +12,6 @@ Files: doc/sphinxext/*
Copyright: 2007-2009, Stefan van der Walt and Sphinx team
License: BSD-3
Files: nitime/tests/decotest.py
Copyright: 2009, The IPython Development Team
License: BSD-3
Files: nitime/_mpl_units.py
Copyright: 2012-2013, Matplotlib Development Team
License: PSF-Matplotlib-license
......
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Last-Update: 2019-12-15 15:37:17
Bug-Debian: https://bugs.debian.org/937145
Description: Python3 fixes
--- nitime.orig/tools/build_modref_templates.py
+++ nitime/tools/build_modref_templates.py
@@ -1,4 +1,4 @@
......
......@@ -16,7 +16,9 @@ export HOME=$(CURDIR)/build
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
: # Do not test just after build, lets install and then test
endif
override_dh_auto_install:
dh_auto_install
......
Bug-Database: https://github.com/nipy/nitime/issues