[ossim] 05/06: Refresh patches.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Jan 7 19:47:20 UTC 2016


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

sebastic pushed a commit to branch master
in repository ossim.

commit 804ab3ca4eeb2672449a1ce25fbcfcec80819778
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 7 20:13:22 2016 +0100

    Refresh patches.
---
 debian/patches/cmake | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/debian/patches/cmake b/debian/patches/cmake
index fba1bb9..c08ea23 100644
--- a/debian/patches/cmake
+++ b/debian/patches/cmake
@@ -6,7 +6,7 @@ Author: Francesco Paolo Lovergine <frankie at debian.org>
 Forwarded: not-needed
 
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindCPPUNIT.cmake
++++ b/ossim/CMakeModules/FindCPPUNIT.cmake
 @@ -0,0 +1,43 @@
 +# - Find CPPUNIT
 +# Find the native CPPUNIT includes and library
@@ -52,7 +52,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(CPPUNIT_LIBRARY CPPUNIT_INCLUDE_DIR )
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindFreetype.cmake
++++ b/ossim/CMakeModules/FindFreetype.cmake
 @@ -0,0 +1,95 @@
 +# - Locate FreeType library
 +# This module defines
@@ -150,7 +150,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(FREETYPE_LIBRARY FREETYPE_INCLUDE_DIR_freetype2 FREETYPE_INCLUDE_DIR_ft2build)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindGEOS.cmake
++++ b/ossim/CMakeModules/FindGEOS.cmake
 @@ -0,0 +1,84 @@
 +#---
 +# File: FindGEOS.cmake
@@ -237,7 +237,7 @@ Forwarded: not-needed
 +   message( STATUS "GEOS_LIBRARY=${GEOS_LIBRARY}" )
 +endif( NOT GEOS_FIND_QUIETLY )
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindGEOTIFF.cmake
++++ b/ossim/CMakeModules/FindGEOTIFF.cmake
 @@ -0,0 +1,36 @@
 +# - Find geotiff library
 +# Find the native geotiff includes and library
@@ -276,7 +276,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(GEOTIFF_INCLUDE_DIR GEOTIFF_LIBRARY)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindJPEG.cmake
++++ b/ossim/CMakeModules/FindJPEG.cmake
 @@ -0,0 +1,55 @@
 +# - Find JPEG
 +# Find the native JPEG includes and library
@@ -334,7 +334,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(JPEG_LIBRARY JPEG_INCLUDE_DIR )
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindMiniZip.cmake
++++ b/ossim/CMakeModules/FindMiniZip.cmake
 @@ -0,0 +1,26 @@
 +# - Find minizip
 +# Find the native MINIZIP includes and library
@@ -363,7 +363,7 @@ Forwarded: not-needed
 +INCLUDE(FindPackageHandleStandardArgs)
 +FIND_PACKAGE_HANDLE_STANDARD_ARGS(MINIZIP DEFAULT_MSG MINIZIP_LIBRARIES MINIZIP_INCLUDE_DIRS)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindRegex.cmake
++++ b/ossim/CMakeModules/FindRegex.cmake
 @@ -0,0 +1,64 @@
 +#                                               -*- cmake -*-
 +#
@@ -430,7 +430,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(REGEX_INCLUDE_DIR REGEX_LIBRARIES)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindStlPort.cmake
++++ b/ossim/CMakeModules/FindStlPort.cmake
 @@ -0,0 +1,26 @@
 +#---
 +# $Id: FindStlPort.cmake 21190 2012-06-29 19:54:24Z dburken $
@@ -459,7 +459,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(STLPORT_INCLUDE_DIR STLPORT_LIBRARY)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindSubversion.cmake
++++ b/ossim/CMakeModules/FindSubversion.cmake
 @@ -0,0 +1,148 @@
 +# - Extract information from a subversion working copy
 +# The module defines the following variables:
@@ -610,7 +610,7 @@ Forwarded: not-needed
 +   message( STATUS "Subversion_VERSION_SVN=${Subversion_VERSION_SVN}" )
 +endif( NOT SUBVERSION_FIND_QUIETLY )
 --- /dev/null
-+++ ossim/ossim/CMakeModules/FindTIFF.cmake
++++ b/ossim/CMakeModules/FindTIFF.cmake
 @@ -0,0 +1,52 @@
 +# - Find TIFF library
 +# Find the native TIFF includes and library
@@ -665,7 +665,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(TIFF_INCLUDE_DIR TIFF_LIBRARY)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/Findossim.cmake
++++ b/ossim/CMakeModules/Findossim.cmake
 @@ -0,0 +1,68 @@
 +#---
 +# File: FindOSSIM.cmake
@@ -736,7 +736,7 @@ Forwarded: not-needed
 +
 +MARK_AS_ADVANCED(OSSIM_INCLUDES OSSIM_INCLUDE_DIR OSSIM_LIBRARY)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimCPack.cmake
++++ b/ossim/CMakeModules/OssimCPack.cmake
 @@ -0,0 +1,156 @@
 +# This script sets up packaging targets for each "COMPONENT" as specified in INSTALL commands
 +#
@@ -895,7 +895,7 @@ Forwarded: not-needed
 +    GENERATE_PACKAGING_TARGET(${package})
 +ENDFOREACH()
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimCPackConfig.cmake.in
++++ b/ossim/CMakeModules/OssimCPackConfig.cmake.in
 @@ -0,0 +1,73 @@
 +# This file will be configured to contain variables for CPack. These variables
 +# should be set in the CMake list file of the project before CPack module is
@@ -971,7 +971,7 @@ Forwarded: not-needed
 +SET(CPACK_RPM_PACKAGE_DEBUG "1")
 +SET(CPACK_OSX_PACKAGE_VERSION "10.6")
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimCommonVariables.cmake
++++ b/ossim/CMakeModules/OssimCommonVariables.cmake
 @@ -0,0 +1,258 @@
 +##################################################################################
 +# This currently sets up the options for the WARNING FLAGS for the compiler we are generating for.
@@ -1232,7 +1232,7 @@ Forwarded: not-needed
 +OSSIM_ADD_COMMON_SETTINGS()
 +
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimDetermineCompiler.cmake
++++ b/ossim/CMakeModules/OssimDetermineCompiler.cmake
 @@ -0,0 +1,77 @@
 +# - If Visual Studio is being used, this script sets the variable OSG_COMPILER
 +# The principal reason for this is due to MSVC 8.0 SP0 vs SP1 builds.
@@ -1312,7 +1312,7 @@ Forwarded: not-needed
 +    ENDIF(_TRY_RESULT)
 +ENDIF(MSVC80)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimQt4Macros.cmake
++++ b/ossim/CMakeModules/OssimQt4Macros.cmake
 @@ -0,0 +1,24 @@
 +include(Qt4Macros)
 +MACRO (OSSIM_QT4_WRAP_UI outfiles)
@@ -1339,7 +1339,7 @@ Forwarded: not-needed
 +
 +ENDMACRO (OSSIM_QT4_WRAP_UI)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimQt5Macros.cmake
++++ b/ossim/CMakeModules/OssimQt5Macros.cmake
 @@ -0,0 +1,19 @@
 +include(Qt5Macros)
 +MACRO (OSSIM_QT_WRAP_UI outfiles)
@@ -1361,7 +1361,7 @@ Forwarded: not-needed
 +
 +ENDMACRO (OSSIM_QT_WRAP_UI)
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimUtilities.cmake
++++ b/ossim/CMakeModules/OssimUtilities.cmake
 @@ -0,0 +1,359 @@
 +#################################################################################
 +# This was taken from the http://www.cmake.org/Wiki/CMakeMacroParseArguments
@@ -1723,7 +1723,7 @@ Forwarded: not-needed
 +ENDMACRO(OSSIM_ADD_COMMON_MAKE_UNINSTALL)
 +
 --- /dev/null
-+++ ossim/ossim/CMakeModules/OssimVersion.cmake
++++ b/ossim/CMakeModules/OssimVersion.cmake
 @@ -0,0 +1,6 @@
 +SET(OSSIM_MAJOR_VERSION_NUMBER "1")
 +SET(OSSIM_MINOR_VERSION_NUMBER "8")
@@ -1732,7 +1732,7 @@ Forwarded: not-needed
 +SET(OSSIM_VERSION "${OSSIM_MAJOR_VERSION_NUMBER}.${OSSIM_MINOR_VERSION_NUMBER}.${OSSIM_PATCH_VERSION_NUMBER}" )
 +SET(OSSIM_SOVERSION "${OSSIM_MAJOR_VERSION_NUMBER}" )
 --- /dev/null
-+++ ossim/ossim/CMakeModules/Qt5Macros.cmake
++++ b/ossim/CMakeModules/Qt5Macros.cmake
 @@ -0,0 +1,83 @@
 +# This file is included by FindQt5.cmake, don't include it directly.
 +
@@ -1818,7 +1818,7 @@ Forwarded: not-needed
 +
 +
 --- /dev/null
-+++ ossim/ossim/CMakeModules/cmake_uninstall.cmake.in
++++ b/ossim/CMakeModules/cmake_uninstall.cmake.in
 @@ -0,0 +1,22 @@
 +IF(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")
 +    MESSAGE(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_BINARY_DIR@/install_manifest.txt\"")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git



More information about the Pkg-grass-devel mailing list