Andreas Tille pushed to branch debian at Debian Med / nitime
Commits: 29f2ccff by Andreas Tille at 2019-12-16T20:14:06Z Priotity optional - - - - - bdfe89ac by Andreas Tille at 2019-12-16T20:14:44Z routine-update: debhelper-compat 12 - - - - - 3d6a5ee5 by Andreas Tille at 2019-12-16T20:14:48Z routine-update: Standards-Version: 4.4.1 - - - - - 02d06869 by Andreas Tille at 2019-12-16T20:14:48Z routine-update: Testsuite: autopkgtest-pkg-python - - - - - a74a6599 by Andreas Tille at 2019-12-16T20:14:48Z routine-update: Secure URI in copyright format - - - - - 76eb1e06 by Andreas Tille at 2019-12-16T20:15:43Z R-U: DEB_BUILD_OPTIONS allow override_dh_auto_test - - - - - e5ef2b6b by Andreas Tille at 2019-12-16T20:15:43Z R-U: Trailing whitespace in debian/changelog - - - - - 8268a557 by Andreas Tille at 2019-12-16T20:15:45Z Use secure URI in Homepage field. Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details. - - - - - e2548216 by Andreas Tille at 2019-12-16T20:15:47Z Set upstream metadata fields: Bug-Database. Fixes lintian: upstream-metadata-file-is-missing See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details. - - - - - 77d5d401 by Andreas Tille at 2019-12-16T20:16:54Z leave level 9 for backwards compatibility - - - - - 9317f91c by Andreas Tille at 2019-12-16T20:30:10Z DEP3 - - - - - d95662dd by Andreas Tille at 2019-12-16T20:31:07Z Remove unused paragraph from d/copryight - - - - - 98b30c94 by Andreas Tille at 2019-12-16T20:31:43Z Fix rudiment from routine-update - - - - - 7ac4f0a6 by Andreas Tille at 2019-12-16T20:32:22Z Upload to unstable - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/patches/python3 - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,22 @@ -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 <[email protected]> Sun, 15 Dec 2019 15:32:08 +0100 nitime (0.7-2) unstable; urgency=high @@ -28,7 +41,7 @@ nitime (0.7-1) unstable; urgency=medium nitime (0.6+git15-g4951606-1) unstable; urgency=medium - * New upstream snapshot from rel/0.6-15-g4951606 + * New upstream snapshot from rel/0.6-15-g4951606 - contains fixes for compatibility with recent matplotlib etc * debian/control - boosted policy to 3.9.8 @@ -117,7 +130,7 @@ nitime (0.3.1-1) unstable; urgency=low nitime (0.3-1) UNRELEASED; urgency=low * Fresh upstream release - * Adjusted debian/watch and added a rudimentary get-orig-source which + * Adjusted debian/watch and added a rudimentary get-orig-source which uses uscan to fetch tarballs from github -- Yaroslav Halchenko <[email protected]> Mon, 15 Aug 2011 16:29:48 -0400 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -3,8 +3,9 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]> 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 ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -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: [email protected] 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 ===================================== debian/patches/python3 ===================================== @@ -1,3 +1,8 @@ +Author: Michael R. Crusoe <[email protected]> +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 @@ ===================================== debian/rules ===================================== @@ -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 ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1 @@ +Bug-Database: https://github.com/nipy/nitime/issues View it on GitLab: https://salsa.debian.org/med-team/nitime/compare/d12c6c055462f917ff7f90e843394a3d0a4121af...7ac4f0a6b924fab28e224de32b207819add1b760 -- View it on GitLab: https://salsa.debian.org/med-team/nitime/compare/d12c6c055462f917ff7f90e843394a3d0a4121af...7ac4f0a6b924fab28e224de32b207819add1b760 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
