[SCM] KDE Graphics module packaging branch, master, updated. debian/4.4.5-2-39-g084d80c

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


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

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

diff --git a/debian/control b/debian/control
index b572966..201af85 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), libphonon-dev (>= 4:4.6.0really4.3.80),
  libpoppler-qt4-dev (>= 0.8.0), libspectre-dev, libqca2-dev,
  libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
diff --git a/debian/rules b/debian/rules
index 1e606a5..cbca15a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,11 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 .PHONY: override_dh_auto_test
 
 override_dh_makeshlibs:
-	$(overriden_command) -V
+	$(overridden_command) -V
 
 override_dh_shlibdeps:
-	$(overriden_command) $(foreach p,$(shell dh_listpackages | grep ^lib),-p$p) -- -xkdebase-runtime
-	$(overriden_command) --remaining-packages
+	$(overridden_command) $(foreach p,$(shell dh_listpackages | grep ^lib),-p$p) -- -xkdebase-runtime
+	$(overridden_command) --remaining-packages
 
 override_dh_strip:
-	$(overriden_command) --dbg-package=kdegraphics-dbg
+	$(overridden_command) --dbg-package=kdegraphics-dbg

-- 
KDE Graphics module packaging



More information about the pkg-kde-commits mailing list