[med-svn] [cwltool] 10/10: Try to ignore cwltest

Andreas Tille tille at debian.org
Sun Dec 18 07:35:15 UTC 2016


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

tille pushed a commit to branch master
in repository cwltool.

commit bb3aface06473cd8252281060e9bed26653ea0ab
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 18 08:34:40 2016 +0100

    Try to ignore cwltest
---
 debian/patches/ignore_cwltest.patch | 18 ++++++++++++++++++
 debian/patches/series               |  1 +
 debian/rules                        |  5 +----
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/patches/ignore_cwltest.patch b/debian/patches/ignore_cwltest.patch
new file mode 100644
index 0000000..2c73a0c
--- /dev/null
+++ b/debian/patches/ignore_cwltest.patch
@@ -0,0 +1,18 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 18 Dec 2016 08:31:42 +0100
+Description: Ignore cwltest for the moment
+ See the hint in
+   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845982#62
+
+--- a/setup.py
++++ b/setup.py
+@@ -48,8 +48,7 @@ setup(name='cwltool',
+           'rdflib >= 4.2.0, < 4.3.0',
+           'shellescape',
+           'schema-salad >= 1.21.20161206204028, < 2',
+-          'typing >= 3.5.2',
+-          'cwltest >= 1.0.20160907111242'],
++          'typing >= 3.5.2'],
+       test_suite='tests',
+       tests_require=[],
+       entry_points={
diff --git a/debian/patches/series b/debian/patches/series
index d594a04..0017f05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 # no-typing
+ignore_cwltest.patch
diff --git a/debian/rules b/debian/rules
index 6274382..dba593b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,10 @@ debian/cwltool.1: debian/rules debian/cwltool.help2man
 	#help2man cwltool/main.py -I debian/cwltool.help2man -N -n "Reference executor for Common Workflow Language" -o debian/cwltool.1
 	help2man cwltool/main.py -I debian/cwltool.help2man -N -o debian/cwltool.1
 
-#debian/cwltest.1: debian/rules debian/cwltest.help2man
-#	help2man cwltool/cwltest.py -I debian/cwltest.help2man -N -o debian/cwltest.1 --version-string "$$(dpkg-parsechangelog  | grep Version:  | cut -f2 -d\ )"
-
 override_dh_installman: debian/cwltool.1
 	dh_installman
 
 override_dh_clean:
 	dh_clean
-	rm -f debian/cwltest.1 debian/cwltool.1
+	rm -f debian/cwltool.1
 	find cwltool -name "*.py" | xargs sed -i 's/#\(.*typing.*\)/\1/g'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git



More information about the debian-med-commit mailing list