[scalapack] 05/05: use localised spelling of flavour
Drew Parsons
dparsons at moszumanska.debian.org
Sun Aug 6 01:54:32 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 c24f16a99fbdec6919ef079b70cc7e3c95dbaf3f
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Aug 6 00:37:17 2017 +0800
use localised spelling of flavour
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 11bfb02..52531f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ override_dh_auto_install:
for flavor in openmpi mpich; do \
echo "Installing scalapack-$$flavor" ; \
dh_auto_install -O--parallel --builddirectory=build-$$flavor ; \
- sed "s/-lscalapack/-lscalapack-$$flavour/; s|/usr/lib|/usr/lib/$(DEB_HOST_MULTIARCH)|" build-$$flavor/scalapack.pc > build-$$flavor/scalapack-$$flavor.pc ; \
+ 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:
--
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