Alexandre Detiste pushed to branch master at Debian Med / ctdopts
Commits: 6f6a2b7c by Alexandre Detiste at 2025-11-18T23:02:46+01:00 wrap-and-sort -ast - - - - - 80da1930 by Alexandre Detiste at 2025-11-18T23:03:27+01:00 drop build-dep on python3-tz - - - - - d3cf6306 by Alexandre Detiste at 2025-11-18T23:03:47+01:00 drop "Rules-Requires-Root: no" - - - - - 48b566ec by Alexandre Detiste at 2025-11-18T23:05:03+01:00 release - - - - - b462db07 by Alexandre Detiste at 2025-11-18T23:07:47+01:00 rewrite d/watch in v5 format - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - debian/tests/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,16 @@ +ctdopts (1.5-6) unstable; urgency=medium + + * Team upload. + * Drop build-dep on python3-tz + * Drop "Rules-Requires-Root: no" + * Rewrite d/watch in v5 format + + -- Alexandre Detiste <[email protected]> Tue, 18 Nov 2025 23:03:54 +0100 + ctdopts (1.5-5) unstable; urgency=medium * Team upload. - * Drop 2to3 usage fro autopkgtest too. + * Drop 2to3 usage from autopkgtest too. -- Alexandre Detiste <[email protected]> Fri, 13 Sep 2024 12:35:10 +0200 ===================================== debian/control ===================================== @@ -1,23 +1,24 @@ Source: ctdopts Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Michael R. Crusoe <[email protected]> +Uploaders: + Michael R. Crusoe <[email protected]>, Section: python Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-python, - python3, - python3-setuptools, - python3-tz -Standards-Version: 4.6.1 +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3, + python3-setuptools, +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/ctdopts Vcs-Git: https://salsa.debian.org/med-team/ctdopts.git Homepage: https://github.com/WorkflowConversion/CTDopts -Rules-Requires-Root: no Package: python3-ctdopts Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${python3:Depends}, Description: Gives your Python tools a CTD-compatible interface Common Tool Descriptors (CTDs) are XML documents that represent the inputs, outputs, parameters of command line tools in a platform-independent way. ===================================== debian/copyright ===================================== @@ -22,4 +22,3 @@ License: GPL-3 . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - ===================================== debian/rules ===================================== @@ -18,10 +18,9 @@ export PYBUILD_TEST_ARGS=PYTHONPATH={build_dir} python{version} debian/example.p # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild -override_dh_auto_build: - dh_auto_build +execute_after_dh_auto_build: # an override, not a PYBUILD directive, as we only need to do this once # not for every Python version sed 's#^print$$#print()#' example.py > debian/example.py ===================================== debian/tests/control ===================================== @@ -1,3 +1,7 @@ -Tests: run-example -Depends: python3-all, python3-ctdopts -Restrictions: allow-stderr +Tests: + run-example, +Depends: + python3-all, + python3-ctdopts, +Restrictions: + allow-stderr, ===================================== debian/watch ===================================== @@ -1,5 +1,5 @@ -version=4 - -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/WorkflowConversion/CTDopts/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@ +Version: 5 +Template: GitHub +Owner: WorkflowConversion +Project: CTDopts View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/compare/b437a8b1dc5e57c7dc57de744effd7145326a654...b462db07805e4b1e7136cd4f9d7e72d41f3f933c -- View it on GitLab: https://salsa.debian.org/med-team/ctdopts/-/compare/b437a8b1dc5e57c7dc57de744effd7145326a654...b462db07805e4b1e7136cd4f9d7e72d41f3f933c 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
