[code-saturne] 02/02: Upload release 4.3.3+repack-1 to unstable
Gilles Filippini
pini at debian.org
Tue Jan 24 19:21:43 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 8f1a8e0f24a9fd61440c9b3a0a3d0a9aae631d2c
Author: Gilles Filippini <pini at debian.org>
Date: Mon Jan 23 11:07:49 2017 +0100
Upload release 4.3.3+repack-1 to unstable
---
debian/changelog | 7 +++++++
debian/patches/autovnv-study.py-syntax-error.patch | 14 --------------
debian/patches/series | 1 -
3 files changed, 7 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index badcf99..d9f4999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+code-saturne (4.3.3+repack-1) unstable; urgency=medium
+
+ * New upstream release
+ * Drop patch autovnv-study.py-syntax-error.patch (fixed upstream)
+
+ -- Gilles Filippini <pini at debian.org> Mon, 23 Jan 2017 10:28:44 +0100
+
code-saturne (4.3.2+repack-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/autovnv-study.py-syntax-error.patch b/debian/patches/autovnv-study.py-syntax-error.patch
deleted file mode 100644
index a3b8105..0000000
--- a/debian/patches/autovnv-study.py-syntax-error.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
index 69dff9f..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-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