[med-svn] r17903 - trunk/packages/arb/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Sep 2 12:57:10 UTC 2014


Author: tille
Date: 2014-09-02 12:57:09 +0000 (Tue, 02 Sep 2014)
New Revision: 17903

Modified:
   trunk/packages/arb/trunk/debian/changelog
   trunk/packages/arb/trunk/debian/rules
Log:
Add explicite --remove-section=.comment option to manual strip call


Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog	2014-09-02 12:00:29 UTC (rev 17902)
+++ trunk/packages/arb/trunk/debian/changelog	2014-09-02 12:57:09 UTC (rev 17903)
@@ -8,7 +8,8 @@
   * Exclude fasttree, mafft, mrbayes, muscle, phyml and probcons from building
     in GDE and rather use the according Debian packages by adding these to the
     list of dependencies
-  TODO: Run test suite
+  * d/rules: Add explicite --remove-section=.comment option to manual strip
+    call
 
  -- Andreas Tille <tille at debian.org>  Mon, 28 Jul 2014 14:36:39 +0200
 

Modified: trunk/packages/arb/trunk/debian/rules
===================================================================
--- trunk/packages/arb/trunk/debian/rules	2014-09-02 12:00:29 UTC (rev 17902)
+++ trunk/packages/arb/trunk/debian/rules	2014-09-02 12:57:09 UTC (rev 17903)
@@ -88,7 +88,7 @@
 	    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
+	find debian/libarb-dev -name \*.a -print0 | xargs -0 -n 1 strip --remove-section=.comment
 
 override_dh_shlibdeps:
 	dh_shlibdeps -a -l debian/libarb/usr/lib




More information about the debian-med-commit mailing list