[SCM] Konversation packaging for Debian branch, master, updated. debian/1.6-2-5-g3177a06

Pino Toscano pino at moszumanska.debian.org
Tue Jun 7 10:13:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/konversation.git;a=commitdiff;h=34b1ad1

The following commit has been merged in the master branch:
commit 34b1ad11e12ce141d30bcc839fe70fb0203bd049
Author: Pino Toscano <pino at debian.org>
Date:   Tue Jun 7 12:12:43 2016 +0200

    remove konversation-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 12 ------------
 debian/rules     |  5 ++++-
 3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eebd826..a40355a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ konversation (1.6-3) UNRELEASED; urgency=medium
   * Drop menu file and its pixmaps, since konversation already provides a
     .desktop file.
   * Bump Standards-Version to 3.9.6, no changes required.
+  * Remove konversation-dbg in favour of the -dbgsym packages.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 17 Jan 2016 19:50:28 +0100
 
diff --git a/debian/control b/debian/control
index 67eddb0..1ad40f7 100644
--- a/debian/control
+++ b/debian/control
@@ -68,15 +68,3 @@ Description: data files for Konversation
  Konversation is a client for the Internet Relay Chat (IRC) protocol. This
  package contains data files for Konversation. It is probably of no use if
  `konversation' package is not installed.
-
-Package: konversation-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: konversation (= ${binary:Version}), ${misc:Depends}
-Recommends: kdelibs5-dbg
-Description: debugging symbols for Konversation
- Konversation is a client for the Internet Relay Chat (IRC) protocol. This
- package contains the debugging symbols associated with konversation. They
- will automatically be used by gdb for debugging konversation-related issues.
-
diff --git a/debian/rules b/debian/rules
index 8ff6f02..b8f79f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,5 +12,8 @@ override_dh_install:
 	    cp -a data/scripts/README debian/konversation/usr/share/doc/konversation/README.scripts; \
 	fi
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='konversation-dbg (<< 1.6-3~)'
+
 %:
-	dh  $@ --with kde --parallel --dbg-package=konversation-dbg
+	dh  $@ --with kde --parallel

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list