[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.0

Modestas Vainius modax at alioth.debian.org
Fri Mar 11 01:30:57 UTC 2011


The following commit has been merged in the master branch:
commit 7a88150cf44a842e2202edd99bb19fa136a295a2
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri Mar 11 02:42:33 2011 +0200

    Move endif to the bottom where it actually belongs.
---
 qt-kde-team/2/debian-qt-kde.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index 46106ef..36c54ca 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -50,7 +50,6 @@ run_dh_sameversiondep:
 	dh_sameversiondep
 $(foreach t,$(dhmk_binary_targets),pre_$(t)_dh_gencontrol): run_dh_sameversiondep
 
-endif # ifndef dqk_dir
 debian/stamp-man-pages:
 	if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
 	for f in $$(find debian/man -name '*.sgml'); do \
@@ -88,3 +87,5 @@ install_to_doc-html_package:
 $(foreach t,install-indep install,post_$(t)_dh_install): install_to_doc-html_package
 
 .PHONY: run_dh_sameversiondep cleanup_manpages install_to_doc-html_package
+
+endif # ifndef dqk_dir

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list