[h5utils] 38/39: Strip .comment & .note sections too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 23:56:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository h5utils.

commit aea2fd73c4eb5c190fa6592a9ea90f972471a91d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 22 01:43:07 2015 +0200

    Strip .comment & .note sections too.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 75ccb94..68c3a32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_auto_install:
 	dh_auto_install
 	
 	# Strip manually
-	strip --strip-unneeded debian/*/usr/lib/*/octave/*/site/oct/*/h5read.oct
+	strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/*/usr/lib/*/octave/*/site/oct/*/h5read.oct
 
 override_dh_install:
 	dh_install --list-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git



More information about the Pkg-grass-devel mailing list