[SCM] KDE Network module packaging branch, master, updated. debian/4.4.5-2-43-g0515de5

Modestas Vainius modax at alioth.debian.org
Sun Apr 3 22:49:47 UTC 2011


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

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

diff --git a/debian/control b/debian/control
index 6cab502..987f74f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>, Armin
  Modestas Vainius <modax at debian.org>, George Kiagiadakis <kiagiadakis.george at gmail.com>,
  José Manuel Santamaría Lema <panfaust at gmail.com>
 Build-Depends: kde-sc-dev-latest (>= 4:4.6.1),
- cmake, debhelper (>= 7.2.7~), pkg-kde-tools (>= 0.11),
+ cmake, debhelper (>= 7.2.7~), pkg-kde-tools (>= 0.12),
  kdelibs5-dev (>= 4:4.6), kdepimlibs5-dev (>= 4:4.6), libkonq5-dev (>= 4:4.6),
  kdebase-workspace-dev,
  zlib1g-dev, libjpeg62-dev, libxml2-dev, libxslt1-dev, libssl-dev,
diff --git a/debian/rules b/debian/rules
index d370058..819445f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,21 +5,21 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 .PHONY: override_dh_auto_test
 
 override_dh_install:
-	$(overriden_command)
+	$(overridden_command)
 	if [ -d debian/kppp ]; then \
 	    chown root:dip debian/kppp/usr/bin/kppp && \
 	    chmod 4754 debian/kppp/usr/bin/kppp; \
 	fi
 
 override_dh_fixperms:
-	$(overriden_command) -Xusr/bin/kppp
+	$(overridden_command) -Xusr/bin/kppp
 
 override_dh_makeshlibs:
-	$(overriden_command) -V
+	$(overridden_command) -V
 
 override_dh_shlibdeps:
-	$(overriden_command) -plibkopete4 -- -xkopete
-	$(overriden_command) --remaining-packages
+	$(overridden_command) -plibkopete4 -- -xkopete
+	$(overridden_command) --remaining-packages
 
 override_dh_strip:
-	$(overriden_command) --dbg-package=kdenetwork-dbg
+	$(overridden_command) --dbg-package=kdenetwork-dbg

-- 
KDE Network module packaging



More information about the pkg-kde-commits mailing list