[SCM] QImageBlitz packaging branch, master, updated. debian/0.0.6-3-2-g30165db

Modestas Vainius modax at alioth.debian.org
Wed Apr 27 12:38:56 UTC 2011


The following commit has been merged in the master branch:
commit 30165db194623296153c75508e514967ce14caf2
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 27 15:38:34 2011 +0300

    Replace $(overriden_command) with $(overridden_command) in debian/rules.
    
    Requires pkg-kde-tools 0.12.
---
 debian/changelog |    2 ++
 debian/control   |    2 +-
 debian/rules     |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7fcb414..961b035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qimageblitz (1:0.0.6-4) 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:37:43 +0300
 
diff --git a/debian/control b/debian/control
index b6a812f..3cedded 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: libs
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <sune at debian.org>, Modestas Vainius <modax at debian.org>
-Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools (>= 0.11), libqt4-dev (>= 4.4.0~)
+Build-Depends: debhelper (>= 7), cmake, pkg-kde-tools (>= 0.12), libqt4-dev (>= 4.4.0~)
 Standards-Version: 3.9.1
 Homepage: http://www.kde.org/
 Vcs-Git: git://git.debian.org/pkg-kde/kde-req/qimageblitz.git
diff --git a/debian/rules b/debian/rules
index 8ce1d8b..1e7b9d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ build_arch_opts = $(cpu_opt_$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU))
 ifneq (,$(build_arch_opts))
 
 override_dh_auto_configure:
-	$(overriden_command) -- $(shell echo $(foreach opt,$(build_arch_opts),-DHAVE_$(opt)=ON) | tr '[:lower:]' '[:upper:]')
+	$(overridden_command) -- $(shell echo $(foreach opt,$(build_arch_opts),-DHAVE_$(opt)=ON) | tr '[:lower:]' '[:upper:]')
 
 endif
 

-- 
QImageBlitz packaging



More information about the pkg-kde-commits mailing list