[SCM] Phonon Multimedia Framework packaging branch, master, updated. debian/4.8.3-2-16-g50126fc

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 14 20:06:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/phonon.git;a=commitdiff;h=520a5fc

The following commit has been merged in the master branch:
commit 520a5fc5b1fcb4785c4a0e0ae0e0e4ca5f0d9a7d
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sat May 14 18:22:27 2016 +0200

    Migrate to the automatic dbgsym packages
---
 debian/control | 30 ------------------------------
 debian/rules   |  6 ++----
 2 files changed, 2 insertions(+), 34 deletions(-)

diff --git a/debian/control b/debian/control
index dadd235..bb68752 100644
--- a/debian/control
+++ b/debian/control
@@ -200,33 +200,3 @@ Description: multimedia framework from KDE using Qt 5 - null back-end (no real b
  This package does not provide any real Phonon back-end. It can be used to
  disable Phonon audio/video capabilities. Please note that Phonon behavior
  with this package installed has not been well tested.
-
-Package: phonon-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libphonon4 (= ${binary:Version}), ${misc:Depends}
-Suggests: libphononexperimental4 (= ${binary:Version})
-Description: multimedia framework from KDE - debugging symbols
- Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- .
- This package contains debugging symbols for the Phonon library and its main
- back-ends. Install it if you want to report a crash or debug a problem with
- Phonon or its back-ends.
-
-Package: phonon4qt5-dbg
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: libphonon4qt5-4 (= ${binary:Version}), ${misc:Depends}
-Suggests: libphonon4qt5experimental4 (= ${binary:Version})
-Description: multimedia framework from KDE using Qt 5 - debugging symbols
- Phonon is the Qt 5 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- .
- This package contains debugging symbols for the Phonon library and its main
- back-ends. Install it if you want to report a crash or debug a problem with
- Phonon or its back-ends.
diff --git a/debian/rules b/debian/rules
index c2970a4..b36431a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-#dh = --dbg-package=phonon-dbg
-
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 # Enable strict interdependencies
@@ -42,8 +40,8 @@ override_dh_strip:
 	$(overridden_command) -plibphonon4 \
 			      -plibphononexperimental4 \
 			      -plibphonon-dev \
-			      --dbg-package=phonon-dbg
-	$(overridden_command) --remaining-packages --dbg-package=phonon4qt5-dbg
+			      --dbgsym-migration='phonon-dbg (<= 4:4.9.0-1~~)'
+	$(overridden_command) --remaining-packages --dbgsym-migration='phonon4qt5-dbg <= 4:4.9.0-1~~)'
 
 # shlibs is needed for library-packages.mk (strict shlibs) to work
 override_dh_makeshlibs:

-- 
Phonon Multimedia Framework packaging



More information about the pkg-kde-commits mailing list