tag #887 pending fixed #887 3.0.1.3 thanks Hello, X2Go issue #887 (src:cups-x2go) reported by you has been fixed in X2Go Git. You can see the changelog below, and you can check the diff of the fix at: http://code.x2go.org/gitweb?p=cups-x2go.git;a=commitdiff;h=6a2b5a7 The issue will most likely be fixed in src:cups-x2go (3.0.1.3). light+love X2Go Git Admin (on behalf of the sender of this mail) --- commit 6a2b5a77edfe9c3f599d569f229c8134459e7aac Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jun 18 17:10:51 2015 +0200 cups-x2go: there is no continue in perl for stepping forward a loop. Still not. I keep forgetting that. Use next. (Partly) Fixes: #887. diff --git a/debian/changelog b/debian/changelog index c756d05..ba28efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low the END block. - cups-x2go: don't use unlink() explicitly. Trust File::Temp and our END block to clean up correctly. + - cups-x2go: there is no continue in perl for stepping forward a loop. + Still not. I keep forgetting that. Use next. (Partly) Fixes: #887. * debian/control: - Add dependencies on perl-modules for core modules and ${perl:Depends} for perl itself.