Michael R. Crusoe pushed to branch master at Debian Med / toil
Commits: e634b975 by Michael R. Crusoe at 2023-07-15T09:44:01+02:00 Exclude WDL from autopkgtests; as miniwdl isn't packaged yet for Debian - - - - - 4 changed files: - debian/changelog - debian/control - debian/tests/control - debian/tests/smoke-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +toil (5.11.0-2) unstable; urgency=medium + + * Exclude WDL from autopkgtests; as miniwdl isn't packaged yet for Debian + + -- Michael R. Crusoe <[email protected]> Sat, 15 Jul 2023 09:43:56 +0200 + toil (5.11.0-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -46,12 +46,12 @@ Depends: ${python3:Depends}, python3-schema-salad (>= 8.4.20230128170514), python3-boto, python3-boto3 -# for WDL support -Recommends: python3-wdlparse, # for google cloud support - python3-libcloud +Recommends: python3-libcloud +# for WDL support +# python3-wdlparse, # for mesos support, but needs python3-mesos first -# python3-protobuf, +# python3-protobuf, Suggests: podman | docker.io | singularity-container | docker-ce, python3-azure, python3-azure-storage, ===================================== debian/tests/control ===================================== @@ -1,5 +1,5 @@ Tests: smoke-test -Depends: toil, python3-wdlparse +Depends: toil Restrictions: allow-stderr, superficial Tests: run-unit-tests ===================================== debian/tests/smoke-test ===================================== @@ -1,4 +1,4 @@ #!/bin/sh -e toil --help toil-cwl-runner --help -toil-wdl-runner --help +#toil-wdl-runner --help View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/e634b9755cd870298a0a801f3dea07d6d52dda8d -- View it on GitLab: https://salsa.debian.org/med-team/toil/-/commit/e634b9755cd870298a0a801f3dea07d6d52dda8d 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
