[SCM] kte-collaborative packaging branch, master, updated. 714ada0d4ac3bd8aff14fe885236920ad7c373e6

Diane Trout diane-guest at moszumanska.debian.org
Mon Dec 30 03:02:49 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/kte-collaborative.git;a=commitdiff;h=cf0db41

The following commit has been merged in the master branch:
commit cf0db4182ea3e8eb64df4e61429c403f5a184bde
Author: Diane Trout <diane at ghic.org>
Date:   Sun Dec 29 18:56:24 2013 -0800

    build debugging symbols library
---
 debian/control | 13 +++++++++++++
 debian/rules   |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1f46e7e..c41f918 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,16 @@ Description: Collaborative Text Editor support for KDE
  .
  You can also use Telepathy to establish pseudo peer-to-peer connections
  to jabber contacts from the same menu.
+
+Package: kte-collaborative-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: kte-collaborative (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Debug symbols for KDE Text Editor collaborative plugin
+ kte-collaborative provides a KIO and Kate plugin to access infinote
+ files. You can open files directly as
+ inf://myusername@servername.tld:port/path/to/document.txt or
+ you can browse infinote servers using the KDE file dialog or file managers.
+ .
+ This package contains debugging symbols.
diff --git a/debian/rules b/debian/rules
index 7321232..d4896bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,6 @@ export DH_VERBOSE=1
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --with kde --list-missing
+	dh $@ --with kde --list-missing --dbg-package=kte-collaborative-dbg
 
 .PHONY: override_dh_auto_test

-- 
kte-collaborative packaging



More information about the pkg-kde-commits mailing list