[SCM] Debian Qt/KDE packaging tools branch, experimental, updated. debian/0.15.3-9-g2477822

Sune Vuorela pusling-guest at alioth.debian.org
Tue Apr 2 22:02:51 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 7714aa5aa8d0e0f0482fa7f456a0751583f43470
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Mon Mar 25 23:04:21 2013 +0100

    Revert "Add makefiles/1/list-missing.mk."
    
    This reverts commit 55bc72f7047bba1db3663944842256d103978292.
    
    Conflicts:
    	debian/changelog
---
 debian/changelog            |    3 ---
 makefiles/1/list-missing.mk |   39 ---------------------------------------
 2 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc2fc08..850cc97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 pkg-kde-tools (0.15.4~pre3) UNRELEASED; urgency=low
 
-  * Add makefiles/1/list-missing.mk; this file is meant to provide the useful
-    list-missing and check-not-installed targets for kde-extras packages which
-    are using dh.
   * Add pkgkde-sortinstall script, it's meant to help sorting debian/*.install
     files.
   * Filter out -dbg packages from ${allLibraries} variables.
diff --git a/makefiles/1/list-missing.mk b/makefiles/1/list-missing.mk
deleted file mode 100644
index 814d7ab..0000000
--- a/makefiles/1/list-missing.mk
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright © 2003 Colin Walters <walters at debian.org>
-# Copyright © 2005-2011 Jonas Smedegaard <dr at jones.dk>
-# Copyright © 2010-2011 Modestas Vainius <modax at debian.org>
-# Description: Defines various random rules, including a list-missing rule
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2, or (at
-# your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-list-missing:
-	@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; \
-	   test -e debian/not-installed && grep -v '^#' debian/not-installed; \
-	   ) | 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/$(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.
"
-
-.PHONY: list-missing check-not-installed

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list