[h5utils] 35/39: Override dh_auto_install to strip h5read.oct manually.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 23:56:11 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 fa88ad37a513175ef483939afeef1376ab2f8bd0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 22 01:03:10 2015 +0200

    Override dh_auto_install to strip h5read.oct manually.
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 015b23f..dc45f9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ h5utils (1.12.1-3) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Fix 'allows one to' typo in package description.
   * Add patch to fix man page warning.
+  * Override dh_auto_install to strip h5read.oct manually.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 21 Jul 2015 23:15:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 2f7d67a..75ccb94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,12 @@ override_dh_clean:
 override_dh_auto_configure:
 	dh_auto_configure -- --with-octave --with-hdf4
 
+override_dh_auto_install:
+	dh_auto_install
+	
+	# Strip manually
+	strip --strip-unneeded 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