[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.14.2-3-g3c95210

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Thu Sep 22 16:14:58 UTC 2011


The following commit has been merged in the master branch:
commit 3c952109bd8a5000d7e0c7f8627694c99797abc2
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Thu Sep 22 18:14:29 2011 +0200

    Add check-not-installed target.
---
 debian/changelog              |    4 ++++
 qt-kde-team/2/list-missing.mk |   10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39ec75b..0304a77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 pkg-kde-tools (0.14.3) UNRELEASED; urgency=low
 
+  [ Modestas Vainius ]
   * SymbolFileCollection.pm: import Dpkg::Arch::debarch_is into proper package.
 
+  [ José Manuel Santamaría Lema ]
+  * Add check-not-installed target. 
+
  -- Modestas Vainius <modax at debian.org>  Thu, 21 Jul 2011 16:16:36 +0300
 
 pkg-kde-tools (0.14.2) unstable; urgency=low
diff --git a/qt-kde-team/2/list-missing.mk b/qt-kde-team/2/list-missing.mk
index 89a7143..8fb82ac 100644
--- a/qt-kde-team/2/list-missing.mk
+++ b/qt-kde-team/2/list-missing.mk
@@ -31,9 +31,17 @@ list-missing:
 	  echo "All files were installed into debian/$(shell dh_listpackages | head -n1)."; \
 	fi
 
+check-not-installed:
+	@test -e debian/not-installed && \
+	(for i in $(shell grep -v '^#' debian/not-installed); do \
+		test -e debian/tmp/$$i || printf "File $$i not found in debian/tmp 
"; \
+	done;) \
+	|| printf "ERROR: debian/not-installed not found.
"
+
+
 post_clean:
 	rm -f debian/dhmk-install-list debian/dhmk-package-list
 
-.PHONY: list-missing
+.PHONY: list-missing check-not-installed
 
 endif

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list