[SCM] KDE Utilities module packaging branch, master, updated. debian/4.4.5-1-49-gf0a3678

Modestas Vainius modax at alioth.debian.org
Sun Apr 3 22:51:08 UTC 2011


The following commit has been merged in the master branch:
commit f0a3678864bbb0e5c900af1dbcfc60eaecab8570
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   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index e34beda..4e7f81c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Sune Vuorela <sune at debian.org>, 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),
  libgmp3-dev, libqimageblitz-dev (>= 1:0.0.4-2),
  libarchive-dev, libx11-dev, libxrender-dev, python-support, python-dev,
diff --git a/debian/rules b/debian/rules
index cb9e2f6..1bad9f4 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_PRINTER_APPLET:BOOL=TRUE
+	$(overridden_command) -- -DINSTALL_PRINTER_APPLET:BOOL=TRUE
 
 .PHONY: override_dh_auto_test
 
 override_dh_strip:
-	$(overriden_command) --dbg-package=kdeutils-dbg
+	$(overridden_command) --dbg-package=kdeutils-dbg

-- 
KDE Utilities module packaging



More information about the pkg-kde-commits mailing list