The branch, master has been updated via 8fefd5263dd350b62a339ccbca339a009bc4ad4d (commit) from d52a4690750ad3b69be998fff9ed2c2b32fb3a00 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8fefd5263dd350b62a339ccbca339a009bc4ad4d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Sep 20 12:20:40 2011 +0200 Include cups/ppd.h in cupsprint.h, fixes build on Debian wheezy/sid. ----------------------------------------------------------------------- Summary of changes: cupsprint.h | 3 ++- debian/changelog | 1 + 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/cupsprint.h b/cupsprint.h index 8a32d6f..85eb2b4 100644 --- a/cupsprint.h +++ b/cupsprint.h @@ -15,6 +15,7 @@ #ifndef Q_OS_WIN #include <QStringList> #include <cups/cups.h> +#include <cups/ppd.h> /** @author Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> */ @@ -51,7 +52,7 @@ class CUPSPrint private: cups_dest_t *dests; int num_dests; - ppd_file_t* ppd; + ppd_file_t *ppd; QString currentPrinter; private: void loadUserOptions(); diff --git a/debian/changelog b/debian/changelog index 6a1bab7..3983edc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2goclient (3.99.0.1-0~x2go1) UNRELEASED; urgency=low * New upstream version (3.99.0.1): - Set TCP_NODELAY (equals: turn Nagle off) for SSH graphical port forwarding tunnel. + - Include cups/ppd.h in cupsprint.h, fixes build on Debian wheezy/sid. * Explicitly use source format 3.0 (native). * Build-depend on libssh-dev (>=0.4.7). hooks/post-receive -- x2goclient.git (X2go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2go Client).