[SCM] Command-line driven interactive plotting program branch, master, updated. debian/0_20130424.gita9d3e31-1-3-g1e2b087

Anton Gladky gladky.anton at gmail.com
Tue Jun 4 18:39:34 UTC 2013


The following commit has been merged in the master branch:
commit 2f5f4ac2d07d03734bfc1b50feed71493cfb7ea9
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Jun 4 20:19:31 2013 +0200

    Disable 1 arma-test, because it fails. Upstream is notified. (Closes: #710620)

diff --git a/debian/patches/disable_arma_test.patch b/debian/patches/disable_arma_test.patch
new file mode 100644
index 0000000..51940b1
--- /dev/null
+++ b/debian/patches/disable_arma_test.patch
@@ -0,0 +1,27 @@
+Desciption: disable 1 arma-test, because it fails. Upstream is notified.
+Bug-Debian: 710620
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2013-06-04
+
+--- a/example-data-1d.cc
++++ b/example-data-1d.cc
+@@ -339,7 +339,7 @@
+ 				get_z(i, shift)
+ 			);
+ 		}
+-		gp << gp.binFile1d(pts, "record") << "with lines title 'armadillo field of boost tuple'";
++		//gp << gp.binFile1d(pts, "record") << "with lines title 'armadillo field of boost tuple'";
+ 	}
+ #endif
+ 
+--- a/example-data-2d.cc
++++ b/example-data-2d.cc
+@@ -303,7 +303,7 @@
+ 				pts(u, v) = get_point(u, v+shift);
+ 			}
+ 		}
+-		gp << gp.binFile2d(pts, "record") << "with lines title 'arma::field'";
++		//gp << gp.binFile2d(pts, "record") << "with lines title 'arma::field'";
+ 	}
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5df710d..8d4fbef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 enable_some_more_tests.patch
+disable_arma_test.patch

-- 
Command-line driven interactive plotting program



More information about the debian-science-commits mailing list