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

Modestas Vainius modax at alioth.debian.org
Wed Apr 27 12:47:55 UTC 2011


The following commit has been merged in the master branch:
commit e7e0120e2732cae9e4f222cce4c2f03ecd007b14
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 27 15:47:17 2011 +0300

    Replace $(overriden_command) with $(overridden_command) in debian/rules.
    
    Requires pkg-kde-tools 0.12.
---
 debian/changelog |    2 ++
 debian/control   |    2 +-
 debian/rules     |    6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c140a46..38e1a67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 phonon-backend-xine (4:4.6.0really4.4.4-4) UNRELEASED; urgency=low
 
+  * Replace $(overriden_command) with $(overridden_command) in debian/rules.
+    Requires pkg-kde-tools 0.12.
 
  -- Modestas Vainius <modax at debian.org>  Wed, 27 Apr 2011 15:46:10 +0300
 
diff --git a/debian/control b/debian/control
index bcbae54..aa6477c 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.11), automoc, libphonon-dev (>= 4:4.6.0really4.4.4),
+ pkg-kde-tools (>= 0.12), 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 8e546fd..11e2a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,11 @@ dh = --with=xine
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_auto_configure:
-	$(overriden_command) -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
+	$(overridden_command) -- -DPLUGIN_INSTALL_DIR=/usr/lib/qt4/
 
 override_dh_shlibdeps:
-	$(overriden_command) -- -xphonon
+	$(overridden_command) -- -xphonon
 
 override_dh_strip:
-	$(overriden_command) --dbg-package=phonon-backend-xine-dbg
+	$(overridden_command) --dbg-package=phonon-backend-xine-dbg
 

-- 
Phonon Xine backend packaging



More information about the pkg-kde-commits mailing list