aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-05 05:37:29 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-05 05:37:29 +0000
commit9afeeba1df59457c1b04390ee780c3172beb64b4 (patch)
treea465a1b310f6cd7048f74b1447085cd4be568fe3
parent2a77f0e1d54f989dcdc90d4ec086cca69a0b62f4 (diff)
added override_dh_strip target from pd-wiimote to strip things properly
svn path=/trunk/externals/bassemu~/; revision=13978
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index bdda64b..0105bc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE = pd-bassemu
pkglibdir = /usr/lib/pd/extra
%:
- dh $@
+ dh --with quilt $@
override_dh_auto_install:
make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
@@ -15,3 +15,6 @@ override_dh_shlibdeps:
dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/bassemu~/*.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