This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 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. new 4ee5db8 Makefile.am: add print-debugging to figure out what is being generated on Ubuntu 16.04/xenial. 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: Makefile.am | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 insertions(+) -- 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 4ee5db8501465071f09e5d136281377b3c647368 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 19:40:56 2020 +0100 Makefile.am: add print-debugging to figure out what is being generated on Ubuntu 16.04/xenial. --- Makefile.am | 6 ++++++ debian/changelog | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Makefile.am b/Makefile.am index 361e1e8..c71b27d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,5 +53,11 @@ x2gokdrive_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@ x2gokdrive_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) +all-local: + echo 'Generated Makefile.in:' + cat 'Makefile.in' + echo 'Generated Makefile:' + cat 'Makefile' + relink: $(AM_V_at)rm -f $(bin_PROGRAMS) && $(MAKE) $(bin_PROGRAMS) diff --git a/debian/changelog b/debian/changelog index f5b54a7..3697130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - 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. + - Makefile.am: add print-debugging to figure out what is being generated + on Ubuntu 16.04/xenial. * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git