diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-05 05:37:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-05 05:37:29 +0000 |
commit | ca77d56cc70ab6ced5ffc53b3c354e2e4bd9c22a (patch) | |
tree | 4b959c6d28c75bdc355ea2e4633ada92bb857781 /debian | |
parent | 009ba0b32bd1db56188192a1492f3c440042fb29 (diff) |
added override_dh_strip target from pd-wiimote to strip things properly
svn path=/trunk/externals/hcs/pan/; revision=13978
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a4923b8..9e9b838 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 |