[slepc] 15/30: Apply patch from Felix Gruber that adds a symlink to the configuration header.

Drew Parsons dparsons at moszumanska.debian.org
Sat Oct 10 19:29:57 UTC 2015


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

dparsons pushed a commit to branch debian
in repository slepc.

commit 00a9a560d7291f91d9fa7a6419efcf49101f1158
Author: johannr-guest <johannr-guest at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date:   Thu Jun 21 08:30:07 2012 +0000

    Apply patch from Felix Gruber that adds a symlink to the configuration header.
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f838833..db8adc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+slepc (3.2-p5-1.1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add symlink to the configuration header (Closes: #675039).
+
+ -- Johannes Ring <johannr at simula.no>  Thu, 21 Jun 2012 10:24:14 +0200
+
 slepc (3.2-p5-1) unstable; urgency=low
 
   [Christophe Prud'homme]
diff --git a/debian/rules b/debian/rules
index 3076368..e608cd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,6 +123,8 @@ install-arch: build-arch
 	install -d debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/private
 	cp -p include/private/*.h \
 	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/private
+	cd debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include && \
+	  ln -s ../$(PETSC_ARCH)-c-opt/include/*.h .
 	install -d debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/src/eps/impls/blopex
 	sed "s/..\/src/src/" < src/eps/impls/external/blopex/slepc-interface.h > \
 	  debian/lib$(SLEPC_NAME)-dev/usr/lib/slepcdir/$(SLEPC_VERSION)/include/src/eps/impls/blopex/slepc-interface.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git



More information about the debian-science-commits mailing list