Andreas Tille pushed to branch master at Debian Med / umap-learn
Commits: 9cbf739d by Andreas Tille at 2020-07-16T14:12:26+02:00 routine-update: debhelper-compat 13 - - - - - f2e913da by Andreas Tille at 2020-07-16T14:14:04+02:00 routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 46466dc3 by Andreas Tille at 2020-07-16T14:14:04+02:00 routine-update: Rules-Requires-Root: no - - - - - b23dab6e by Andreas Tille at 2020-07-16T14:14:07+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 - - - - - f44996bf by Andreas Tille at 2020-07-16T14:37:18+02:00 routine-update: Ready to upload to unstable - - - - - 7c576174 by Andreas Tille at 2020-07-16T14:39:10+02:00 Drop unused lintian override - - - - - 5 changed files: - debian/changelog - debian/control - debian/rules - debian/source/lintian-overrides - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,20 @@ +umap-learn (0.4.5+dfsg-3) UNRELEASED; urgency=medium + + * Drop unused lintian override + + -- Andreas Tille <[email protected]> Thu, 16 Jul 2020 14:38:55 +0200 + +umap-learn (0.4.5+dfsg-2) unstable; urgency=medium + + * debhelper-compat 13 (routine-update) + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- + update) + * Rules-Requires-Root: no (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille <[email protected]> Thu, 16 Jul 2020 14:14:08 +0200 + umap-learn (0.4.5+dfsg-1) unstable; urgency=medium * Initial release (Closes: #961632) ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]>, Nilesh Patra <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, @@ -18,6 +18,7 @@ Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/umap-learn Vcs-Git: https://salsa.debian.org/med-team/umap-learn.git Homepage: https://github.com/lmcinnes/umap +Rules-Requires-Root: no Package: umap-learn Architecture: all ===================================== debian/rules ===================================== @@ -4,15 +4,6 @@ export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> # for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all @@ -21,9 +12,6 @@ include /usr/share/dpkg/default.mk dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m pytest" -### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected -#override_dh_auto_test: -#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) -# do_stuff_for_testing -#endif +endif ===================================== debian/source/lintian-overrides ===================================== @@ -1,4 +1,3 @@ # the files just contain example data created by the author using umap-learn -umap-learn source: source-is-missing doc/basic_usage_bokeh_example.html line length is * umap-learn source: source-is-missing examples/digits/digits.html line length is * umap-learn source: source-is-missing examples/iris/iris.html line length is * ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/lmcinnes/umap/issues +Bug-Submit: https://github.com/lmcinnes/umap/issues/new Reference: Author: > Leland McInnes and John Healy and James Melville @@ -7,3 +9,5 @@ Reference: Year: 2018 URL: https://arxiv.org/abs/1802.03426 eprint: https://arxiv.org/pdf/1802.03426 +Repository: https://github.com/lmcinnes/umap.git +Repository-Browse: https://github.com/lmcinnes/umap View it on GitLab: https://salsa.debian.org/med-team/umap-learn/-/compare/26d374a97ed3ed1b949ffb2f5a734b5554019a74...7c57617406cdcab8a0e4512b6ec55df9f79c581b -- View it on GitLab: https://salsa.debian.org/med-team/umap-learn/-/compare/26d374a97ed3ed1b949ffb2f5a734b5554019a74...7c57617406cdcab8a0e4512b6ec55df9f79c581b 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
