[SCM] qt-gstreamer packaging branch, master, updated. debian/1.2.0-4-10-g01a4458

Pino Toscano pino at moszumanska.debian.org
Sun Dec 24 23:08:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qt-gstreamer.git;a=commitdiff;h=a52ab09

The following commit has been merged in the master branch:
commit a52ab09a1ceedc6249cc7953afaa0dfca8f705f7
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 24 23:52:40 2017 +0100

    remove qt5gstreamer-dbg in favour of -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 20 --------------------
 debian/rules     |  2 +-
 3 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 721f279..e79045e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qt-gstreamer (1.2.0-5) UNRELEASED; urgency=medium
     - remove the double build in rules
     - switch libqtgstreamer-dev suggest in qtgstreamer-doc to
       libqt5gstreamer-dev
+  * Remove qt5gstreamer-dbg in favour of the -dbgsym packages.
 
  -- Debian/Kubuntu KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 24 Dec 2017 23:30:51 +0100
 
diff --git a/debian/control b/debian/control
index 9fec5dc..6ef4db2 100644
--- a/debian/control
+++ b/debian/control
@@ -155,23 +155,3 @@ Description: QML plugins from QtGStreamer - Qt 5 build
  enable better integration of GStreamer in QML-based GUI applications.
  .
  This package is part of the Qt5 version of QtGStreamer.
-
-Package: qt5gstreamer-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libqt5glib-2.0-0 (= ${binary:Version}),
-         libqt5gstreamer-1.0-0 (= ${binary:Version}),
-         libqt5gstreamerui-1.0-0 (= ${binary:Version}),
-         libqt5gstreamerutils-1.0-0 (= ${binary:Version}),
-         qtgstreamer-plugins-qt5 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Debug symbols for QtGStreamer - Qt 5 build
- QtGStreamer provides C++ bindings for GStreamer with a Qt-style API,
- plus some helper classes for integrating GStreamer better in Qt applications.
- .
- This package contains the debug symbols for the various binaries shipped
- with QtGStreamer.
- .
- This package is part of the Qt5 version of QtGStreamer.
diff --git a/debian/rules b/debian/rules
index 22f6b46..e543ce0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_build-indep:
 	dh_auto_build --parallel -i -- doc
 
 override_dh_strip:
-	dh_strip --dbg-package=qt5gstreamer-dbg
+	dh_strip --dbgsym-migration='qt5gstreamer-dbg (<< 1.2.0-5~)'
 
 override_dh_auto_install-arch:
 	dh_auto_install --parallel -a

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list