aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-05 03:29:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-05 03:29:38 +0000
commit9eda9a3b801d16c77310d22a08a8447167afbaaf (patch)
tree5c570a17dffa5ef1b0c44f0f3adc577db634bc03
parent3ed575368691888d7781e9f14b16d83d64ea5281 (diff)
added dh_strip target from pd-wiimote to make sure things are stripped properly
svn path=/trunk/externals/template/; revision=13976
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 47c8c79..9e6bdfc 100755
--- a/debian/rules
+++ b/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