[scalapack] 01/01: Apply chrpath (dh_install override) to arch build only
Drew Parsons
dparsons at moszumanska.debian.org
Sun Aug 6 12:47:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch experimental
in repository scalapack.
commit 6ec8f1b30b1a7a8916de105a08981b5719157572
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Aug 6 20:46:56 2017 +0800
Apply chrpath (dh_install override) to arch build only
ere test executables haven't been installed in an arch-indep build
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4a2ddf2..88003e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scalapack (2.0.2-1exp5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Apply chrpath (dh_install override) to arch build only.
+
+ -- Drew Parsons <dparsons at debian.org> Sun, 06 Aug 2017 20:43:58 +0800
+
scalapack (2.0.2-1exp4) experimental; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 52531f2..20fbf2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ override_dh_auto_install:
sed "s/-lscalapack/-lscalapack-$$flavor/; s|/usr/lib|/usr/lib/$(DEB_HOST_MULTIARCH)|" build-$$flavor/scalapack.pc > build-$$flavor/scalapack-$$flavor.pc ; \
done
-override_dh_install:
+override_dh_install-arch:
dh_install
dh_missing --list-missing
# test executables contain RUNPATH. Remove it.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scalapack.git
More information about the debian-science-commits
mailing list