[code-saturne] 02/02: Upload release 4.3.2+repack-1 to unstable

Gilles Filippini pini at debian.org
Fri Jan 13 21:38:21 UTC 2017


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

pini pushed a commit to branch master
in repository code-saturne.

commit f5867980b21e5d5cd3f3a9974ccfbaae15a2dcc6
Author: Gilles Filippini <pini at debian.org>
Date:   Thu Jan 12 20:03:29 2017 +0100

    Upload release 4.3.2+repack-1 to unstable
---
 debian/changelog                                   |  8 ++++++++
 debian/patches/autovnv-study.py-syntax-error.patch | 14 ++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7762ff5..badcf99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+code-saturne (4.3.2+repack-1) unstable; urgency=medium
+
+  * New upstream release
+  * New patch autovnv-study.py-syntax-error.patch: backport an upstream
+    fix to autovnv code from their Version4_3 branch (fix FTBFS)
+
+ -- Gilles Filippini <pini at debian.org>  Thu, 12 Jan 2017 19:21:50 +0100
+
 code-saturne (4.3.1+repack-2) unstable; urgency=medium
 
   * Build against libcgns3.3
diff --git a/debian/patches/autovnv-study.py-syntax-error.patch b/debian/patches/autovnv-study.py-syntax-error.patch
new file mode 100644
index 0000000..a3b8105
--- /dev/null
+++ b/debian/patches/autovnv-study.py-syntax-error.patch
@@ -0,0 +1,14 @@
+Description: fixed upstream by commit r9453 in branch Version4_3
+Index: code-saturne/bin/autovnv/Study.py
+===================================================================
+--- code-saturne.orig/bin/autovnv/Study.py
++++ code-saturne/bin/autovnv/Study.py
+@@ -546,7 +546,7 @@ class Case(object):
+                 info = [[x[0].strip(),x[1].strip()] for x in info]
+                 # section with 4 informations (name, location, type, size)
+                 # and of type r (real)
+-                if len(info) == 3 and info[1][1] not in ['i4', 'u4', 'c'] and :
++                if len(info) == 3 and info[1][1] not in ['i4', 'u4', 'c']:
+                     line = [x.strip() for x in lines[i+1].split(";")]
+                     vals = [x.split(":") for x in line]
+                     vals = [[x[0].strip(),x[1].strip()] for x in vals]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..69dff9f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+autovnv-study.py-syntax-error.patch

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



More information about the debian-science-commits mailing list