Control: tags 956371 + pending
Dear maintainer, I've prepared an NMU for deal.ii (versioned as 9.1.1-9.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru deal.ii-9.1.1/debian/changelog deal.ii-9.1.1/debian/changelog --- deal.ii-9.1.1/debian/changelog 2020-01-28 15:19:52.000000000 +0100 +++ deal.ii-9.1.1/debian/changelog 2020-04-29 19:35:59.000000000 +0200 @@ -1,3 +1,10 @@ +deal.ii (9.1.1-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Apply patch to fix "FTBFS with opencascade 7.4 (Closes: #956371) + + -- Tobias Frost <t...@debian.org> Wed, 29 Apr 2020 19:35:59 +0200 + deal.ii (9.1.1-9) unstable; urgency=medium * fix TBB version check diff -Nru deal.ii-9.1.1/debian/patches/ftbfs-opencascade74.patch deal.ii-9.1.1/debian/patches/ftbfs-opencascade74.patch --- deal.ii-9.1.1/debian/patches/ftbfs-opencascade74.patch 1970-01-01 01:00:00.000000000 +0100 +++ deal.ii-9.1.1/debian/patches/ftbfs-opencascade74.patch 2020-04-10 11:23:34.000000000 +0200 @@ -0,0 +1,11 @@ +--- a/source/gmsh/utilities.cc ++++ b/source/gmsh/utilities.cc +@@ -76,7 +76,7 @@ + + dealii::OpenCASCADE::write_IGES(boundary, iges_file_name); + +- ofstream geofile; ++ std::ofstream geofile; + geofile.open(geo_file_name); + geofile << "Merge \"" << iges_file_name << "\";" << std::endl + << "Line Loop (2) = {1};" << std::endl diff -Nru deal.ii-9.1.1/debian/patches/series deal.ii-9.1.1/debian/patches/series --- deal.ii-9.1.1/debian/patches/series 2020-01-28 12:34:00.000000000 +0100 +++ deal.ii-9.1.1/debian/patches/series 2020-04-10 13:39:09.000000000 +0200 @@ -3,3 +3,4 @@ doxygen_compatibility.patch link_libopen-pal.patch fix_tbb_version_check.patch +ftbfs-opencascade74.patch