[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.1.3-29-g4107f0d

X2Go dev team git-admin at x2go.org
Mon Sep 17 12:37:31 CEST 2012


The branch, master has been updated
       via  4107f0d839e4eb2fc1eb4e6d6aee06fe5cd5116d (commit)
      from  bbb685fb33fa0271a11902db8a167989e5bd72ea (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 4107f0d839e4eb2fc1eb4e6d6aee06fe5cd5116d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Sep 17 12:37:28 2012 +0200

    we do not provide Perl modules, we provide packages

-----------------------------------------------------------------------

Summary of changes:
 X2Go/Log.pm                           |    4 ++--
 X2Go/Server/DB.pm                     |    4 ++--
 debian/control                        |   26 ++++++++++++++++++++++----
 debian/libx2go-log-perl.install       |    2 +-
 debian/libx2go-server-db-perl.install |    2 +-
 5 files changed, 28 insertions(+), 10 deletions(-)

The diff of changes is:
diff --git a/X2Go/Log.pm b/X2Go/Log.pm
index d62c556..ec08dd2 100644
--- a/X2Go/Log.pm
+++ b/X2Go/Log.pm
@@ -24,11 +24,11 @@ package X2Go::Log;
 
 =head1 NAME
 
-X2Go::Log - X2Go Logging modules for Perl
+X2Go::Log - X2Go Logging package for Perl
 
 =head1 DESCRIPTION
 
-X2Go Log module X2Go components.
+X2Go::Log Perl package for X2Go components.
 
 =cut
 
diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm
index 6a27db0..dfee6bb 100644
--- a/X2Go/Server/DB.pm
+++ b/X2Go/Server/DB.pm
@@ -22,11 +22,11 @@ package X2Go::DB;
 
 =head1 NAME
 
-X2Go::DB - X2Go Session Database modules for Perl
+X2Go::DB - X2Go Session Database package for Perl
 
 =head1 DESCRIPTION
 
-X2Go Session Database modules for X2Go Server.
+X2Go::Server::DB Perl package for X2Go::Server.
 
 =cut
 
diff --git a/debian/control b/debian/control
index b845951..8b04e77 100644
--- a/debian/control
+++ b/debian/control
@@ -13,13 +13,31 @@ Homepage: http://code.x2go.org/releases/source/x2goserver
 Vcs-Git: git://code.x2go.org/x2goserver.git
 Vcs-Browser: http://code.x2go.org/gitweb?p=x2goserver.git;a=summary
 
+Package: libx2go-server-perl
+Architecture: any
+Section: perl
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+Description: Perl X2Go::Server package
+ X2Go is a server based computing environment with
+    - session resuming
+    - low bandwidth support
+    - LDAP support
+    - client side mass storage mounting support
+    - audio support
+    - authentication by smartcard and USB stick
+ .
+ This package contains the X2Go::Server Perl package.
+
 Package: libx2go-server-db-perl
 Architecture: any
 Section: perl
 Depends:
  ${perl:Depends},
  ${misc:Depends},
-Description: Perl X2Go::Server:DB modules
+ libx2go-server-perl (>= ${source:Version}), libx2go-server-perl (<< ${source:Version}.1~),
+Description: Perl X2Go::Server:DB package
  X2Go is a server based computing environment with
     - session resuming
     - low bandwidth support
@@ -28,7 +46,7 @@ Description: Perl X2Go::Server:DB modules
     - audio support
     - authentication by smartcard and USB stick
  .
- This package contains the X2Go::Server::DB Perl modules.
+ This package contains the X2Go::Server::DB Perl package.
 
 Package: libx2go-log-perl
 Architecture: any
@@ -36,7 +54,7 @@ Section: perl
 Depends:
  ${perl:Depends},
  ${misc:Depends},
-Description: Perl X2Go::Log modules
+Description: Perl X2Go::Log package
  X2Go is a server based computing environment with
     - session resuming
     - low bandwidth support
@@ -45,7 +63,7 @@ Description: Perl X2Go::Log modules
     - audio support
     - authentication by smartcard and USB stick
  .
- This package contains the X2Go::Log Perl module.
+ This package contains the X2Go::Log Perl package.
 
 Package: x2goserver
 Architecture: any
diff --git a/debian/libx2go-log-perl.install b/debian/libx2go-log-perl.install
index ce1fadc..295238a 100644
--- a/debian/libx2go-log-perl.install
+++ b/debian/libx2go-log-perl.install
@@ -1,2 +1,2 @@
 usr/share/perl5/X2Go/Log.pm
-usr/share/man/man3/X2Go::Log*
\ No newline at end of file
+usr/share/man/man3/X2Go::Log.*
\ No newline at end of file
diff --git a/debian/libx2go-server-db-perl.install b/debian/libx2go-server-db-perl.install
index dd30db9..90a73ea 100644
--- a/debian/libx2go-server-db-perl.install
+++ b/debian/libx2go-server-db-perl.install
@@ -1,2 +1,2 @@
 usr/share/perl5/X2Go/Server/DB*
-usr/share/man/man3/X2Go::Server::DB*
\ No newline at end of file
+usr/share/man/man3/X2Go::Server::DB.*
\ No newline at end of file


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