This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 3462f07dee32136f4589fb3196c14f5b6fffde3d Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 5 14:03:27 2020 +0100 Windows: remove libz. Was previously used by libzip, which has not been shipped for quite some time. --- copy-deps-win32.bat | 1 - debian/changelog | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 55a7d12..1bdd3fb 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -23,7 +23,6 @@ C:\cygwin.latest\bin\bash.exe -c "/usr/bin/mkfontdir" C:\cygwin.latest\bin\bash.exe -c "/usr/bin/mkfontscale" popd xcopy /E /Y %1\zlib\1.2.8_bin\zlib1.dll %3\ || exit /b %errorlevel% -xcopy /E /Y %1\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %3\ || exit /b %errorlevel% xcopy /E /Y %2\bin\ssleay32.dll %3\ || exit /b %errorlevel% xcopy /E /Y %2\bin\libeay32.dll %3\ || exit /b %errorlevel% :a diff --git a/debian/changelog b/debian/changelog index bd7b7be..fcd5634 100644 --- a/debian/changelog +++ b/debian/changelog @@ -160,6 +160,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium sftp-server is actually part of $PATH (which it usually shouldn't be). - Windows: upgrade bundled VcXsrv to 1.20.6.0. - Windows: upgrade PulseAudio from 7.1 to 13.0. + - Windows: remove libz. Was previously used by libzip, which has not been + shipped for quite some time. * debian/control: + Add build-depend on pkg-config. * x2goclient.spec: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git