Andreas Tille pushed to branch master at Debian Med / nanosv
Commits: c387aa98 by Andreas Tille at 2020-06-16T16:52:45+02:00 routine-update: debhelper-compat 13 - - - - - 39794b7a by Andreas Tille at 2020-06-16T16:54:47+02:00 routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 9222972d by Andreas Tille at 2020-06-16T16:54:49+02:00 Set upstream metadata fields: Bug-Database, Bug-Submit. Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - 8350069e by Andreas Tille at 2020-06-16T16:56:06+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +nanosv (1.2.4+git20190409.c1ae30c-2) unstable; urgency=medium + + * Team upload. + * debhelper-compat 13 (routine-update) + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine- + update) + * Set upstream metadata fields: Bug-Database, Bug-Submit. + + -- Andreas Tille <[email protected]> Tue, 16 Jun 2020 16:54:49 +0200 + nanosv (1.2.4+git20190409.c1ae30c-1) unstable; urgency=medium * Initial release (Closes: #962400) ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Steffen Moeller <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, ===================================== debian/rules ===================================== @@ -12,7 +12,9 @@ override_dh_auto_install: PYTHONPATH=./debian/nanosv/usr/lib/python3.8/dist-packages/ help2man --include=debian/NanoSV.h2m ./debian/nanosv/usr/bin/NanoSV > $(CURDIR)/debian/NanoSV.1 override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m nose -v" +endif override_dh_auto_clean: dh_auto_clean ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/mroosmalen/nanosv/issues +Bug-Submit: https://github.com/mroosmalen/nanosv/issues/new Reference: - Author: > Mircea Cretu Stancu and Markus J. van Roosmalen and Ivo Renkens and View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/446ac4aee8fbb10121e49c41637fa24d82f49985...8350069e2c23624e5fb1bbafc12cf942c37f6f46 -- View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/446ac4aee8fbb10121e49c41637fa24d82f49985...8350069e2c23624e5fb1bbafc12cf942c37f6f46 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
