This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository cwltool.

commit 6e91ec902ff20d990f6c015027bc170372e94a21
Author: Andreas Tille <[email protected]>
Date:   Mon Dec 19 22:13:12 2016 +0100

    Use Debian packaged ruamel.yaml
---
 debian/patches/series                                |  1 +
 debian/patches/use_debian_packaged_ruamel.yaml.patch | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 0017f05..6131204 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 # no-typing
 ignore_cwltest.patch
+use_debian_packaged_ruamel.yaml.patch
diff --git a/debian/patches/use_debian_packaged_ruamel.yaml.patch 
b/debian/patches/use_debian_packaged_ruamel.yaml.patch
new file mode 100644
index 0000000..3df2fbd
--- /dev/null
+++ b/debian/patches/use_debian_packaged_ruamel.yaml.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -148,9 +148,6 @@ list-author-emails:
+ 
+ 
+ mypy: ${PYSOURCES}
+-      rm -Rf typeshed/2.7/ruamel/yaml
+-      ln -s $(shell python -c 'from __future__ import print_function; import 
ruamel.yaml; import os.path; print(os.path.dirname(ruamel.yaml.__file__))') \
+-              typeshed/2.7/ruamel/yaml
+       rm -Rf typeshed/2.7/schema_salad
+       ln -s $(shell python -c 'from __future__ import print_function; import 
schema_salad; import os.path; print(os.path.dirname(schema_salad.__file__))') \
+               typeshed/2.7/schema_salad

-- 
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

Reply via email to