[SCM] KDE Admin module packaging branch, master, updated. debian/4.4.5-4-29-g008f4d4

Modestas Vainius modax at alioth.debian.org
Sun Apr 3 22:48:26 UTC 2011


The following commit has been merged in the master branch:
commit 008f4d40c0683d5e659651828000be800118ffa8
Author: Modestas Vainius <modax at debian.org>
Date:   Mon Apr 4 01:47:17 2011 +0300

    Replace $(overriden_command) with $(overridden_command) in rules.
---
 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4ab36a6..77a9acb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@ dh = --with=python-support
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 override_dh_auto_configure:
-	$(overriden_command) -- -DINSTALL_SYSTEM_CONFIG_PRINTER=TRUE
+	$(overridden_command) -- -DINSTALL_SYSTEM_CONFIG_PRINTER=TRUE
 
 .PHONY: override_dh_auto_test
 
 override_dh_strip:
-	$(overriden_command) --dbg-package=kdeadmin-dbg
+	$(overridden_command) --dbg-package=kdeadmin-dbg

-- 
KDE Admin module packaging



More information about the pkg-kde-commits mailing list