This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 1d0b615 debian/control: depend upon libxfont1-dev << 1.5.2 (which is the version in Debian 9/stretch) or fall back to libxfont-dev *and* make sure that the libxfont1-dev version is greater than 1.4.2. new 369ca42 x2gokdriveremote.h: remove duplicate function declaration for clientReadNotify (). 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 | 2 ++ x2gokdriveremote.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) -- 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 369ca4240cf673b0952b2557ac3568a9d9ea22a1 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jan 20 16:27:49 2020 +0100 x2gokdriveremote.h: remove duplicate function declaration for clientReadNotify (). --- debian/changelog | 2 ++ x2gokdriveremote.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3a52a9..4826296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium - patches.xorg/: add 1.20.7 files, essentially copied and refreshed from 1.20.6. - x2gokdrive{,remote}.c: fix logic flaws. + - x2gokdriveremote.h: remove duplicate function declaration for + clientReadNotify (). * debian/control: + Grammar fix. + Remove dependencies that refer to disabled features. diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h index 728edb5..c574035 100644 --- a/x2gokdriveremote.h +++ b/x2gokdriveremote.h @@ -377,7 +377,6 @@ struct _remoteHostVars int send_selection(int sel, char* data, uint32_t length, uint32_t mimeData); #if XORG_VERSION_CURRENT < 11900000 -void clientReadNotify(int fd, int ready, void *data); void pollEvents(void); #endif /* XORG_VERSION_CURRENT */ void clear_cache_data(uint32_t maxsize); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git