[Git][debian-gis-team/saga][master] Forward module patch upstream

Johan Van de Wauw (@johanvdw-guest) gitlab at salsa.debian.org
Tue May 31 08:48:23 BST 2022



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 <johan at gisky.be>  Mon, 30 May 2022 17:10:55 +0200
+ -- Johan Van de Wauw <johan at gisky.be>  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 <johan at gisky.be>
+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 <johan at gisky.be>
  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220531/aff2e0c9/attachment.htm>


More information about the Pkg-grass-devel mailing list