r45083 - in /packages/slepc/trunk/debian: changelog rules
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Thu Jun 21 08:30:08 UTC 2012
Author: johannr-guest
Date: Thu Jun 21 08:30:07 2012
New Revision: 45083
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45083
Log:
Apply patch from Felix Gruber that adds a symlink to the configuration header.
Modified:
packages/slepc/trunk/debian/changelog
packages/slepc/trunk/debian/rules
Modified: packages/slepc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/changelog?rev=45083&op=diff
==============================================================================
--- packages/slepc/trunk/debian/changelog (original)
+++ packages/slepc/trunk/debian/changelog Thu Jun 21 08:30:07 2012
@@ -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]
Modified: packages/slepc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/rules?rev=45083&op=diff
==============================================================================
--- packages/slepc/trunk/debian/rules (original)
+++ packages/slepc/trunk/debian/rules Thu Jun 21 08:30:07 2012
@@ -123,6 +123,8 @@
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
More information about the debian-science-commits
mailing list