r47470 - in /packages/scilab/branches/5.5/debian: changelog patches/gcc-7.patch patches/series
pini at users.alioth.debian.org
pini at users.alioth.debian.org
Tue Aug 15 18:18:18 UTC 2017
Author: pini
Date: Tue Aug 15 18:18:18 2017
New Revision: 47470
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47470
Log:
New patch gcc-7.patch to fix FTBFS with GCC-7 (closes: #853653)
Added:
packages/scilab/branches/5.5/debian/patches/gcc-7.patch
Modified:
packages/scilab/branches/5.5/debian/changelog
packages/scilab/branches/5.5/debian/patches/series
Modified: packages/scilab/branches/5.5/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/changelog?rev=47470&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/changelog (original)
+++ packages/scilab/branches/5.5/debian/changelog Tue Aug 15 18:18:18 2017
@@ -1,3 +1,9 @@
+scilab (5.5.2-5) unstable; urgency=medium
+
+ * New patch gcc-7.patch to fix FTBFS with GCC-7 (closes: #853653)
+
+ -- Gilles Filippini <pini at debian.org> Tue, 15 Aug 2017 20:18:06 +0200
+
scilab (5.5.2-4) unstable; urgency=medium
* Team upload
Added: packages/scilab/branches/5.5/debian/patches/gcc-7.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/gcc-7.patch?rev=47470&op=file
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/gcc-7.patch (added)
+++ packages/scilab/branches/5.5/debian/patches/gcc-7.patch Tue Aug 15 18:18:18 2017
@@ -0,0 +1,13 @@
+Index: scilab-5.5.2/modules/xcos/sci_gateway/cpp/sci_xcosPalLoad.cpp
+===================================================================
+--- scilab-5.5.2.orig/modules/xcos/sci_gateway/cpp/sci_xcosPalLoad.cpp
++++ scilab-5.5.2/modules/xcos/sci_gateway/cpp/sci_xcosPalLoad.cpp
+@@ -54,7 +54,7 @@ int sci_xcosPalLoad(char *fname, unsigne
+ {
+ // FIXME #7266 workaround
+ // check category emptyness
+- if (category == NULL || (lenCategory == 1 && *category == '\0'))
++ if (category == NULL || (lenCategory == 1 && *category == NULL))
+ {
+ Palette::loadPal(getScilabJavaVM(), name);
+ }
Modified: packages/scilab/branches/5.5/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/patches/series?rev=47470&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/patches/series (original)
+++ packages/scilab/branches/5.5/debian/patches/series Tue Aug 15 18:18:18 2017
@@ -13,3 +13,4 @@
libjogl2-java-2.3.2.diff
hdf5-1.10-api.patch
scilab.git-f1d7f06.patch
+gcc-7.patch
More information about the debian-science-commits
mailing list