Andreas Tille pushed to branch master at Debian Med / pychopper
Commits: c1738433 by Andreas Tille at 2020-06-23T08:23:21+02:00 Upload to new - - - - - 46008309 by Andreas Tille at 2020-06-23T08:24:28+02:00 Repository IDs - - - - - c541e2ca by Andreas Tille at 2020-06-23T08:25:39+02:00 routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 01d4b901 by Andreas Tille at 2020-06-23T08:25:46+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. 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 - - - - - 6928a295 by Andreas Tille at 2020-06-23T08:28:54+02:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,14 @@ -pychopper (2.4.0-1) UNRELEASED; urgency=medium +pychopper (2.4.0-2) unstable; urgency=medium + + * Team upload. + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- + update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille <[email protected]> Tue, 23 Jun 2020 08:25:47 +0200 + +pychopper (2.4.0-1) unstable; urgency=medium * Initial release (Closes: #963028) ===================================== debian/rules ===================================== @@ -25,5 +25,6 @@ override_dh_auto_clean: override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest -v" - +endif ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,11 @@ +Bug-Database: https://github.com/nanoporetech/pychopper/issues +Bug-Submit: https://github.com/nanoporetech/pychopper/issues/new +Registry: + - Name: bio.tools + Entry: NA + - Name: OMICtools + Entry: NA + - Name: conda:bioconda + Entry: pychopper +Repository: https://github.com/nanoporetech/pychopper.git +Repository-Browse: https://github.com/nanoporetech/pychopper View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/c9bb22f3c1ae9f230e5c0e68b72b6451aea45c05...6928a2959b27148eacaed42cd45a735f48c837c1 -- View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/c9bb22f3c1ae9f230e5c0e68b72b6451aea45c05...6928a2959b27148eacaed42cd45a735f48c837c1 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
