[SCM] Debian Qt/KDE packaging tools branch, dhmk, updated. debian/0.9.5-15-g8a9f2f7

Modestas Vainius modax at alioth.debian.org
Tue Mar 8 01:45:44 UTC 2011


The following commit has been merged in the dhmk branch:
commit aab357f76cc34c6aa91a6d896a3de62e838e0100
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Mar 8 02:59:27 2011 +0200

    There is no point in using := here.
---
 qt-kde-team/2/dhmk.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk
index 518dcdf..288aa26 100644
--- a/qt-kde-team/2/dhmk.mk
+++ b/qt-kde-team/2/dhmk.mk
@@ -18,7 +18,7 @@ dhmk_this_makefile := $(lastword $(MAKEFILE_LIST))
 dhmk_stamped_targets = configure build-indep build-arch build
 dhmk_dynamic_targets = install-indep install-arch install binary-indep binary-arch binary clean
 dhmk_standard_targets = $(dhmk_stamped_targets) $(dhmk_dynamic_targets)
-dhmk_indeparch_targets := build install binary
+dhmk_indeparch_targets = build install binary
 dhmk_rules_mk = debian/dhmk_rules.mk
 dhmk_dhmk_pl := $(dir $(dhmk_this_makefile))dhmk.pl
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list