This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cwltool.
commit 457c613db061f662159bb45cacbb3d512d4c8c52 Author: Andreas Tille <[email protected]> Date: Mon Dec 19 22:12:01 2016 +0100 Add Build-Depends: python-ruamel.yaml (>=0.12.4) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d88528a..eb402aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ cwltool (1.0.20161207161158-1) UNRELEASED; urgency=medium * Add python-typing as Build-Depends and comment patch to skip it * Do not try to create manpage for removed tool cwltest * Remove empty template for upstream metadata + * Add Build-Depends: python-ruamel.yaml (>=0.12.4) -- Andreas Tille <[email protected]> Fri, 09 Dec 2016 11:12:23 +0100 diff --git a/debian/control b/debian/control index faf3203..afae1ac 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10), python-sparqlwrapper, python-keepalive, python-typing, + python-ruamel.yaml (>=0.12.4), help2man Standards-Version: 3.9.8 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
