diff -Nru scilab-6.1.0+dfsg1/debian/changelog scilab-6.1.0+dfsg1/debian/changelog --- scilab-6.1.0+dfsg1/debian/changelog 2020-03-05 18:48:44.000000000 +0000 +++ scilab-6.1.0+dfsg1/debian/changelog 2020-03-05 18:48:44.000000000 +0000 @@ -1,4 +1,4 @@ -scilab (6.1.0+dfsg1-1ubuntu2) focal; urgency=medium +scilab (6.1.0+dfsg1-1ubuntu3) focal; urgency=medium * fix ftbfs with new icu diff -Nru scilab-6.1.0+dfsg1/debian/patches/no-ftbfs-icu.patch scilab-6.1.0+dfsg1/debian/patches/no-ftbfs-icu.patch --- scilab-6.1.0+dfsg1/debian/patches/no-ftbfs-icu.patch 2020-03-05 18:48:44.000000000 +0000 +++ scilab-6.1.0+dfsg1/debian/patches/no-ftbfs-icu.patch 2020-03-05 18:48:44.000000000 +0000 @@ -1,5 +1,3 @@ -Last-Update: 2020-03-05 - --- scilab-6.1.0+dfsg1.orig/scilab/modules/functions_manager/src/cpp/dynamic_modules.cpp +++ scilab-6.1.0+dfsg1/scilab/modules/functions_manager/src/cpp/dynamic_modules.cpp @@ -18,14 +18,14 @@ @@ -166,3 +164,19 @@ #include "expandPathVariable.h" #include "sci_malloc.h" #include "localization.h" +--- scilab-6.1.0+dfsg1.orig/scilab/modules/xml/src/cpp/XMLDocument.hxx ++++ scilab-6.1.0+dfsg1/scilab/modules/xml/src/cpp/XMLDocument.hxx +@@ -23,13 +23,10 @@ + + #include "dynlib_xml_scilab.h" + +-extern "C" +-{ + #include "xml.h" + #ifndef XML_XPATH_CHECKNS + #define XML_XPATH_CHECKNS + #endif +-} + + #include "XMLObject.hxx" +