Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix stripping of static libs
· 48fc0984
Elmar Pruesse
authored
Jun 12, 2019
48fc0984
Merge branch 'patch-1' into 'master'
· 7d199d5c
Andreas Tille
authored
Jun 12, 2019
Fix stripping of static libs See merge request
!1
7d199d5c
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
7d199d5c
...
...
@@ -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