[SCM] qtmultimedia packaging branch, experimental, updated. debian/5.6.1-2-8-g16b9db8
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Aug 16 18:04:37 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtmultimedia.git;a=commitdiff;h=6109218
The following commit has been merged in the experimental branch:
commit 61092188448c4220b9bdeb875bf4e39bdbbab3f2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Aug 16 21:00:31 2016 +0300
Switch to automatic dbgsym packages.
---
debian/changelog | 1 +
debian/control | 16 +---------------
debian/rules | 5 ++++-
3 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2085544..e0dacad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtmultimedia-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
* Update debian/copyright.
* Bump Qt build-dependencies to 5.7.0.
* Drop obsolete Breaks/Replaces.
+ * Switch to automatic dbgsym packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 15 Aug 2016 21:28:56 +0300
diff --git a/debian/control b/debian/control
index 0a3b3fd..794b099 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Sune Vuorela <debian at pusling.com>,
Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
Timo Jyrinki <timo at debian.org>,
Dmitry Shachnev <mitya57 at debian.org>
-Build-Depends: debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 9.20160114~),
libasound2-dev [linux-any],
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
@@ -145,20 +145,6 @@ Description: APIs for multimedia functionality - development files
This package contains the development files needed to build Qt applications
using Qt Multimedia libraries.
-Package: qtmultimedia5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libqt5multimedia5 (= ${binary:Version}), ${misc:Depends}
-Suggests: qtmultimedia5-examples (= ${binary:Version})
-Description: Qt 5 Multimedia library debugging symbols
- Qt is a cross-platform C++ application framework. Qt's primary feature
- is its rich set of widgets that provide standard GUI functionality.
- .
- This package contains the debugging symbols for the Qt 5 Multimedia
- libraries.
-
Package: qtmultimedia5-doc
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index c11f7b3..8fe60ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ pkgs_with_arch = $(patsubst debian/%.install-$(DEB_HOST_ARCH),%,$(wildcard debia
pkgs_with_os = $(patsubst debian/%.install-$(DEB_HOST_ARCH_OS),%,$(wildcard debian/*.install-$(DEB_HOST_ARCH_OS)))
%:
- dh $@ --parallel --with pkgkde_symbolshelper --dbg-package=qtmultimedia5-dbg
+ dh $@ --parallel --with pkgkde_symbolshelper
override_dh_auto_configure:
qmake
@@ -88,3 +88,6 @@ override_dh_clean:
for pkg in $(pkgs_with_os); do \
rm -f debian/$$pkg.install ; \
done
+
+override_dh_strip:
+ dh_strip --dbgsym-migration='qtmultimedia5-dbg (<< 5.7.0-1~)'
--
qtmultimedia packaging
More information about the pkg-kde-commits
mailing list