Andreas Tille pushed to branch master at Debian Med / biomaj3-zipkin
Commits: fa763f7e by Andreas Tille at 2021-11-10T15:07:39+01:00 Add VCS fields - - - - - 757d42b6 by Andreas Tille at 2021-11-10T15:07:54+01:00 routine-update: Standards-Version: 4.6.0 - - - - - 7315c5d0 by Andreas Tille at 2021-11-10T15:07:54+01:00 routine-update: debhelper-compat 13 - - - - - 1080f233 by Andreas Tille at 2021-11-10T15:07:58+01:00 routine-update: Testsuite: autopkgtest-pkg-python - - - - - d98b9297 by Andreas Tille at 2021-11-10T15:07:58+01:00 routine-update: Secure URI in copyright format - - - - - 9e83b48f by Andreas Tille at 2021-11-10T15:07:58+01:00 routine-update: Remove trailing whitespace in debian/copyright - - - - - 660400e4 by Andreas Tille at 2021-11-10T15:07:58+01:00 routine-update: Add salsa-ci file - - - - - 653dfec3 by Andreas Tille at 2021-11-10T15:07:58+01:00 routine-update: Rules-Requires-Root: no - - - - - d5e07e86 by Andreas Tille at 2021-11-10T15:08:01+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html 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 - - - - - 2dcdc1b7 by Andreas Tille at 2021-11-10T15:13:49+01:00 Do not set DEB_BUILD_OPTIONS - - - - - 022b96bd by Andreas Tille at 2021-11-10T15:14:24+01:00 Do not set XB-Python-Egg-Name - - - - - 1d641e08 by Andreas Tille at 2021-11-10T15:20:58+01:00 override dh_auto_test - - - - - 7b424e46 by Andreas Tille at 2021-11-10T15:26:39+01:00 Fix module name in autopkgtest-pkg-python.conf - - - - - 20745298 by Andreas Tille at 2021-11-10T15:27:26+01:00 Upload to unstable - - - - - 8 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules - + debian/salsa-ci.yml - + debian/tests/autopkgtest-pkg-python.conf - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,22 @@ +biomaj3-zipkin (0.2.2-2) unstable; urgency=medium + + * Team upload. + * Add VCS fields + * Standards-Version: 4.6.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Testsuite: autopkgtest-pkg-python (routine-update) + * Secure URI in copyright format (routine-update) + * Remove trailing whitespace in debian/copyright (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. + * d/rules: Do not set DEB_BUILD_OPTIONS but override dh_auto_test instead + * Do not set XB-Python-Egg-Name + * Fix module name in autopkgtest-pkg-python.conf + + -- Andreas Tille <[email protected]> Wed, 10 Nov 2021 15:26:23 +0100 + biomaj3-zipkin (0.2.2-1) unstable; urgency=low * First packaging of biomaj-zipkin (Closes: #872444). ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,22 +1,25 @@ Source: biomaj3-zipkin Section: python +Testsuite: autopkgtest-pkg-python Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, +Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-requests, python3-setuptools, python3-py-zipkin -Standards-Version: 4.0.0 +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-user +Vcs-Git: https://salsa.debian.org/med-team/biomaj3-user.git Homepage: https://github.com/genouest/biomaj-zipkin +Rules-Requires-Root: no Package: python3-biomaj3-zipkin Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} -XB-Python-Egg-Name: biomaj-zipkin Description: BioMAJ zipkin log tracing library This library adds zipkin integration to BioMAJ to track micro services communications and follow workflow progress and timing. ===================================== 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: biomaj-zipkin Upstream-Contact: Olivier Sallou <[email protected]> Source: https://github.com/genouest/biomaj-zipkin @@ -424,7 +424,7 @@ License: AGPL-3 Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have - received notice of violation of this License (for any work) from that + received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. . @@ -537,7 +537,7 @@ License: AGPL-3 Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - . + . 12. No Surrender of Others' Freedom. . If conditions are imposed on you (whether by court order, agreement or ===================================== debian/rules ===================================== @@ -1,7 +1,8 @@ #! /usr/bin/make -f -export DEB_BUILD_OPTIONS=nocheck - export PYBUILD_NAME=biomaj-zipkin %: dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_test: + echo "Not testing since it needs online access." ===================================== 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/autopkgtest-pkg-python.conf ===================================== @@ -0,0 +1 @@ +import_name = biomaj_zipkin ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/genouest/biomaj-zipkin/issues +Bug-Submit: https://github.com/genouest/biomaj-zipkin/issues/new +Repository: https://github.com/genouest/biomaj-zipkin.git +Repository-Browse: https://github.com/genouest/biomaj-zipkin View it on GitLab: https://salsa.debian.org/med-team/biomaj3-zipkin/-/compare/f67ef18757fff9252d13390d6e33cf4230b8ced6...20745298a1130af930e65dc45f1c57d456a8ce83 -- View it on GitLab: https://salsa.debian.org/med-team/biomaj3-zipkin/-/compare/f67ef18757fff9252d13390d6e33cf4230b8ced6...20745298a1130af930e65dc45f1c57d456a8ce83 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
