[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.8.0-2-gc56d9e4

Modestas Vainius modax at alioth.debian.org
Tue May 25 14:42:59 UTC 2010


The following commit has been merged in the master branch:
commit c56d9e4f5704f0245c60cd1103a0884b9cef6c15
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue May 25 17:32:48 2010 +0300

    Drop deprecated `pkgkde-symbolshelper symbolfile` support from cdbs/symbolshelper.mk.
---
 debian/changelog                  |    2 ++
 makefiles/1/cdbs/symbolshelper.mk |   12 ------------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdb6bda..5445adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pkg-kde-tools (0.8.1) UNRELEASED; urgency=low
 
+  * Drop deprecated `pkgkde-symbolshelper symbolfile` support from
+    cdbs/symbolshelper.mk.
 
  -- Modestas Vainius <modax at debian.org>  Tue, 25 May 2010 17:31:29 +0300
 
diff --git a/makefiles/1/cdbs/symbolshelper.mk b/makefiles/1/cdbs/symbolshelper.mk
index 5892f95..2ebed59 100644
--- a/makefiles/1/cdbs/symbolshelper.mk
+++ b/makefiles/1/cdbs/symbolshelper.mk
@@ -7,16 +7,4 @@ ifneq (/usr/share/pkg-kde-tools/bin,$(filter /usr/share/pkg-kde-tools/bin,$(subs
     export PATH := /usr/share/pkg-kde-tools/bin:$(PATH)
 endif
 
-SYMBOLSHELPER_PACKAGES := $(filter $(DEB_PACKAGES),$(patsubst debian/%.symbols.in,%,$(wildcard debian/*.symbols.in)))
-
-ifneq (,$(strip $(SYMBOLSHELPER_PACKAGES)))
-
-$(patsubst %,binary-strip/%,$(SYMBOLSHELPER_PACKAGES)):: binary-strip/%:
-	pkgkde-symbolshelper symbolfile -p $(cdbs_curpkg) -o debian/$(cdbs_curpkg).symbols.$(DEB_HOST_ARCH)
-
-clean::
-	rm -f $(patsubst %,debian/%.symbols.$(DEB_HOST_ARCH),$(SYMBOLSHELPER_PACKAGES))
-
-endif
-
 endif

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list