Andreas Tille pushed to branch master at Debian Med / python-leidenalg
Commits: bbe59728 by Andreas Tille at 2021-04-10T10:02:22+02:00 Update changelog - - - - - 219bc16e by Andreas Tille at 2021-04-10T10:02:50+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 - - - - - 4e7e4f64 by Andreas Tille at 2021-04-10T10:13:06+02:00 Drop template in d/rules - - - - - e6b479c5 by Andreas Tille at 2021-04-10T10:17:14+02:00 Add hardening option - - - - - dd9193ce by Andreas Tille at 2021-04-10T10:18:49+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +python-leidenalg (0.8.3-2) unstable; urgency=medium + + [ Robbi Nespu ] + * avoiding setuptools_scm + + [ Andreas Tille ] + * Drop python3-setuptools-scm which is now unneeded due to Robbi's patch + * DEP3 + * Drop template in d/rules + * Add hardening option + + -- Andreas Tille <[email protected]> Sat, 10 Apr 2021 10:17:23 +0200 + python-leidenalg (0.8.3-1) unstable; urgency=medium * Initial release (Closes: #985838) ===================================== debian/rules ===================================== @@ -4,11 +4,7 @@ DH_VERBOSE := 1 export PYBUILD_NAME=leidenalg +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ --with python3 --buildsystem=pybuild - -### 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 ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/vtraag/leidenalg/issues +Bug-Submit: https://github.com/vtraag/leidenalg/issues/new Reference: - Author: V. A. Traag and L. Waltman and N.-J. Van Eck Title: > @@ -10,3 +12,5 @@ Reference: DOI: 10.1038/s41598-019-41695-z URL: https://www.nature.com/articles/s41598-019-41695-z eprint: https://www.nature.com/articles/s41598-019-41695-z.pdf +Repository: https://github.com/vtraag/leidenalg.git +Repository-Browse: https://github.com/vtraag/leidenalg View it on GitLab: https://salsa.debian.org/med-team/python-leidenalg/-/compare/18a8d89387d7bcf47f1bf1fcc647be07395d65bc...dd9193ced51542e06281991f179ef4411286bc3d -- View it on GitLab: https://salsa.debian.org/med-team/python-leidenalg/-/compare/18a8d89387d7bcf47f1bf1fcc647be07395d65bc...dd9193ced51542e06281991f179ef4411286bc3d 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
