This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cwltool.
commit 67cad506bdbeb95f901d62c26d0f51ee8caef7c7 Author: Andreas Tille <[email protected]> Date: Fri Dec 22 09:10:10 2017 +0100 New Build-Depends: python-ruamel.ordereddict --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b802a0b..495c19b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ cwltool (1.0.20171221100033-1) UNRELEASED; urgency=medium * Team upload. * New upstream version - * Versioned Build-Depends: python-schema-salad (>= 2.6.20171201034858) + * Versioned Build-Depends: python-schema-salad (>= 2.6.20171201034858-2~) + * New Build-Depends: python-ruamel.ordereddict * Drop unneeded ruamel.yaml version check Closes: #882437 * Standards-Version: 4.1.2 diff --git a/debian/control b/debian/control index fe1d5c0..81c2f42 100644 --- a/debian/control +++ b/debian/control @@ -11,13 +11,14 @@ Build-Depends: debhelper (>= 10), python-setuptools, python-rdflib, python-rdflib-jsonld, - python-schema-salad (>= 2.6.20171201034858), + python-schema-salad (>= 2.6.20171201034858-2~), python-shellescape, python-html5lib, python-sparqlwrapper, python-keepalive, python-typing, python-ruamel.yaml, + python-ruamel.ordereddict, help2man Standards-Version: 4.1.2 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cwltool.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
