Andreas Tille pushed to branch master at Debian Med / python-csb
Commits: 711b96d1 by Andreas Tille at 2021-10-18T15:37:28+02:00 Fix watchfile to detect new versions on github - - - - - c82f9bac by Andreas Tille at 2021-10-18T15:38:48+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 1a2966dc by Andreas Tille at 2021-10-18T15:38:48+02:00 routine-update: debhelper-compat 13 - - - - - e19f601d by Andreas Tille at 2021-10-18T15:38:51+02:00 routine-update: Add salsa-ci file - - - - - a2e685b3 by Andreas Tille at 2021-10-18T15:38:51+02:00 routine-update: Rules-Requires-Root: no - - - - - 793bffd0 by Andreas Tille at 2021-10-18T15:38:52+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - 4868c185 by Andreas Tille at 2021-10-18T15:38:53+02:00 Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. Changes-By: lintian-brush Fixes: lintian: uses-deprecated-adttmp See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html - - - - - ca435c6d by Andreas Tille at 2021-10-18T15:42:29+02:00 routine-update: Ready to upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - + debian/salsa-ci.yml - debian/tests/build - debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +python-csb (1.2.5+dfsg-6) unstable; urgency=medium + + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. + + -- Andreas Tille <[email protected]> Mon, 18 Oct 2021 15:38:57 +0200 + python-csb (1.2.5+dfsg-5) unstable; urgency=medium [ Matthias Klose ] ===================================== debian/control ===================================== @@ -5,17 +5,18 @@ Uploaders: Tomas Di Domenico <[email protected]>, Section: science Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-numpy, python3-scipy, python3-matplotlib, python3-setuptools -Standards-Version: 4.4.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/python-csb Vcs-Git: https://salsa.debian.org/med-team/python-csb.git Homepage: https://github.com/csb-toolbox/CSB +Rules-Requires-Root: no Package: python3-csb Architecture: all ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/tests/build ===================================== @@ -2,9 +2,9 @@ set -eu -cp -r csb/test "$ADTTMP/" +cp -r csb/test "$AUTOPKGTEST_TMP/" -cd "$ADTTMP" +cd "$AUTOPKGTEST_TMP" for py in $(py3versions -i); do PYTHONWARNINGS=d $py test/app.py --generated-resources /tmp --verbosity 2 done ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/csb-toolbox/CSB/issues +Bug-Submit: https://github.com/csb-toolbox/CSB/issues/new Registry: - Name: OMICtools Entry: OMICS_09827 @@ -7,4 +9,5 @@ Registry: Entry: SCR_016065 - Name: conda:bioconda Entry: csb -Repository: https://github.com/csb-toolbox/CSB +Repository: https://github.com/csb-toolbox/CSB.git +Repository-Browse: https://github.com/csb-toolbox/CSB ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \ - https://github.com/csb-toolbox/CSB/releases .*/archive/R@ANY_VERSION@@ARCHIVE_EXT@ + https://github.com/csb-toolbox/CSB/releases .*/R@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/python-csb/-/compare/9dadf67392f94e31f885a88beec4ee842c94c344...ca435c6dd709cab858e70ff9a06de3b10929e550 -- View it on GitLab: https://salsa.debian.org/med-team/python-csb/-/compare/9dadf67392f94e31f885a88beec4ee842c94c344...ca435c6dd709cab858e70ff9a06de3b10929e550 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
