[SCM] Debian Qt/KDE packaging tools branch, master, updated. master/0.4.0.1-4-g53cc11e

Modestas Vainius modax-guest at alioth.debian.org
Tue Mar 10 15:56:04 UTC 2009


The following commit has been merged in the master branch:
commit 53cc11e17b455e875665ef12e4073b4034eb929d
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Mar 10 17:55:19 2009 +0200

    Condition'alize dh_bugfiles call.
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/qt-kde-team/1/debian-qt-kde.mk b/qt-kde-team/1/debian-qt-kde.mk
index bffa74b..312c1ac 100644
--- a/qt-kde-team/1/debian-qt-kde.mk
+++ b/qt-kde-team/1/debian-qt-kde.mk
@@ -58,8 +58,8 @@ clean::
 
 
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
-	if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
-	dh_bugfiles -p$(cdbs_curpkg)
+	$(if $(wildcard /usr/bin/dh_desktop),dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS))
+	$(if $(wildcard /usr/bin/dh_bugfiles),dh_bugfiles -p$(cdbs_curpkg) $(DEB_DH_BUGFILES_ARGS))
 
 binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
 	set -e; \

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list