[Pkg-octave-commit] [octave-ocs] 02/03: d/p/set_nonarch_path_for_pkg_add: refresh for this upstream version.

Sébastien Villemot sebastien at debian.org
Tue Jun 20 09:11:39 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave-ocs.

commit 541e862177bf29a760c882fa372574c84f9ec7ff
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jun 20 11:00:25 2017 +0200

    d/p/set_nonarch_path_for_pkg_add: refresh for this upstream version.
    
    Closes: #865282
---
 debian/patches/set_nonarch_path_for_pkg_add | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/set_nonarch_path_for_pkg_add b/debian/patches/set_nonarch_path_for_pkg_add
index dab5e63..0968a86 100644
--- a/debian/patches/set_nonarch_path_for_pkg_add
+++ b/debian/patches/set_nonarch_path_for_pkg_add
@@ -5,7 +5,7 @@ Description: Use the architecture-independent path
 Author: Rafael Laboissiere <rafael at debian.org>
 Forwarded: not-needed
 Last-Update: 2012-03-17
-Last-Modified: 2015-07-26
+Last-Modified: 2017-06-20
 
 --- octave-ocs-0.1.3.orig/PKG_ADD
 +++ octave-ocs-0.1.3/PKG_ADD
@@ -14,7 +14,7 @@ Last-Modified: 2015-07-26
  dirname = fileparts (canonicalize_file_name (mfilename ("fullpath")));
 +dirname = sprintf ("%s%s",
 +                   dirname (1 : strfind (dirname, "usr/lib/") - 1),
-+                   "usr/share/octave/packages/ocs-0.1.4/");
++                   "usr/share/octave/packages/ocs-0.1.5/");
  
  if (! exist (fullfile (dirname, "inst"), "dir"))
    ## Run this if the package is installed
@@ -31,7 +31,7 @@ Last-Modified: 2015-07-26
  dirname = fileparts (canonicalize_file_name (mfilename ("fullpath")));
 +dirname = sprintf ("%s%s",
 +                   dirname (1 : strfind (dirname, "usr/lib/") - 1),
-+                   "usr/share/octave/packages/ocs-0.1.4/");
++                   "usr/share/octave/packages/ocs-0.1.5/");
  
  if (! exist (fullfile (dirname, "inst"), "dir"))
    ## Run this if the package is installed

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ocs.git



More information about the Pkg-octave-commit mailing list