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

Modestas Vainius modax at alioth.debian.org
Fri Mar 11 20:28:37 UTC 2011


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

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

diff --git a/debian/changelog b/debian/changelog
index d430b83..5b3ca21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 phonon-backend-xine (4:4.6.0really4.4.4-3) UNRELEASED; urgency=low
 
+  * Port to dhmk based qt-kde-team/2/*, require pkg-kde-tools 0.11.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 11 Mar 2011 22:22:47 +0200
 
diff --git a/debian/control b/debian/control
index fa6a196..bcbae54 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),
  libqt4-dev (>= 4.5), libxine-dev (>= 1.1.16.3), libxcb1-dev, libx11-dev
 Build-Conflicts: libxine2
diff --git a/debian/rules b/debian/rules
index aeaa69e..8e546fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
+dh = --with=xine
 
-DEB_CMAKE_EXTRA_FLAGS += -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
-DEB_DESTDIR := $(CURDIR)/debian/tmp
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
-DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon
-DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon
+override_dh_auto_configure:
+	$(overriden_command) -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
 
-binary-predeb/phonon-backend-xine::
-	dh_xine -pphonon-backend-xine
+override_dh_shlibdeps:
+	$(overriden_command) -- -xphonon
+
+override_dh_strip:
+	$(overriden_command) --dbg-package=phonon-backend-xine-dbg
 

-- 
Phonon Xine backend packaging



More information about the pkg-kde-commits mailing list