[SCM] Paraview packaging branch, experimental, updated. debian/3.98.2_git201306024.904e8ad-1_exp1-5-ga9c43ce

Anton Gladky gladky.anton at gmail.com
Wed May 22 19:29:59 UTC 2013


The following commit has been merged in the experimental branch:
commit a9c43ce26523bbd697e78f7b8a2dc8d39116d20b
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed May 22 21:26:10 2013 +0200

    Remove applied by upstream patch.

diff --git a/debian/patches/fix_development_file_install.patch b/debian/patches/fix_development_file_install.patch
deleted file mode 100644
index 928dacf..0000000
--- a/debian/patches/fix_development_file_install.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: fix installing of development files
-Author: Utkarsh Ayachit
-Applied-Upstream: 
-Last-Update: 2013-05-02
-
---- paraview-3.98.1.orig/Utilities/PythonInitializer/CMakeLists.txt
-+++ paraview-3.98.1/Utilities/PythonInitializer/CMakeLists.txt
-@@ -1,6 +1,6 @@
- set (vtkUtilitiesPythonInitializer_SOURCE_DIR
-   ${CMAKE_CURRENT_SOURCE_DIR})
--set (vtkUtilitiesWrapClientServer_BINARY_DIR
-+set (vtkUtilitiesPythonInitializer_BINARY_DIR
-   ${CMAKE_CURRENT_BINARY_DIR})
- vtk_module(vtkUtilitiesPythonInitializer
-   DEPENDS
---- paraview-3.98.1.orig/CoProcessing/Catalyst/CMakeLists.txt
-+++ paraview-3.98.1/CoProcessing/Catalyst/CMakeLists.txt
-@@ -70,7 +70,7 @@ if (CMAKE_Fortran_COMPILER_WORKS)
-   set (${vtk-module}_HDRS
-        ${${vtk-module}_HDRS}
-        FortranAdaptorAPI.h
--       FortranAdaptorAPIMangling.h)
-+       ${CMAKE_CURRENT_BINARY_DIR}/FortranAdaptorAPIMangling.h)
- endif()
- 
- vtk_module_library(${vtk-module} ${Module_SRCS})
---- paraview-3.98.1.orig/CoProcessing/PythonCatalyst/CMakeLists.txt
-+++ paraview-3.98.1/CoProcessing/PythonCatalyst/CMakeLists.txt
-@@ -72,7 +72,7 @@ if (CMAKE_Fortran_COMPILER_WORKS)
-   set (${vtk-module}_HDRS
-        ${${vtk-module}_HDRS}
-        FortranPythonAdaptorAPI.h
--       FortranPythonAdaptorAPIMangling.h)
-+       ${CMAKE_CURRENT_BINARY_DIR}/FortranPythonAdaptorAPIMangling.h)
- endif()
- 
- vtk_module_library(${vtk-module} ${Module_SRCS})
diff --git a/debian/patches/series b/debian/patches/series
index a2f173e..12c90db 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 fix_manpages_errors.patch
-fix_development_file_install.patch

-- 
Paraview packaging



More information about the debian-science-commits mailing list