Alexandre Detiste pushed to branch master at Debian Med / hdmf
Commits: 8ee92da8 by Alexandre Detiste at 2026-09-11T20:49:55+01:00 Update standards version to 4.7.4, no changes needed. Upgrade checklist verified: 4.7.3 → 4.7.4: * Package is not in non-free-firmware Changes-By: lintian-brush Fixes: lintian: source: out-of-date-standards-version 4.7.3 (released 2025-12-23) (current is 4.7.4.1) See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 119c466e by Alexandre Detiste at 2026-09-11T21:50:45+02:00 rewrite d/watch in v5 format - - - - - 4d4d38fd by Alexandre Detiste at 2026-09-11T21:51:08+02:00 trim boilerplate from d/rules - - - - - 29217c92 by Alexandre Detiste at 2026-09-11T21:51:28+02:00 release - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +hdmf (3.14.5-3) unstable; urgency=medium + + * Team upload. + * Drop unused python3-setuptools dependency + * Update standards version to 4.7.4, no changes needed. + * Rewrite d/watch in v5 format + * Trim boilerplate from d/rules + + -- Alexandre Detiste <[email protected]> Fri, 11 Sep 2026 21:51:13 +0200 + hdmf (3.14.5-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: dh-sequence-python3, python3-dateutil, python3-ruamel.yaml, python3-pandas -Standards-Version: 4.7.3 +Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/med-team/hdmf Vcs-Git: https://salsa.debian.org/med-team/hdmf.git Homepage: https://github.com/hdmf-dev/hdmf ===================================== debian/rules ===================================== @@ -1,9 +1,8 @@ #!/usr/bin/make -f -# This file was automatically generated by stdeb 0.8.5 at -# Thu, 08 Aug 2019 17:19:27 -0400 export LC_ALL=C.UTF-8 export PYBUILD_NAME=hdmf + %: dh $@ --buildsystem=pybuild ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -# please also check http://pypi.debian.net/hdmf/watch -version=4 -opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ -https://pypi.debian.net/hdmf/hdmf-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \ No newline at end of file +Version: 5 + +Source: https://pypi.debian.net/hdmf/ +Matching-Pattern: hdmf-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +Uversionmangle: s/(rc|a|b|c)/~$1/ View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/3668500825a806770788b3f29a518ff4bc6909b9...29217c925110e802fd308ffddcf8872047e6f5c5 -- View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/3668500825a806770788b3f29a518ff4bc6909b9...29217c925110e802fd308ffddcf8872047e6f5c5 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
