Andreas Tille pushed to branch master at Debian Med / python-hl7
Commits: 7803d47c by Andreas Tille at 2022-01-17T13:57:59+01:00 Really fix watch file - - - - - 761d08b7 by Andreas Tille at 2022-01-17T13:58:21+01:00 Add missing build dependency on dh addon. Changes-By: lintian-brush Fixes: lintian: missing-build-dependency-for-dh_-command See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh_-command.html - - - - - c86a015c by Andreas Tille at 2022-01-17T13:59:17+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-hl7 (0.4.2-2) unstable; urgency=medium + + * Really fix watch file + * Add missing build dependency on dh addon. + + -- Andreas Tille <[email protected]> Mon, 17 Jan 2022 13:58:26 +0100 + python-hl7 (0.4.2-1) unstable; urgency=medium * Fix watchfile to detect new versions on github ===================================== debian/control ===================================== @@ -10,7 +10,8 @@ Build-Depends: debhelper-compat (= 13), python3, python3-setuptools, python3-six, - python3-mock + python3-mock, + debhelper Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/python-hl7 Vcs-Git: https://salsa.debian.org/med-team/python-hl7.git ===================================== debian/watch ===================================== @@ -1,5 +1,5 @@ version=4 -https://github.com/johnpaulett/python-hl7/releases .*/@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/johnpaulett/python-hl7/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@ #https://pypi.debian.net/hl7/ hl7-([.\d]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/python-hl7/-/compare/0d4e2a2020f748fb45e0dd1312908a8b080838a2...c86a015cbff96dc43860e06c349fcc45bf48d3c9 -- View it on GitLab: https://salsa.debian.org/med-team/python-hl7/-/compare/0d4e2a2020f748fb45e0dd1312908a8b080838a2...c86a015cbff96dc43860e06c349fcc45bf48d3c9 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
