[X2Go-Commits] [x2goclient] 02/03: copy-deps-win32.bat: also copy libssh_threads.dll to go with the previous change.

git-admin at x2go.org git-admin at x2go.org
Sat Sep 9 05:44:34 CEST 2017


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

x2go pushed a commit to branch master
in repository x2goclient.

commit 1f07f3cc08ecf2cf2a774289c4d2612b165ab699
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Sep 9 05:35:03 2017 +0200

    copy-deps-win32.bat: also copy libssh_threads.dll to go with the previous change.
---
 copy-deps-win32.bat | 1 +
 debian/changelog    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat
index 6e468fb..1fe50b5 100755
--- a/copy-deps-win32.bat
+++ b/copy-deps-win32.bat
@@ -5,6 +5,7 @@ if "%~3"=="" (
 xcopy /E /Y    %1\cygwin\20160121-3_bin %3\ || exit /b  %errorlevel%
 del %3\nxproxy.exe.unstripped %3\libXcomp.a %3\libXcomp.dll.a || exit /b  %errorlevel%
 xcopy /E /Y    %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b  %errorlevel%
+xcopy /E /Y    %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh_threads.dll %3\ || exit /b  %errorlevel%
 xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %3\ || exit /b  %errorlevel%
 xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b  %errorlevel%
 xcopy /E /Y    %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b  %errorlevel%
diff --git a/debian/changelog b/debian/changelog
index 434c3be..c81d01c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -186,6 +186,8 @@ x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
       to start with a known challenge auth prompt. Fixes: #966.
     - x2goclient.pro: add libssh_threads library. We need this since X2Go
       Client is multi-threaded.
+    - copy-deps-win32.bat: also copy libssh_threads.dll to go with the
+      previous change.
   * x2goclient.spec:
     - Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info
       issues.

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list