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:
parent
5d7d412046
commit
c1597a8e0a
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue