Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
gmsh has an old path to OpenCASCADE include files (#927808); this is easy to fix (see attached diff). Rebuilding the package also changes a dependency on amd64 (libgmsh4.1 depends on `libhdf5-openmpi-103 (>= 1.8.13)` instead of `libhdf5-103` after the rebuild); however this matches the dependency on i386. However gmsh was updated to a new upstream release in unstable on 2019-03-02 with a small fix on 2019-03-04; this missed the freeze date slightly. Do you prefer an upload via t-p-u or should I prepare a gmsh 4.1.5+really4.1.3+ds1-1 upload for unstable? Ansgar
diff -Nru gmsh-4.1.3+ds1/debian/changelog gmsh-4.1.3+ds1/debian/changelog --- gmsh-4.1.3+ds1/debian/changelog 2019-01-27 12:22:01.000000000 +0100 +++ gmsh-4.1.3+ds1/debian/changelog 2019-05-17 10:41:56.000000000 +0200 @@ -1,3 +1,10 @@ +gmsh (4.1.3+ds1-2) buster; urgency=medium + + * Team upload. + * debian/rules: Do not pass `-DOCC_INC=...` to cmake (Closes: #927808) + + -- Ansgar Burchardt <ans...@debian.org> Fri, 17 May 2019 10:41:56 +0200 + gmsh (4.1.3+ds1-1) unstable; urgency=medium * [dbbbe82] New upstream version 4.1.3+ds1 diff -Nru gmsh-4.1.3+ds1/debian/rules gmsh-4.1.3+ds1/debian/rules --- gmsh-4.1.3+ds1/debian/rules 2019-01-27 12:22:01.000000000 +0100 +++ gmsh-4.1.3+ds1/debian/rules 2019-05-17 10:39:57.000000000 +0200 @@ -32,7 +32,6 @@ -DENABLE_ONELAB:BOOL=ON \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCMAKE_INCLUDE_PATH:STRING="/usr/include/mpi" \ --DOCC_INC:STRING="/usr/include/occt" \ -DOCC_LIB:STRING="/usr/lib/${DEB_HOST_MULTIARCH}" │