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

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



Andreas Tille pushed to branch master at Debian Med / arb


Commits:
9a17fb86 by Andreas Tille at 2019-06-12T06:15:31Z
Fix stripping of static libs

- - - - -
135aa98d by Andreas Tille at 2019-06-12T06:16:54Z
Add location of new upstream releases as comment

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -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 at debian.org>  Sun, 31 Mar 2019 21:53:19 +0200
 


=====================================
debian/rules
=====================================
@@ -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
=====================================
@@ -1,4 +1,8 @@
 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+.*)/



View it on GitLab: https://salsa.debian.org/med-team/arb/compare/879dcfbff5bcfefec12dd41c1752e2c73633385a...135aa98d93dac514e800387fb6b566e77f9aef5a

-- 
View it on GitLab: https://salsa.debian.org/med-team/arb/compare/879dcfbff5bcfefec12dd41c1752e2c73633385a...135aa98d93dac514e800387fb6b566e77f9aef5a
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/65f32f7b/attachment-0001.html>


More information about the debian-med-commit mailing list