Version in base suite: 3.0.20210124104916-3 Base version: cwltool_3.0.20210124104916-3 Target version: cwltool_3.0.20210124104916-3+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/cwltool/cwltool_3.0.20210124104916-3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/cwltool/cwltool_3.0.20210124104916-3+deb11u1.dsc changelog | 6 ++++++ control | 3 ++- tests/control | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff -Nru cwltool-3.0.20210124104916/debian/changelog cwltool-3.0.20210124104916/debian/changelog --- cwltool-3.0.20210124104916/debian/changelog 2021-01-25 09:36:01.000000000 +0000 +++ cwltool-3.0.20210124104916/debian/changelog 2022-12-02 15:06:31.000000000 +0000 @@ -1,3 +1,9 @@ +cwltool (3.0.20210124104916-3+deb11u1) bullseye; urgency=medium + + * debian/control: cwltool needs python3-distutils. Closes: #1025327 + + -- Michael R. Crusoe Fri, 02 Dec 2022 16:06:31 +0100 + cwltool (3.0.20210124104916-3) unstable; urgency=high * debian/control: this version of cwltool breaks toil less than diff -Nru cwltool-3.0.20210124104916/debian/control cwltool-3.0.20210124104916/debian/control --- cwltool-3.0.20210124104916/debian/control 2021-01-25 08:12:25.000000000 +0000 +++ cwltool-3.0.20210124104916/debian/control 2022-12-02 15:05:13.000000000 +0000 @@ -43,7 +43,8 @@ ${misc:Depends}, python3-mypy-extensions, python3-arcp, - python3-argcomplete + python3-argcomplete, + python3-distutils Recommends: nodejs Breaks: toil (<< 5) Suggests: docker.io | singularity-container diff -Nru cwltool-3.0.20210124104916/debian/tests/control cwltool-3.0.20210124104916/debian/tests/control --- cwltool-3.0.20210124104916/debian/tests/control 2021-01-24 11:38:07.000000000 +0000 +++ cwltool-3.0.20210124104916/debian/tests/control 2022-12-02 15:06:31.000000000 +0000 @@ -1,3 +1,6 @@ Tests: run-tests Depends: @, python3-pytest-xdist, python3-pytest-mock, python3-pytest-runner, nodejs, curl, python3-mock, procps Restrictions: allow-stderr + +Test-Command: cwltool --help +Depends: cwltool