[Pkg-octave-commit] [octave-financial] 01/04: disable-yahoo-test.patch: new patch, fixes FTBFS.

Sébastien Villemot sebastien at debian.org
Sat Sep 23 11:37:24 UTC 2017


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

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

commit 722857b41e9118c07506abf74031ffcb481c0120
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Sep 23 13:07:00 2017 +0200

    disable-yahoo-test.patch: new patch, fixes FTBFS.
    
    Closes: #874126
---
 debian/patches/disable-yahoo-test.patch | 18 ++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/disable-yahoo-test.patch b/debian/patches/disable-yahoo-test.patch
new file mode 100644
index 0000000..6479e8a
--- /dev/null
+++ b/debian/patches/disable-yahoo-test.patch
@@ -0,0 +1,18 @@
+Description: Disable test of Yahoo fetcher, which no longer works
+Author: Sébastien Villemot <sebastien at debian.org>
+Bug: https://savannah.gnu.org/bugs/index.php?52099
+Bug-Debian: https://bugs.debian.org/874126
+Last-Update: 2017-09-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/inst/fetch.m
++++ b/inst/fetch.m
+@@ -137,7 +137,7 @@ endfunction
+ %!          732499,34.64,34.97,34.03,34.12,13585700,34.12;
+ %!          732498,34.25,35.08,34.20,34.60,16086700,34.60;
+ %!          732494,34.76,34.85,34.22,34.44,9861600,34.44];
+-%!test
++%!xtest
+ %! [d f] = fetch(yahoo(), "yhoo", "01-Jul-2005", "10-Jul-2005");
+ %! assert(d, dgood, 1e-5);
+ %! assert(f, fgood, 1e-5);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a6f588a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-yahoo-test.patch

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



More information about the Pkg-octave-commit mailing list