Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix stripping of static libs
· 9a17fb86
Andreas Tille
authored
Jun 12, 2019
9a17fb86
Add location of new upstream releases as comment
· 135aa98d
Andreas Tille
authored
Jun 12, 2019
135aa98d
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
135aa98d
...
...
@@ -10,6 +10,10 @@ arb (6.0.6-5) UNRELEASED; urgency=medium
* Do not parse d/changelog
* Fix description
Closes: #926017
* d/watch: (FIXME) Add location of new upstream releases as comment
[ Elmar Pruesse ]
* Fix stripping of static libs
-- Andreas Tille <tille@debian.org> Sun, 31 Mar 2019 21:53:19 +0200
...
...
debian/rules
View file @
135aa98d
...
...
@@ -95,7 +95,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
...
...
debian/watch
View file @
135aa98d
version=4
# FIXME
# Upstream is doing releases now here
# http://download.arb-home.de/special/manual-builds/
opts="downloadurlmangle=s{([\d.]+)/$}{$1/arb-$1-source.tgz},filenamemangle=s/\/$/.tgz/" \
http://download.arb-home.de/release/ arb-(\d+.*)/