[X2Go-Commits] x2goserver.git - build-main (branch) updated: 4.0.1.11-3-g6429a00
X2Go dev team
git-admin at x2go.org
Tue Jan 7 18:31:24 CET 2014
The branch, build-main has been updated
via 6429a004c58d50bfd342a629546253daa57482c9 (commit)
from f0118c52eeb3d765a87bfd2e425ee19f48dffb57 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
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 89026a9..315c191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -176,7 +176,11 @@ x2goserver (4.0.1.0-0~x2go1) unstable; urgency=low
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 at das-netzwerkteam.de> Tue, 07 Jan 2014 17:46:02 +0100
diff --git a/debian/control b/debian/control
index 1adfed1..8b002f3 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).
More information about the x2go-commits
mailing list