[petsc] 02/07: link matlab scripts to octave directories

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 5 02:31:49 UTC 2015


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

dparsons pushed a commit to branch master
in repository petsc.

commit 96a8e82409e2d6fb7081bce238c630ffab35e99d
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Oct 4 23:34:21 2015 +0800

    link matlab scripts to octave directories
    
    PETSc matlab scripts are linked to /usr/share/octave/site/m/petsc.
    Closes: #736662.
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bc600ae..853f428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ petsc (3.6.2.dfsg1-1) UNRELEASED; urgency=medium
   * Standards version 3.9.6.
   * Support for HYPRE is temporarily deactivated, pending updating of
     HYPRE to version 2.10.0b-p2 in Debian.
+  * PETSc matlab scripts are linked to /usr/share/octave/site/m/petsc.
+    Closes: #736662.
 
  -- Drew Parsons <dparsons at debian.org>  Thu, 24 Sep 2015 11:55:47 +0800
 
diff --git a/debian/rules b/debian/rules
index 3353e02..a3de6d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -158,6 +158,7 @@ override_dh_install:
 	dh_link -p$(PETSC_VERSIONED_DEV_PACKAGE)  usr/lib/$(DEB_HOST_MULTIARCH)/libpetsc.so.$(PETSC_VERSION)  $(PETSC_DIR_PREFIX)/lib/libpetsc.so.$(PETSC_VERSION)
 	dh_link -p$(PETSC_VERSIONED_PACKAGE)  usr/lib/$(DEB_HOST_MULTIARCH)/libpetsc.so.$(PETSC_VERSION)  usr/lib/$(DEB_HOST_MULTIARCH)/libpetsc.so.$(PETSC_SONAME_VERSION)
 	dh_link -p$(PETSC_VERSIONED_DEV_PACKAGE)  usr/lib/$(DEB_HOST_MULTIARCH)/libpetsc.so.$(PETSC_VERSION)  usr/lib/$(DEB_HOST_MULTIARCH)/libpetsc.so
+	dh_link -p$(PETSC_VERSIONED_DEV_PACKAGE)  usr/lib/petscdir/$(PETSC_VERSION)/$(PETSC_ARCH)/share/petsc/matlab usr/share/octave/site/m/petsc
 	dh_install -p$(PETSC_DEBUG_PACKAGE) --sourcedir $(PACKAGE_DEBUG_INSTALL_BASEDIR) --autodest --exclude=*html  usr
 
 

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



More information about the debian-science-commits mailing list