summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2010-05-25 17:32:48 +0300
committerModestas Vainius <modestas@vainius.eu>2010-05-25 17:32:48 +0300
commitc56d9e4f5704f0245c60cd1103a0884b9cef6c15 (patch)
tree9cfc2eb1fee233ac678ff05b4be084c552bc6601
parentbb2faab5126f3da54beb31cdce26516ec8fef1ba (diff)
downloadpkg-kde-tools-c56d9e4f5704f0245c60cd1103a0884b9cef6c15.tar.gz
Drop deprecated `pkgkde-symbolshelper symbolfile` support from cdbs/symbolshelper.mk.
-rw-r--r--debian/changelog2
-rw-r--r--makefiles/1/cdbs/symbolshelper.mk12
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@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