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

Modestas Vainius modax at alioth.debian.org
Sun Mar 13 19:42:10 UTC 2011


The following commit has been merged in the master branch:
commit ebf13a1db116448c9c1784e41edff9c8ebd608dd
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Mar 13 21:39:28 2011 +0200

    Some tweaks to qt-kde-team/2/list-missing.mk.
---
 debian/changelog              |    1 +
 qt-kde-team/2/list-missing.mk |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c96a2d..7efaced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pkg-kde-tools (0.11.3) UNRELEASED; urgency=low
 
   * "Innocent" backtick in the echo statement causes packages to FTBFS. Fix it.
+  * Some tweaks to qt-kde-team/2/list-missing.mk.
 
  -- Modestas Vainius <modax at debian.org>  Sun, 13 Mar 2011 21:33:02 +0200
 
diff --git a/qt-kde-team/2/list-missing.mk b/qt-kde-team/2/list-missing.mk
index 026367e..96dbda1 100644
--- a/qt-kde-team/2/list-missing.mk
+++ b/qt-kde-team/2/list-missing.mk
@@ -19,8 +19,8 @@
 ifdef dqk_dir
 
 list-missing:
-	@if test -d $(dqk_destdir); then \
-	  (cd $(dqk_destdir) && find . -type f -o -type l | grep -v '/DEBIAN/' | sort) > debian/dhmk-install-list; \
+	@if test -d debian/tmp; then \
+	  (cd debian/tmp && find . -type f -o -type l | grep -v '/DEBIAN/' | sort) > debian/dhmk-install-list; \
 	  (for package in $(shell dh_listpackages); do \
 	     (cd debian/$$package && find . -type f -o -type l); \
 	   done; \
@@ -28,7 +28,7 @@ list-missing:
 	   ) | sort -u > debian/dhmk-package-list; \
 	  diff -u debian/dhmk-install-list debian/dhmk-package-list | sed '1,2d' | egrep '^-' || true; \
 	else \
-	  echo "All files were installed into debian/$(dqk_sourcedir)."; \
+	  echo "All files were installed into debian/$(shell dh_listpackages | head -n1)."; \
 	fi
 
 post-clean:

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list