Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu X-Debbugs-Cc: pkg-octave-de...@lists.alioth.debian.org
Dear Release Team, I would like to update octave-ocs in stretch, in order to fix #865282. The problem comes from a patch that needs to be manually updated with each new upstream version (I know this is bad, shame on us), and it was not updated last time. The changelog is as follows: octave-ocs (0.1.5-2+deb9u1) stretch; urgency=medium * d/p/set_nonarch_path_for_pkg_add: refresh for this upstream version. Fixes loading of package functions into Octave path. (Closes: #865282) -- Sébastien Villemot <sebast...@debian.org> Wed, 21 Jun 2017 16:57:26 +0200 Full debdiff is attached. Cheers, -- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://sebastien.villemot.name `- GPG Key: 4096R/381A7594
diff -Nru octave-ocs-0.1.5/debian/changelog octave-ocs-0.1.5/debian/changelog --- octave-ocs-0.1.5/debian/changelog 2016-07-21 12:37:40.000000000 +0200 +++ octave-ocs-0.1.5/debian/changelog 2017-06-21 16:57:26.000000000 +0200 @@ -1,3 +1,10 @@ +octave-ocs (0.1.5-2+deb9u1) stretch; urgency=medium + + * d/p/set_nonarch_path_for_pkg_add: refresh for this upstream version. + Fixes loading of package functions into Octave path. (Closes: #865282) + + -- Sébastien Villemot <sebast...@debian.org> Wed, 21 Jun 2017 16:57:26 +0200 + octave-ocs (0.1.5-2) unstable; urgency=medium * d/control: diff -Nru octave-ocs-0.1.5/debian/patches/set_nonarch_path_for_pkg_add octave-ocs-0.1.5/debian/patches/set_nonarch_path_for_pkg_add --- octave-ocs-0.1.5/debian/patches/set_nonarch_path_for_pkg_add 2016-07-17 14:42:26.000000000 +0200 +++ octave-ocs-0.1.5/debian/patches/set_nonarch_path_for_pkg_add 2017-06-21 16:57:02.000000000 +0200 @@ -5,7 +5,7 @@ Author: Rafael Laboissiere <raf...@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 @@ 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 @@ 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
signature.asc
Description: PGP signature