This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository cups-x2go. from 5f6a1bc misc: update copyright notices. new 7ba4de7 cups-x2go.spec: grammar fix in comment only. new 74c75e1 cups-x2go: clarify *what* temporary file we want to get cleaned up automatically by File::Temp. The 2 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: cups-x2go | 2 +- cups-x2go.spec | 2 +- debian/changelog | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 7ba4de71a49cca455610584f8342fb8406cca88c Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 2 07:09:43 2018 +0100 cups-x2go.spec: grammar fix in comment only. --- cups-x2go.spec | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cups-x2go.spec b/cups-x2go.spec index cffc799..2d26916 100644 --- a/cups-x2go.spec +++ b/cups-x2go.spec @@ -109,7 +109,7 @@ install -pm0644 VERSION.cups-x2go "$c/"; %endif # -# The cups-x2go backends wants root permissions. So give it to them. +# The cups-x2go backend wants root permissions. So give them to it. # http://www.cups.org/documentation.php/doc-1.4/man-backend.html says: # “Backends without world execute permissions are run as the root user. # Otherwise, the backend is run using the unprivileged user account, diff --git a/debian/changelog b/debian/changelog index 908eaf7..d71c0d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ cups-x2go (3.0.1.4-0x2go1) UNRELEASED; urgency=low cups-filters package is available there (and also owns %{_datadir}/ppd/), it conflicts with the cups package, which makes it useless. Let cups-x2go own this directory instead on OpenSuSE 13.2. + - Grammar fix in comment only. -- X2Go Release Manager <git-admin@x2go.org> Fri, 19 Jun 2015 23:34:49 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git
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