added override_dh_strip target from pd-wiimote to strip things properly

svn path=/trunk/externals/iem/comport/; revision=13978
This commit is contained in:
Hans-Christoph Steiner 2010-09-05 05:37:29 +00:00
parent 5d7d412046
commit c1597a8e0a

View file

@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
pkglibdir = /usr/lib/pd/extra pkglibdir = /usr/lib/pd/extra
%: %:
dh $@ dh --with quilt $@
override_dh_auto_install: override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) 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 \ dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
-T$(CURDIR)/debian/$(PACKAGE).substvars -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