[SCM] qtspeech packaging branch, master, updated. 6a7431157cb2a4a8d33f9d198aef9da8dad76998

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 10 09:06:17 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtspeech.git;a=commitdiff;h=6a74311

The following commit has been merged in the master branch:
commit 6a7431157cb2a4a8d33f9d198aef9da8dad76998
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 10 12:03:33 2016 +0300

    Remove qtspeech5-dbg package, rely on automatic dbgsym packages instead.
---
 debian/control | 12 ------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 6f7e13c..f580cca 100644
--- a/debian/control
+++ b/debian/control
@@ -40,18 +40,6 @@ Description: Speech library for Qt - libraries
  .
  This package contains the QtSpeech libraries.
 
-Package: libqt5speech5-dbg
-Architecture: amd64 i386 powerpc s390x
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libqt5speech5 (= ${binary:Version}), ${misc:Depends}
-Description: Speech library for Qt - debugging symbols
- QtSpeech provides support for text-to-speech and speech recognition in Qt
- applications.
- .
- This package contains the debugging symbols for the QtSpeech library.
-
 Package: qtspeech5-examples
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index e567e8f..1290529 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/dpkg/default.mk
 export QT_SELECT := qt5
 
 %:
-	dh $@ --parallel --dbg-package=libqt5speech5-dbg --with pkgkde_symbolshelper
+	dh $@ --parallel --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
 	qmake

-- 
qtspeech packaging



More information about the pkg-kde-commits mailing list