[SCM] Phonon GStreamer backend packaging branch, master, updated. debian/4.6.0really4.4.4-3

Modestas Vainius modax at alioth.debian.org
Fri Mar 11 20:08:58 UTC 2011


The following commit has been merged in the master branch:
commit 61eeefd90b6e34a7b66db5f3adb97bbbceda2963
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri Mar 11 22:00:58 2011 +0200

    Port to dhmk based qt-kde-team/2/*, require pkg-kde-tools 0.11.1.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |   14 +++++++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7baf9ae..90ab2a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ phonon-backend-gstreamer (4:4.6.0really4.4.4-3) UNRELEASED; urgency=low
   * Fix typo in phonon-backend-gstreamer-dbg description.
   * Set priority: extra, section: debug and add ${misc:Depends} to
     phonon-backend-gstreamer-dbg package.
+  * Port to dhmk based qt-kde-team/2/*, require pkg-kde-tools 0.11.1.
 
  -- Modestas Vainius <modax at debian.org>  Sat, 05 Mar 2011 04:27:38 +0200
 
diff --git a/debian/control b/debian/control
index 50439ef..afc3a14 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Modestas Vainius <modax at debian.org>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7.4.13), cmake (>= 2.6.2),
- pkg-kde-tools (>= 0.9), automoc, libphonon-dev (>= 4:4.6.0really4.4.4),
+ pkg-kde-tools (>= 0.11), automoc, libphonon-dev (>= 4:4.6.0really4.4.4),
  libphononexperimental-dev (>= 4:4.6.0really4.4.4),
  libasound2-dev [linux-any], libglib2.0-dev, libgstreamer0.10-dev,
  libgstreamer-plugins-base0.10-dev, libxml2-dev, libqt4-dev (>= 4.5),
diff --git a/debian/rules b/debian/rules
index d083943..32298bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
-DEB_CMAKE_EXTRA_FLAGS += -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
-DEB_DESTDIR := $(CURDIR)/debian/tmp
+override_dh_auto_configure:
+	$(overriden_command) -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
+
+override_dh_shlibdeps:
+	$(overriden_command) -- -xphonon
+
+override_dh_strip:
+	$(overriden_command) --dbg-package=phonon-backend-gstreamer-dbg
 
-DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon
-DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon

-- 
Phonon GStreamer backend packaging



More information about the pkg-kde-commits mailing list