Johan Van de Wauw pushed to branch master at Debian GIS Project / saga
Commits: bd7030ca by Johan Van de Wauw at 2022-05-31T09:47:57+02:00 Forward module patch upstream + use tab to be consistent with rest of the file - - - - - 2 changed files: - debian/changelog - debian/patches/fix_module_path.patch Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,8 @@ -saga (8.2.1+dfsg-2) UNRELEASED; urgency=medium +saga (8.2.1+dfsg-2) unstable; urgency=medium * Add fix for saga_cmd which was not finding modules - -- Johan Van de Wauw <[email protected]> Mon, 30 May 2022 17:10:55 +0200 + -- Johan Van de Wauw <[email protected]> Tue, 31 May 2022 09:46:21 +0200 saga (8.2.1+dfsg-1) unstable; urgency=medium ===================================== debian/patches/fix_module_path.patch ===================================== @@ -1,5 +1,6 @@ Description: Fix search path for modules Author: Johan Van de Wauw <[email protected]> +Forwarded: https://sourceforge.net/p/saga-gis/code/merge-requests/26/ --- a/saga-gis/src/saga_core/CMakeLists.txt +++ b/saga-gis/src/saga_core/CMakeLists.txt @@ -8,7 +9,7 @@ Author: Johan Van de Wauw <[email protected]> if(NOT MSVC) # unix like systems # define lib and share path for saga_cmd and saga_gui - set(MTOOLSPATH "TOOLS_PATH=\"${CMAKE_INSTALL_PREFIX}/lib/saga\"") -+ set(MTOOLSPATH "TOOLS_PATH=\"${CMAKE_INSTALL_FULL_LIBDIR}/saga\"") ++ set(MTOOLSPATH "TOOLS_PATH=\"${CMAKE_INSTALL_FULL_LIBDIR}/saga\"") set(MSHAREPATH "SHARE_PATH=\"${CMAKE_INSTALL_PREFIX}/share/saga\"") endif() View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/bd7030caa791becc519fc7d8c016a81901017242 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/bd7030caa791becc519fc7d8c016a81901017242 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
