Your message dated Sat, 22 Jul 2017 13:17:18 +0100
with message-id <1500725838.14212.3.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 9.1 p-u fixes
has caused the Debian Bug report #865695,
regarding stretch-pu: package octave-ocs/0.1.5-2+deb9u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
865695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 9.1
Hi,
These bugs all relate to updates which were included in today's stretch
point release.
Regards,
Adam
--- End Message ---