[gmsh] 02/07: Update, refresh, rename patches.

Anton Gladky gladk at moszumanska.debian.org
Wed May 20 22:03:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository gmsh.

commit 136ee922568e668f2b2dc9abd2ec1fde7a0c1ea6
Author: Anton Gladky <gladk at debian.org>
Date:   Wed May 20 23:35:12 2015 +0200

    Update, refresh, rename patches.
---
 ...enable_tetgen.patch => 100_enable_tetgen.patch} | 12 ++++++------
 ...e.patch => 10_change_shared_library_name.patch} | 16 ++++++++--------
 ...x-cmake-hdf5.patch => 110_fix_cmake_hdf5.patch} | 14 +++++---------
 ...cense_file.patch => 20_skip_license_file.patch} | 10 +++++-----
 ...rce.patch => 30_delete_gl2ps_from_source.patch} | 14 +++++++-------
 ...tch => 40_switch_from_opencascade_to_oce.patch} | 16 ++++++++--------
 ...FS_linking.patch => 50_fix_FTBFS_linking.patch} |  8 ++++----
 ...hpy_import.patch => 60_fix_gmshpy_import.patch} |  6 +++---
 .../{fix_libdir.patch => 70_fix_libdir.patch}      | 16 ++++++++--------
 ...ipt_header.patch => 80_fix_script_header.patch} |  8 ++++----
 ...patch => 90_fix_java_wrapper_compilation.patch} |  6 +++---
 debian/patches/series                              | 22 +++++++++++-----------
 12 files changed, 72 insertions(+), 76 deletions(-)

diff --git a/debian/patches/enable_tetgen.patch b/debian/patches/100_enable_tetgen.patch
similarity index 83%
rename from debian/patches/enable_tetgen.patch
rename to debian/patches/100_enable_tetgen.patch
index 571674e..97d421c 100644
--- a/debian/patches/enable_tetgen.patch
+++ b/debian/patches/100_enable_tetgen.patch
@@ -2,11 +2,11 @@ Description: Enable TetGen
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2014-02-10
 
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -764,6 +764,7 @@ if(HAVE_MESH)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -814,6 +814,7 @@ if(HAVE_MESH)
        list(APPEND EXTERNAL_LIBRARIES ${TETGEN_LIB})
        list(APPEND EXTERNAL_INCLUDES ${TETGEN_INC})
        set_config_option(HAVE_TETGEN "Tetgen")
@@ -14,7 +14,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
      endif(TETGEN_LIB AND TETGEN_INC)
    endif(ENABLE_TETGEN AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/Tetgen1.5/tetgen.h)
    if(HAVE_TETGEN)
-@@ -1353,7 +1354,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
+@@ -1437,7 +1438,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
      message(STATUS "Note: By enabling ENABLE_MSVC_STATIC_RUNTIME, shared library "
              "won't link. In MSVC change /MT to /MD in the shared project properties")
    endif(MSVC AND ENABLE_MSVC_STATIC_RUNTIME)		  
@@ -23,7 +23,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
  endif(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC OR 
        ENABLE_WRAP_PYTHON OR ENABLE_WRAP_JAVA)
  
-@@ -1376,7 +1377,7 @@ else(HAVE_FLTK)
+@@ -1460,7 +1461,7 @@ else(HAVE_FLTK)
      add_executable(gmsh Common/Main.cpp ${GMSH_SRC})
    endif(ENABLE_BUILD_DYNAMIC)
  endif(HAVE_FLTK)
diff --git a/debian/patches/change_shared_library_name.patch b/debian/patches/10_change_shared_library_name.patch
similarity index 81%
rename from debian/patches/change_shared_library_name.patch
rename to debian/patches/10_change_shared_library_name.patch
index 5e99b58..148025e 100644
--- a/debian/patches/change_shared_library_name.patch
+++ b/debian/patches/10_change_shared_library_name.patch
@@ -2,10 +2,10 @@ Description: Change name of shared library
 Author: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-11-28
 
-Index: gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+Index: gmsh-source/wrappers/java/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/wrappers/java/CMakeLists.txt
-+++ gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+--- gmsh-source.orig/wrappers/java/CMakeLists.txt
++++ gmsh-source/wrappers/java/CMakeLists.txt
 @@ -34,7 +34,11 @@ if(WIN32)
    set_target_properties(WrapGmsh PROPERTIES PREFIX "")
  endif(WIN32)
@@ -19,11 +19,11 @@ Index: gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
  endif(UNIX)		
  add_custom_command(TARGET WrapGmsh 
  POST_BUILD # do the rest of the command after the build period
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -1299,7 +1299,7 @@ endforeach(DIR)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1383,7 +1383,7 @@ endforeach(DIR)
  # static library target
  if(ENABLE_BUILD_LIB)
    add_library(lib STATIC ${GMSH_SRC})
@@ -32,7 +32,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
    if(MSVC)
      set_target_properties(lib PROPERTIES DEBUG_POSTFIX d) 
      if(ENABLE_MSVC_STATIC_RUNTIME)
-@@ -1326,10 +1326,10 @@ endif(ENABLE_BUILD_ANDROID)
+@@ -1410,10 +1410,10 @@ endif(ENABLE_BUILD_ANDROID)
  if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC OR 
     ENABLE_WRAP_PYTHON OR ENABLE_WRAP_JAVA)
    add_library(shared SHARED ${GMSH_SRC})
diff --git a/debian/patches/fix-cmake-hdf5.patch b/debian/patches/110_fix_cmake_hdf5.patch
similarity index 67%
rename from debian/patches/fix-cmake-hdf5.patch
rename to debian/patches/110_fix_cmake_hdf5.patch
index b547832..ef4883f 100644
--- a/debian/patches/fix-cmake-hdf5.patch
+++ b/debian/patches/110_fix_cmake_hdf5.patch
@@ -1,12 +1,8 @@
-Description: Add support hdf5 1.8.13
-Author: Gilles Filippini <pini at debian.org>
-Last-Update: 2014-07-25
-
-Index: gmsh-2.8.5+dfsg/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5+dfsg.orig/CMakeLists.txt
-+++ gmsh-2.8.5+dfsg/CMakeLists.txt
-@@ -783,8 +783,10 @@ if(ENABLE_FOURIER_MODEL)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -833,8 +833,10 @@ if(ENABLE_FOURIER_MODEL)
  endif(ENABLE_FOURIER_MODEL)
  
  if(ENABLE_MED OR ENABLE_CGNS)
@@ -19,7 +15,7 @@ Index: gmsh-2.8.5+dfsg/CMakeLists.txt
      if(ENABLE_MED)
        find_library(MED_LIB med)
        if(MED_LIB)
-@@ -815,9 +817,9 @@ if(ENABLE_MED OR ENABLE_CGNS)
+@@ -865,9 +867,9 @@ if(ENABLE_MED OR ENABLE_CGNS)
          endif(ZLIB_FOUND)
        endif(NOT HAVE_LIBZ)
      endif(MED_LIB OR CGNS_LIB)
diff --git a/debian/patches/skip_license_file.patch b/debian/patches/20_skip_license_file.patch
similarity index 84%
rename from debian/patches/skip_license_file.patch
rename to debian/patches/20_skip_license_file.patch
index a2fd2d3..75fc354 100644
--- a/debian/patches/skip_license_file.patch
+++ b/debian/patches/20_skip_license_file.patch
@@ -2,11 +2,11 @@ Description: skips LICENSE.txt during installation. All information is in debian
 Author: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-11-28
 
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -1411,7 +1411,7 @@ if(UNIX)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1495,7 +1495,7 @@ if(UNIX)
  endif(UNIX)
  
  set(WELCOME_FILE ${CMAKE_CURRENT_SOURCE_DIR}/doc/WELCOME.txt)
@@ -15,7 +15,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
  set(CREDITS_FILE ${CMAKE_CURRENT_SOURCE_DIR}/doc/CREDITS.txt)
  set(ONELAB_PY ${CMAKE_CURRENT_SOURCE_DIR}/contrib/onelab/python/onelab.py)
  file(GLOB TUTORIAL_FILES ${CMAKE_CURRENT_SOURCE_DIR}/tutorial/?*.*)
-@@ -1576,7 +1576,7 @@ execute_process(COMMAND ${CMAKE_COMMAND}
+@@ -1660,7 +1660,7 @@ execute_process(COMMAND ${CMAKE_COMMAND}
  if(MAKEINFO AND TEXI2PDF)
    add_custom_target(doc COMMAND ${CMAKE_COMMAND} -E tar zcf 
                      ${CMAKE_CURRENT_BINARY_DIR}/gmsh-${GMSH_VERSION}-doc.tgz
diff --git a/debian/patches/delete_gl2ps_from_source.patch b/debian/patches/30_delete_gl2ps_from_source.patch
similarity index 70%
rename from debian/patches/delete_gl2ps_from_source.patch
rename to debian/patches/30_delete_gl2ps_from_source.patch
index 41849df..387aa8b 100644
--- a/debian/patches/delete_gl2ps_from_source.patch
+++ b/debian/patches/30_delete_gl2ps_from_source.patch
@@ -2,10 +2,10 @@ Description: delete gl2ps and use packaged version.
 Author: Anton Gladky <gladky.anton at gmail.com>, Julian Taylor <jtaylor.debian at googlemail.com>
 Last-Update: 2012-11-28
 
-Index: gmsh-2.8.5-source/Graphics/CMakeLists.txt
+Index: gmsh-source/Graphics/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/Graphics/CMakeLists.txt
-+++ gmsh-2.8.5-source/Graphics/CMakeLists.txt
+--- gmsh-source.orig/Graphics/CMakeLists.txt
++++ gmsh-source/Graphics/CMakeLists.txt
 @@ -15,7 +15,6 @@ set(SRC
    drawScales.cpp 
    drawGraph2d.cpp 
@@ -14,11 +14,11 @@ Index: gmsh-2.8.5-source/Graphics/CMakeLists.txt
    gl2gif.cpp
    gl2jpeg.cpp
    gl2png.cpp
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -1360,7 +1360,7 @@ else(HAVE_FLTK)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1444,7 +1444,7 @@ else(HAVE_FLTK)
      add_executable(gmsh Common/Main.cpp ${GMSH_SRC})
    endif(ENABLE_BUILD_DYNAMIC)
  endif(HAVE_FLTK)
diff --git a/debian/patches/switch_from_opencascade_to_oce.patch b/debian/patches/40_switch_from_opencascade_to_oce.patch
similarity index 86%
rename from debian/patches/switch_from_opencascade_to_oce.patch
rename to debian/patches/40_switch_from_opencascade_to_oce.patch
index 69f1f32..adfe291 100644
--- a/debian/patches/switch_from_opencascade_to_oce.patch
+++ b/debian/patches/40_switch_from_opencascade_to_oce.patch
@@ -4,11 +4,11 @@ Author: D. Barbier <bouzim at gmail.com>
 Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-02-10
 
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -999,15 +999,6 @@ if(HAVE_SOLVER)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1064,15 +1064,6 @@ if(HAVE_SOLVER)
  endif(HAVE_SOLVER)
  
  if(ENABLE_OCC)
@@ -24,10 +24,10 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
    set(OCC_LIBS_REQUIRED
        # subset of DataExchange
        TKSTEP TKSTEP209 TKSTEPAttr TKSTEPBase TKIGES TKXSBase
-@@ -1018,6 +1009,30 @@ if(ENABLE_OCC)
-       TKBRep TKGeomBase TKG3d TKG2d
+@@ -1084,6 +1075,30 @@ if(ENABLE_OCC)
        # FoundationClasses
-       TKAdvTools TKMath TKernel)
+       # TKAdvTools -- not necessary? (and removed from OCC 6.8)
+       TKMath TKernel)
 +  # First try to detect OpenCascade Community Edition, based on CMake
 +  find_package(OCE QUIET COMPONENTS ${OCC_LIBS_REQUIRED})
 +  if(OCE_ALL_FOUND)
@@ -55,7 +55,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
    if(ENABLE_SGEOM)
      set(OCC_LIBS_REQUIRED ${OCC_LIBS_REQUIRED}
        # For SGEOM
-@@ -1061,6 +1076,7 @@ if(ENABLE_OCC)
+@@ -1128,6 +1143,7 @@ if(ENABLE_OCC)
        endif(NOT OCC_CONFIG_H)
      endif(OCC_INC)
    endif(NUM_OCC_LIBS EQUAL NUM_OCC_LIBS_REQUIRED)
diff --git a/debian/patches/fix_FTBFS_linking.patch b/debian/patches/50_fix_FTBFS_linking.patch
similarity index 77%
rename from debian/patches/fix_FTBFS_linking.patch
rename to debian/patches/50_fix_FTBFS_linking.patch
index cf54ad7..01a6cbb 100644
--- a/debian/patches/fix_FTBFS_linking.patch
+++ b/debian/patches/50_fix_FTBFS_linking.patch
@@ -2,11 +2,11 @@ Description: this linking causes a FTBFS
 Author: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-11-28
 
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -1353,7 +1353,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1437,7 +1437,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
      message(STATUS "Note: By enabling ENABLE_MSVC_STATIC_RUNTIME, shared library "
              "won't link. In MSVC change /MT to /MD in the shared project properties")
    endif(MSVC AND ENABLE_MSVC_STATIC_RUNTIME)		  
diff --git a/debian/patches/fix_gmshpy_import.patch b/debian/patches/60_fix_gmshpy_import.patch
similarity index 72%
rename from debian/patches/fix_gmshpy_import.patch
rename to debian/patches/60_fix_gmshpy_import.patch
index 19b14f7..4931c1b 100644
--- a/debian/patches/fix_gmshpy_import.patch
+++ b/debian/patches/60_fix_gmshpy_import.patch
@@ -3,10 +3,10 @@ Author: Anton Gladky <gladk at debian.org>
 Bug-Debian: http://bugs.debian.org/696420
 Last-Update: 2014-02-06
 
-Index: gmsh-2.8.5-source/wrappers/gmshpy/__init__.py.in
+Index: gmsh-source/wrappers/gmshpy/__init__.py.in
 ===================================================================
---- gmsh-2.8.5-source.orig/wrappers/gmshpy/__init__.py.in
-+++ gmsh-2.8.5-source/wrappers/gmshpy/__init__.py.in
+--- gmsh-source.orig/wrappers/gmshpy/__init__.py.in
++++ gmsh-source/wrappers/gmshpy/__init__.py.in
 @@ -1,4 +1,7 @@
  # set Ctrl-C to default signal (terminates immediately)
 +from ctypes import *
diff --git a/debian/patches/fix_libdir.patch b/debian/patches/70_fix_libdir.patch
similarity index 79%
rename from debian/patches/fix_libdir.patch
rename to debian/patches/70_fix_libdir.patch
index 65cec65..6762262 100644
--- a/debian/patches/fix_libdir.patch
+++ b/debian/patches/70_fix_libdir.patch
@@ -2,10 +2,10 @@ Description: install libs into ${INSTALL_LIB_DIR}, needed for multiarch
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2013-03-15
 
-Index: gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+Index: gmsh-source/wrappers/java/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/wrappers/java/CMakeLists.txt
-+++ gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+--- gmsh-source.orig/wrappers/java/CMakeLists.txt
++++ gmsh-source/wrappers/java/CMakeLists.txt
 @@ -73,6 +73,6 @@ POST_BUILD # do the rest of the command
    COMMAND ${CMAKE_COMMAND} -E copy 
      ${CMAKE_CURRENT_SOURCE_DIR}/WrappingJava/build.xml 
@@ -15,11 +15,11 @@ Index: gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/WrappingJava/WrapGmsh.jar 
 -        DESTINATION lib)
 +  DESTINATION ${INSTALL_LIB_DIR})
-Index: gmsh-2.8.5-source/CMakeLists.txt
+Index: gmsh-source/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/CMakeLists.txt
-+++ gmsh-2.8.5-source/CMakeLists.txt
-@@ -1494,7 +1494,7 @@ endif(WIN32 OR CYGWIN)
+--- gmsh-source.orig/CMakeLists.txt
++++ gmsh-source/CMakeLists.txt
+@@ -1578,7 +1578,7 @@ endif(WIN32 OR CYGWIN)
  # (e.g. "make lib" or "make shared" followed by "make install/fast")
  install(TARGETS gmsh DESTINATION ${GMSH_BIN} OPTIONAL)
  if(ENABLE_BUILD_LIB)
@@ -28,7 +28,7 @@ Index: gmsh-2.8.5-source/CMakeLists.txt
  endif(ENABLE_BUILD_LIB)
  if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC)
    if(WIN32 AND NOT MSVC OR CYGWIN)
-@@ -1530,7 +1530,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
+@@ -1614,7 +1614,7 @@ if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_D
        install(FILES ${GCC_DLL} ${STDC_DLL} DESTINATION ${GMSH_LIB})
      endif(GCC_DLL AND STDC_DLL)
    else(WIN32 AND NOT MSVC OR CYGWIN)
diff --git a/debian/patches/fix_script_header.patch b/debian/patches/80_fix_script_header.patch
similarity index 58%
rename from debian/patches/fix_script_header.patch
rename to debian/patches/80_fix_script_header.patch
index 9d25cb1..cbf7393 100644
--- a/debian/patches/fix_script_header.patch
+++ b/debian/patches/80_fix_script_header.patch
@@ -2,16 +2,16 @@ Description: add header into onelab
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2013-05-12
 
-Index: gmsh-2.8.5-source/contrib/onelab/python/onelab.py
+Index: gmsh-source/contrib/onelab/python/onelab.py
 ===================================================================
---- gmsh-2.8.5-source.orig/contrib/onelab/python/onelab.py
-+++ gmsh-2.8.5-source/contrib/onelab/python/onelab.py
+--- gmsh-source.orig/contrib/onelab/python/onelab.py
++++ gmsh-source/contrib/onelab/python/onelab.py
 @@ -27,6 +27,8 @@ Please report all bugs and problems to t
  <gmsh at geuz.org>.
  """
  
 +#!/usr/bin/env python
 +
- import socket, struct, os, sys, subprocess
+ import socket, struct, os, sys, subprocess, time
  _VERSION = '1.1'
  
diff --git a/debian/patches/fix_java_wrapper_compilation.patch b/debian/patches/90_fix_java_wrapper_compilation.patch
similarity index 80%
rename from debian/patches/fix_java_wrapper_compilation.patch
rename to debian/patches/90_fix_java_wrapper_compilation.patch
index f3ba94f..b98606e 100644
--- a/debian/patches/fix_java_wrapper_compilation.patch
+++ b/debian/patches/90_fix_java_wrapper_compilation.patch
@@ -2,10 +2,10 @@ Description: <short summary of the patch>
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2013-07-24
 
-Index: gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+Index: gmsh-source/wrappers/java/CMakeLists.txt
 ===================================================================
---- gmsh-2.8.5-source.orig/wrappers/java/CMakeLists.txt
-+++ gmsh-2.8.5-source/wrappers/java/CMakeLists.txt
+--- gmsh-source.orig/wrappers/java/CMakeLists.txt
++++ gmsh-source/wrappers/java/CMakeLists.txt
 @@ -13,7 +13,7 @@ include_directories(${JAVA_INCLUDE_PATH}
  include_directories(${JAVA_INCLUDE_PATH2})
  include_directories(${CMAKE_CURRENT_SOURCE_DIR})
diff --git a/debian/patches/series b/debian/patches/series
index 5670ff0..7aac688 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,11 +1,11 @@
-change_shared_library_name.patch
-skip_license_file.patch
-delete_gl2ps_from_source.patch
-switch_from_opencascade_to_oce.patch
-fix_FTBFS_linking.patch
-fix_gmshpy_import.patch
-fix_libdir.patch
-fix_script_header.patch
-fix_java_wrapper_compilation.patch
-enable_tetgen.patch
-fix-cmake-hdf5.patch
+10_change_shared_library_name.patch
+20_skip_license_file.patch
+30_delete_gl2ps_from_source.patch
+40_switch_from_opencascade_to_oce.patch
+50_fix_FTBFS_linking.patch
+60_fix_gmshpy_import.patch
+70_fix_libdir.patch
+80_fix_script_header.patch
+90_fix_java_wrapper_compilation.patch
+100_enable_tetgen.patch
+110_fix_cmake_hdf5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git



More information about the debian-science-commits mailing list