[SCM] Phonon VLC backend packaging branch, master, updated. debian/0.3.2-3

Modestas Vainius modax at alioth.debian.org
Fri Mar 11 20:19:14 UTC 2011


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

    Port to dhmk based qt-kde-team/2/*, require pkg-kde-tools 0.11.
---
 debian/changelog |    6 ++++++
 debian/control   |    2 +-
 debian/rules     |    9 ++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c5be37..73b6266 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+phonon-backend-vlc (0.3.2-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:09:59 +0200
+
 phonon-backend-vlc (0.3.2-2) experimental; urgency=low
 
   * Require phonon 4:4.6.0really4.4.4. (Closes: #616534)
diff --git a/debian/control b/debian/control
index 6a40899..e355e36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Modestas Vainius <modax at debian.org>
-Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.6.5), automoc,
+Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.11), automoc,
  pkg-config, libphonon-dev (>= 4:4.6.0really4.4.4), libqt4-dev (>= 4:4.6.0),
  libvlc-dev (>= 1.1.1), libv4l-dev [linux-any], libx11-dev
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 4a125f0..55ea215 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+
 override_dh_auto_configure:
-	dh_auto_configure -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
+	$(overriden_command) -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
+
+override_dh_strip:
+	$(overriden_command) --dbg-package=phonon-backend-vlc-dbg
 
-%:
-	dh $@ --parallel --dbg-package=phonon-backend-vlc-dbg --list-missing

-- 
Phonon VLC backend packaging



More information about the pkg-kde-commits mailing list