From c1597a8e0ac28793f90db1ab339e42bf9cd22dbf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 5 Sep 2010 05:37:29 +0000 Subject: added override_dh_strip target from pd-wiimote to strip things properly svn path=/trunk/externals/iem/comport/; revision=13978 --- comport/debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'comport') diff --git a/comport/debian/rules b/comport/debian/rules index ee5d19c..935a3af 100755 --- a/comport/debian/rules +++ b/comport/debian/rules @@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra %: - dh $@ + dh --with quilt $@ override_dh_auto_install: make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install @@ -16,3 +16,6 @@ override_dh_shlibdeps: dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ -T$(CURDIR)/debian/$(PACKAGE).substvars +override_dh_strip: + strip --remove-section=.comment --remove-section=.note --strip-unneeded \ + $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux -- cgit v1.2.1