[SCM] krdc packaging branch, kde4.12, updated. debian/4.12.2-1-2-gafc9141

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Feb 28 12:45:13 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/krdc.git;a=commitdiff;h=afc9141

The following commit has been merged in the kde4.12 branch:
commit afc91419ccfa8377ed427a3446d94bf3950545b3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Feb 28 09:44:51 2014 -0300

    Provide a dbg package (Closes: #740294).
---
 debian/changelog |  3 +++
 debian/control   | 13 +++++++++++++
 debian/rules     |  3 +++
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 89dd55a..6e036ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 krdc (4:4.12.2-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Provide a dbg package (Closes: #740294).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 28 Feb 2014 09:21:39 -0300
 
 krdc (4:4.12.2-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index de76be6..9eea413 100644
--- a/debian/control
+++ b/debian/control
@@ -32,3 +32,16 @@ Description: Remote Desktop Connection client
  using RDP and many other platforms using VNC/RFB.
  .
  This package is part of the KDE networking module.
+
+Package: krdc-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: krdc (= ${binary:Version}), ${misc:Depends}
+Description: Remote Desktop Connection client debugging symbols
+ The KDE Remote Desktop Connection client can view and control a desktop
+ session running on another system.  It can connect to Windows Terminal Servers
+ using RDP and many other platforms using VNC/RFB.
+ .
+ This package provides the debugging symbols for krdc and is part of the KDE
+ networking module.
diff --git a/debian/rules b/debian/rules
index 244905c..a46e421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_auto_install:
 	$(overridden_command) --destdir=debian/tmp
+
+override_dh_strip:
+	dh_strip --dbg-package=krdc-dbg

-- 
krdc packaging



More information about the pkg-kde-commits mailing list