This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 84516c2 patches.xorg/1.19.6: refresh patch set for Ubuntu 18.04/bionic, including backporting of the XORG_VERSION_CURRENT change. new 9ecd3cf patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lz and also -ljpeg and -lpng to be on the safe side, since it seems that these libraries are universally missing. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ patches.xorg/1.18.4/xorg-server-configure-ac.patch | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 9ecd3cf749b09dd722da0a2092b1c2b15d257cea Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 18:53:38 2020 +0100 patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lz and also -ljpeg and -lpng to be on the safe side, since it seems that these libraries are universally missing. --- debian/changelog | 3 +++ patches.xorg/1.18.4/xorg-server-configure-ac.patch | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e12552..f5b54a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,9 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium X2GOKDRIVE_LIBS. - patches.xorg/1.19.6: refresh patch set for Ubuntu 18.04/bionic, including backporting of the XORG_VERSION_CURRENT change. + - patches.xorg/1.18.4/xorg-server-configure-ac.patch: add -lz and also + -ljpeg and -lpng to be on the safe side, since it seems that these + libraries are universally missing. * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. diff --git a/patches.xorg/1.18.4/xorg-server-configure-ac.patch b/patches.xorg/1.18.4/xorg-server-configure-ac.patch index 62639ea..68fe851 100644 --- a/patches.xorg/1.18.4/xorg-server-configure-ac.patch +++ b/patches.xorg/1.18.4/xorg-server-configure-ac.patch @@ -1,5 +1,5 @@ --- a/configure.ac 2016-07-19 19:27:07.000000000 +0200 -+++ b/configure.ac 2020-01-20 17:43:44.281437625 +0100 ++++ b/configure.ac 2020-01-20 18:51:57.864785918 +0100 @@ -31,7 +31,7 @@ RELEASE_DATE="2016-07-19" RELEASE_NAME="Skordalia" AC_CONFIG_SRCDIR([Makefile.am]) @@ -21,7 +21,7 @@ XEPHYR_LIBS= XEPHYR_INCS= -+X2GOKDRIVE_LIBS=-lpthread ++X2GOKDRIVE_LIBS=-lz -ljpeg -lpng -lpthread +X2GOKDRIVE_INCS= + AM_CONDITIONAL(KDRIVE, [test x$KDRIVE = xyes]) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git