The branch, build-main has been updated
via b38269fdd9b966f694c71da88447aecb1cc109d2 (commit)
via 2a2faf44f3f947c6e29339f851a2c22c82d1b40d (commit)
from 93d8769be2df7db401903d1a665e00b4e87c7fee (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 | 3 +++
debian/control | 13 +++++++++++++
debian/rules | 2 ++
3 files changed, 18 insertions(+), 0 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 814ba0e..59981c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ nxcompshad (3.5.0-2-0~x2go3) UNRELEASED; urgency=low
[ Mike Gabriel ]
* Continuing work...
+ [ Reinhard Tartler ]
+ * Build -dbg package.
+
-- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 17 Aug 2011 18:56:23 +0200
nxcompshad (3.5.0-2-0~x2go2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 73b7eff..46143f4 100644
--- a/debian/control
+++ b/debian/control
@@ -46,3 +46,16 @@ Description: NX shadowing library
using X applications over a network, especially a slow one.
.
This package contains the development files for the nxcompshad library.
+
+Package: libxcompshad-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libxcompshad3 (=${binary:Version}), ${misc:Depends}
+Description: NX shadowing library
+ NX is a software suite from NoMachine which implements very efficient
+ compression of the X11 protocol. This increases performance when
+ using X applications over a network, especially a slow one.
+ .
+ This package contains the debug symbols of the libxcompshad3 library.
+
diff --git a/debian/rules b/debian/rules
index 9f06a51..c32641f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,5 @@
override_dh_auto_install:
+override_dh_strip:
+ dh_strip --dbg-package=libxcompshad-dbg
hooks/post-receive
--
nxcompshad.git (NX compshad library)
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 "nxcompshad.git" (NX compshad library).