This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 54c470923eeca660f278f58b1f20d66c1ede89cf Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jun 16 02:20:35 2015 +0200 cups-x2go: fix binmode() call, :raw layer is implicit. --- cups-x2go | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cups-x2go b/cups-x2go index 018e027..ea154da 100755 --- a/cups-x2go +++ b/cups-x2go @@ -231,7 +231,7 @@ $ENV{TMPDIR}="/tmp"; my ($gs_out, $gs_in, $wait_ret, $real_ret); my $gs_pid = open2 ($gs_out, $gs_in, $ps2pdf_cmd, @ps2pdf_args); -binmode ($gs_out, :raw); +binmode ($gs_out); close ($gs_in); diff --git a/debian/changelog b/debian/changelog index 2203f08..c962d27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low temporary file. Fixes a hanging ghostscript call and... well... random junk, instead of a "real" PDF file. - cups-x2go: use parentheses around function arguments. + - cups-x2go: fix binmode() call, :raw layer is implicit. * debian/control: - Add dependencies on perl-modules for core modules and ${perl:Depends} for perl itself. -- Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git