[Pkg-octave-commit] [SCM] Debian packaging for octave-nan branch, master, updated. debian/2.4.4-1-8-g9f7deaa

Sébastien Villemot sebastien.villemot at ens.fr
Mon Mar 12 21:29:16 UTC 2012


The following commit has been merged in the master branch:
commit b8af4bdd096d10882819041e28c40a92f2f8fcbf
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Mon Mar 12 21:40:14 2012 +0100

    debian/patches/fprintf_does_not_like_cells: remove patch, applied upstream

diff --git a/debian/patches/fprintf_does_not_like_cells b/debian/patches/fprintf_does_not_like_cells
deleted file mode 100644
index ef6fe89..0000000
--- a/debian/patches/fprintf_does_not_like_cells
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Thomas Weber <tweber at debian.org>
-Subject: Fix problem with fprintf and cell values in the test suite
-
-Forwarded: yes (private mail to Alois Schlögl <alois.schloegl at gmail.com>)
---- a/test/test_train_sc.m
-+++ b/test/test_train_sc.m
-@@ -30,7 +30,7 @@
- 
- W3 = [ones(1,N/2)/5,ones(1,N/10)];
- for l=1:length(classifier),
--	fprintf(1,'%s\n',classifier(l));
-+	fprintf(1,'%s\n',classifier{l});
- for k=1:10,
- 
- x=randn(N,2);
diff --git a/debian/patches/series b/debian/patches/series
index 1a7dff2..22bc85f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fprintf_does_not_like_cells
 fix_makefile

-- 
Debian packaging for octave-nan



More information about the Pkg-octave-commit mailing list