[med-svn] [Git][med-team/libarb][master] 2 commits: Fix stripping of static libs

Andreas Tille gitlab at salsa.debian.org
Wed Jun 12 07:17:52 BST 2019



Andreas Tille pushed to branch master at Debian Med / libarb


Commits:
48fc0984 by Elmar Pruesse at 2019-06-12T03:47:01Z
Fix stripping of static libs
- - - - -
7d199d5c by Andreas Tille at 2019-06-12T06:17:50Z
Merge branch 'patch-1' into 'master'

Fix stripping of static libs

See merge request med-team/libarb!1
- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -87,7 +87,9 @@ override_dh_strip:
 	    chrpath --delete debian/libarb/usr/lib/arb/lib/ARB.so ; \
 	fi
 	dh_strip
-	find debian/libarb-dev -name \*.a -print0 | xargs -0 -n 1 strip --remove-section=.comment
+	find debian/libarb-dev -name \*.a -print0 | \
+	  xargs -0 -n 1 strip --strip-unneeded \
+	                      --remove-section=.comment
 
 override_dh_installchangelogs:
 	dh_installchangelogs arb_CHANGES.txt



View it on GitLab: https://salsa.debian.org/med-team/libarb/compare/8266627800a429febbfb376c805c28bdef094949...7d199d5c70652c6dc9e90e214e9c4a138c9d63ee

-- 
View it on GitLab: https://salsa.debian.org/med-team/libarb/compare/8266627800a429febbfb376c805c28bdef094949...7d199d5c70652c6dc9e90e214e9c4a138c9d63ee
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190612/d987126f/attachment.html>


More information about the debian-med-commit mailing list