[SCM] Packaging of KVIrc branch, master, updated. debian/4%4.2.0-2-10-g352300d

Andrey Rahmatullin wrar at moszumanska.debian.org
Fri Nov 4 14:54:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kvirc.git;a=commitdiff;h=42ebd6c

The following commit has been merged in the master branch:
commit 42ebd6c574595a1e66b697b1cdb930a6cc1d2c2b
Author: Andrey Rahmatullin <wrar at debian.org>
Date:   Fri Nov 4 19:43:19 2016 +0500

    Migrate to automatic debug packages.
---
 debian/control | 20 --------------------
 debian/rules   |  7 +++++--
 2 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/debian/control b/debian/control
index 220429d..936ca76 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Depends: libkvilib4 (= ${binary:Version}),
  kvirc-data (= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
-Suggests: kvirc-dbg (= ${binary:Version})
 Multi-Arch: foreign
 Description: KDE-based next generation IRC client with module support
  A highly configurable graphical IRC client with an MDI interface,
@@ -51,7 +50,6 @@ Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: kvirc (= ${binary:Version})
-Suggests: kvirc-dbg (= ${binary:Version})
 Multi-Arch: same
 Description: KVIrc (IRC client) base library
  A highly configurable graphical IRC client with an MDI interface,
@@ -70,7 +68,6 @@ Depends: libkvilib4 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Recommends: kvirc (= ${binary:Version})
-Suggests: kvirc-dbg (= ${binary:Version})
 Multi-Arch: same
 Description: KVIrc (IRC client) modules
  A highly configurable graphical IRC client with an MDI interface,
@@ -91,20 +88,3 @@ Description: Data files for KVIrc
  order to run, such as icons and images, language files, and shell scripts.
  It also contains complete reference guides on scripting and functions
  within KVIrc in its internal help format.
-
-Package: kvirc-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: kvirc (= ${binary:Version}),
- libkvilib4 (= ${binary:Version}),
- kvirc-modules (= ${binary:Version}),
- ${misc:Depends}
-Description: KVIrc (IRC client) debugging symbols
- A highly configurable graphical IRC client with an MDI interface,
- built-in scripting language, support for IRC DCC, drag & drop file
- browsing, and much more. KVIrc uses the KDE widget set, can be extended
- using its own scripting language, integrates with KDE, and supports
- custom plugins.
- .
- This package is intended to help debugging possible problems with KVIrc.
diff --git a/debian/rules b/debian/rules
index 5babd2d..bfdbc03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,10 @@ override_dh_install:
 	set -e; for file in $(NOT_INSTALLED); do rm debian/tmp/$$file; done
 	dh_install --fail-missing -XCOPYING
 
+override_dh_strip:
+	dh_strip --dbgsym-migration='kvirc-dbg (<< 4:4.2.0-3~)'
+
 %:
-	dh $@ --parallel --dbg-package=kvirc-dbg --with kde
+	dh $@ --parallel --with kde
 
-.PHONY: override_dh_auto_configure override_dh_install
+.PHONY: override_dh_auto_configure override_dh_install override_dh_strip

-- 
Packaging of KVIrc



More information about the pkg-kde-commits mailing list