This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 74c75e1cb9845c86c16e393f93c595a4990eeda1 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 2 07:10:49 2018 +0100 cups-x2go: clarify *what* temporary file we want to get cleaned up automatically by File::Temp. --- cups-x2go | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cups-x2go b/cups-x2go index a884da0..d06599d 100755 --- a/cups-x2go +++ b/cups-x2go @@ -334,7 +334,7 @@ for(my $i=0; $i<scalar(@sessions);$i++ ) } } -# Temporary file cleanup is hopefully handled correctly by File::Temp. +# Temporary PDF file cleanup is hopefully handled correctly by File::Temp. END { if ($need_ps_file_cleanup) { diff --git a/debian/changelog b/debian/changelog index d71c0d1..7e94ef7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ cups-x2go (3.0.1.4-0x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * New upstream version (3.0.1.4): - misc: update copyright notices. + - cups-x2go: clarify *what* temporary file we want to get cleaned up + automatically by File::Temp. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Uploaders: add myself. Also, force a rebuild due to the changed -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git