[SCM] Debian Qt/KDE packaging tools branch, experimental, updated. debian/0.15.16-3-g7b99b1b

Maximiliano Curia maxy at moszumanska.debian.org
Thu Mar 26 16:22:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=0b56029

The following commit has been merged in the experimental branch:
commit 0b560297f7b8167758eb399f318eb98bb013df86
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Mar 26 17:22:13 2015 +0100

    A working version of the list-missing wildcards
---
 qt-kde-team/3/list-missing.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/qt-kde-team/3/list-missing.mk b/qt-kde-team/3/list-missing.mk
index 388d304..5aebaf7 100644
--- a/qt-kde-team/3/list-missing.mk
+++ b/qt-kde-team/3/list-missing.mk
@@ -25,9 +25,9 @@ list-missing:
 	  (for package in $(shell dh_listpackages); do \
 	     (cd debian/$$package && find . -type f -o -type l); \
 	   done; \
-	   test -e debian/not-installed && grep -v '^#' debian/not-installed | \
-	   while read glob_patt; do \
-	      (cd debian/tmp; find . -path ./"$${glob_patt}" '(' -type f -o -type l ')'); \
+	   test -e debian/not-installed && sed '/^#/d;/^$$/d;s|/$$||;/^\.\//!s|^|./|' debian/not-installed | \
+	     while read glob_patt; do \
+	       (cd debian/tmp; find . '(' -path "$${glob_patt}" -o -path "$${glob_patt}"'/*' ')' '(' -type f -o -type l ')'); \
 	   done; \
 	   ) | sort -u > debian/dhmk-package-list; \
 	  diff -u debian/dhmk-install-list debian/dhmk-package-list | sed '1,2d' | egrep '^-' || true; \

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list