[X2Go-Commits] x2goclient.git - master (branch) updated: 4.0.1.0-34-g2f8cdb2
X2Go dev team
git-admin at x2go.org
Mon Jul 1 02:14:27 CEST 2013
The branch, master has been updated
via 2f8cdb2dd5778cdd8104c6427c25167f7c0c3bf9 (commit)
from c8c8e2febcab710108761ddabeab99364d6d1837 (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 2f8cdb2dd5778cdd8104c6427c25167f7c0c3bf9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Jul 1 02:13:33 2013 +0200
Provide bin:package with debug symbols for X2Go Client. (Fixes: #255).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 1 +
debian/control | 20 ++++++++++++++++++++
debian/rules | 3 +++
3 files changed, 24 insertions(+)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 0ca8369..dd7122b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
just calling free(). Required under MS Windows as documented in libssh2
API. (Fixes: #243). (For further details see:
http://api.libssh.org/master/group__libssh__session.html).
+ * Provide bin:package with debug symbols for X2Go Client. (Fixes: #255).
[ Ezra Bühler ]
* New upstream version (4.0.1.1):
diff --git a/debian/control b/debian/control
index 266f13a..21a806c 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,26 @@ Description: X2Go Client application (Qt4)
x2goclient is a graphical client (Qt4) for the X2Go system.
You can use it to connect to running sessions and start new sessions.
+Package: x2goclient-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, x2goclient (= ${binary:Version})
+Description: X2Go Client application (Qt4), debug symbols
+ X2Go is a serverbased computing environment with
+ - session resuming
+ - low bandwidth support
+ - LDAP support
+ - client-side mass storage mounting support
+ - client-side printing support
+ - audio support
+ - authentication by smartcard and USB stick
+ .
+ x2goclient is a graphical client (Qt4) for the X2Go system.
+ You can use it to connect to running sessions and start new sessions
+ .
+ This package provides the debug symbols for the x2goclient application.
+
Package: x2goplugin
Architecture: any
Depends:
diff --git a/debian/rules b/debian/rules
index 2bbb30a..8d25702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_auto_clean:
rm -Rf x2goclient_*.qm
override_dh_auto_install:
+
+override_dh_strip:
+ dh_strip --dbg-package=x2goclient-dbg
\ No newline at end of file
hooks/post-receive
--
x2goclient.git (X2Go Client)
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 "x2goclient.git" (X2Go Client).
More information about the x2go-commits
mailing list