[SCM] Phonon VLC backend packaging branch, master, updated. debian/0.4.0-1-2-g583b299
Modestas Vainius
modax at alioth.debian.org
Wed Apr 27 12:45:00 UTC 2011
The following commit has been merged in the master branch:
commit 583b2990c37494aeb685b7f5c3e300fa36081084
Author: Modestas Vainius <modax at debian.org>
Date: Wed Apr 27 15:44:46 2011 +0300
Replace $(overriden_command) with $(overridden_command) in debian/rules.
Requires pkg-kde-tools 0.12.
---
debian/changelog | 2 ++
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2968699..911a6e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
phonon-backend-vlc (0.4.0-2) 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:44:06 +0300
diff --git a/debian/rules b/debian/rules
index 55ea215..a6ed78d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
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_strip:
- $(overriden_command) --dbg-package=phonon-backend-vlc-dbg
+ $(overridden_command) --dbg-package=phonon-backend-vlc-dbg
--
Phonon VLC backend packaging
More information about the pkg-kde-commits
mailing list