The branch, release/4.0.0.x has been updated via fd63d0dc579dab50e23fbec5ecf7dd6ac9f11052 (commit) from c666c1e644744cb31c115d1681956dfa146363e6 (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 fd63d0dc579dab50e23fbec5ecf7dd6ac9f11052 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 7 17:48:19 2014 +0100 New upstream version (4.0.0.10): * New upstream version (4.0.0.10): - Add forgotten import of Perl package Capture::Tiny in x2goutils.pm. * debian/control: - Depend on libcapture-tiny-perl. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 +++++- debian/control | 1 + x2goserver/lib/x2goutils.pm | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 6864a54..28d9c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ x2goserver (4.0.0.10-0x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (4.0.0.10): + - Add forgotten import of Perl package Capture::Tiny in + x2goutils.pm. + * debian/control: + - Depend on libcapture-tiny-perl. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 07 Jan 2014 17:46:02 +0100 diff --git a/debian/control b/debian/control index 8765c11..f871c35 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: libdbd-sqlite3-perl, libfile-basedir-perl, libfile-readbackwards-perl, + libcapture-tiny-perl, adduser, xauth, psmisc, diff --git a/x2goserver/lib/x2goutils.pm b/x2goserver/lib/x2goutils.pm index a2330ec..5cb6308 100644 --- a/x2goserver/lib/x2goutils.pm +++ b/x2goserver/lib/x2goutils.pm @@ -24,6 +24,7 @@ package x2goutils; use strict; +use Capture::Tiny qw( :all ); use base 'Exporter'; our @EXPORT = ( 'system_capture_merged_output' ); hooks/post-receive -- x2goserver.git (X2Go Server) 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 "x2goserver.git" (X2Go Server).