[pkg-remote-commits] [x2goclient] 03/04: debian/{control, rules}: Don't ship dbg:packages manually, switch to automated builds of dbgsym:packages.
Mike Gabriel
sunweaver at debian.org
Sun Sep 17 17:50:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository x2goclient.
commit 839cf4be3ce520b0bc89508c22902355d6e98ebd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Sep 17 19:45:09 2017 +0200
debian/{control,rules}: Don't ship dbg:packages manually, switch to automated builds of dbgsym:packages.
---
debian/control | 43 -------------------------------------------
debian/rules | 4 ++--
2 files changed, 2 insertions(+), 45 deletions(-)
diff --git a/debian/control b/debian/control
index e049943..a5f29ba 100644
--- a/debian/control
+++ b/debian/control
@@ -97,46 +97,3 @@ Description: Provide X2Go Plugin via Apache webserver
.
This package provides an example configuration for providing
the X2Go Plugin via an Apache webserver.
-
-Package: x2goclient-dbg
-Section: debug
-Architecture: any
-Depends:
- ${misc:Depends},
- x2goclient (= ${binary:Version}),
-Description: X2Go Client application (Qt4), debug symbols (client)
- X2Go is a serverbased computing environment with
- - session resuming
- - low bandwidth support
- - session brokerage support
- - client-side mass storage mounting support
- - client-side printing support
- - audio support
- - authentication by smartcard and USB stick
- .
- X2Go Client 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 X2Go Client application.
-
-Package: x2goplugin-dbg
-Section: debug
-Architecture: any
-Depends:
- ${misc:Depends},
- x2goplugin (= ${binary:Version}),
-Description: X2Go Client application (Qt4), debug symbols (plugin)
- X2Go is a serverbased computing environment with
- - session resuming
- - low bandwidth support
- - session brokerage support
- - client-side mass storage mounting support
- - client-side printing support
- - audio support
- - authentication by smartcard and USB stick
- .
- X2Go Client 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 QtBrowser-based Mozilla
- X2Go Client plugin.
diff --git a/debian/rules b/debian/rules
index a729382..80b7bde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,8 @@ override_dh_auto_clean:
rm -f res/txt/changelog
override_dh_strip:
- dh_strip -p x2goclient --dbg-package=x2goclient-dbg
- dh_strip -p x2goplugin --dbg-package=x2goplugin-dbg
+ dh_strip -p x2goclient --dbgsym-migration='x2goclient-dbg (<< 4.1.0.1-1~)'
+ dh_strip -p x2goplugin --dbgsym-migration='x2goplugin-dbg (<< 4.1.0.1-1~)'
override_dh_apache2:
dh_apache2 --noscripts
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goclient.git
More information about the pkg-remote-commits
mailing list