[ecflow] 33/50: enable python3 fixes

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:53 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository ecflow.

commit 22b392947b6f47735adb9491e86f976e6e4593a2
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jul 15 16:11:06 2017 +0100

    enable python3 fixes
---
 debian/patches/python3.patch | 11 +++++++++++
 debian/patches/series        |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch
index e61a976..fb22ab9 100644
--- a/debian/patches/python3.patch
+++ b/debian/patches/python3.patch
@@ -238,3 +238,14 @@ Index: ecflow-4.6.1/Pyext/unicode.py
 -    print 'UCS2 build'
 \ No newline at end of file
 +    print ('UCS2 build')
+Index: ecflow-4.6.1/Pyext/test/py_u_TestAutoAddExtern.py
+===================================================================
+--- ecflow-4.6.1.orig/Pyext/test/py_u_TestAutoAddExtern.py
++++ ecflow-4.6.1/Pyext/test/py_u_TestAutoAddExtern.py
+@@ -45,5 +45,5 @@ if __name__ == "__main__":
+     f2.add_task("t").add_inlimit("sg1","/suiteName");          check_then_auto_add_extern(defs)
+     f2.add_task("t1").add_inlimit("hpcd","/obs/limits");       check_then_auto_add_extern(defs) 
+     f2.add_task("t2").add_inlimit("c1a","/limits");            check_then_auto_add_extern(defs)     
+-    print defs
++    print(defs)
+     print("All Tests pass")
diff --git a/debian/patches/series b/debian/patches/series
index 39ef984..bb6ef5f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 format-security.patch
 auto_ptr.patch
 python3.patch
-#reproducible.patch
+reproducible.patch
+minver.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git



More information about the debian-science-commits mailing list