[SCM] Phonon Multimedia Framework packaging branch, experimental, updated. debian/4.7.2-1-17-g2c2cb4f

Diane Trout diane-guest at moszumanska.debian.org
Thu Sep 11 18:23:49 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 2c2cb4fa624ca98555ead9a49830fd5159cd1b23
Author: Diane Trout <diane at ghic.org>
Date:   Thu Sep 11 10:58:06 2014 -0700

    Add override_dh_strip target to correctly build libphonon-dbg (qt4) and libphonon4qt5-dbg (qt5) debug packages.
---
 debian/changelog | 2 ++
 debian/rules     | 8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 59d6f02..157f46c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ phonon (4:4.8.0-1) UNRELEASED; urgency=medium
     phonon4qt5-backends.
   * update libphonon4qt5-dev.install package
   * Add symbols files for libphonon4qt5 and libphonon4qt5experimental4
+  * Add override_dh_strip target to correctly build libphonon-dbg (qt4)
+    and libphonon4qt5-dbg (qt5) debug packages.
 
 
  -- Diane Trout <diane at ghic.org>  Tue, 09 Sep 2014 10:55:34 -0700
diff --git a/debian/rules b/debian/rules
index 6822b05..25fc481 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-dh = --dbg-package=phonon-dbg
+#dh = --dbg-package=phonon-dbg
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
@@ -30,6 +30,12 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_strip:
+	$(overridden_command) -plibphonon4 --dbg-package=phonon-dbg
+	$(overridden_command) -plibphononexperimental4 --dbg-package=phonon-dbg
+	$(overridden_command) -plibphonon-dev --dbg-package=phonon-dbg
+	$(overridden_command) --remaining-packages --dbg-package=phonon4qt5-dbg
+
 # shlibs is needed for library-packages.mk (strict shlibs) to work
 override_dh_makeshlibs:
 	$(overridden_command) -plibphonon4 -V'libphonon4 (>= $(dqk_upstream_version)), phonon'

-- 
Phonon Multimedia Framework packaging



More information about the pkg-kde-commits mailing list