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
commit71472564b2f93f4a364aab7b5f8923639304f466 (patch)
tree0ce8b94e4967a284289d6909a211ee2f20ade542
parente6b8017aeb8ed11b6785c2a8c4d8063fb9fc223b (diff)
added override_dh_strip target from pd-wiimote to strip things properly
svn path=/trunk/externals/arraysize/; revision=13978
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3b5c9cf..58f1739 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
@@ -14,3 +14,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