[SCM] cantor packaging branch, master, updated. debian/4.11.3-1-7-g048f022

Maximiliano Curia maxy at moszumanska.debian.org
Fri Jan 31 10:55:26 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/cantor.git;a=commitdiff;h=048f022

The following commit has been merged in the master branch:
commit 048f02289a7e7f0d2db959bba989497f165a5867
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu Jan 30 18:04:01 2014 +0100

    New patch: testmaxima_inforeq_test
---
 debian/changelog                       |  3 +++
 debian/patches/series                  |  1 +
 debian/patches/testmaxima_inforeq_test | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3156387..f42b8e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ cantor (4:4.11.3-2) UNRELEASED; urgency=low
   * Enable build failures on missing symbols.
   * Add autopkgtest.
   * New patch: maxima_backend_ps_file
+  * New patch: testmaxima_inforeq_test
+  * Disable testInformationRequest in maxima backend, as maxima is not
+    honouring prompt-* vars.
 
  -- Maximiliano Curia <maxy at debian.org>  Wed, 13 Nov 2013 19:49:08 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index b694a38..bdb4c6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 no_install_rpath_use_link_path.diff
 maxima_backend_ps_file
+testmaxima_inforeq_test
diff --git a/debian/patches/testmaxima_inforeq_test b/debian/patches/testmaxima_inforeq_test
new file mode 100644
index 0000000..9b3cd86
--- /dev/null
+++ b/debian/patches/testmaxima_inforeq_test
@@ -0,0 +1,33 @@
+Index: cantor/src/backends/maxima/testmaxima.h
+===================================================================
+--- cantor.orig/src/backends/maxima/testmaxima.h	2014-01-30 15:27:56.309485431 +0100
++++ cantor/src/backends/maxima/testmaxima.h	2014-01-31 10:52:09.650102768 +0100
+@@ -54,7 +54,7 @@
+ 
+     void testInvalidAssignment();
+ 
+-    void testInformationRequest();
++    // void testInformationRequest();
+ 
+     void testSyntaxHelp();
+ 
+Index: cantor/src/backends/maxima/testmaxima.cpp
+===================================================================
+--- cantor.orig/src/backends/maxima/testmaxima.cpp	2014-01-30 15:27:56.309485431 +0100
++++ cantor/src/backends/maxima/testmaxima.cpp	2014-01-31 11:46:45.525613925 +0100
+@@ -185,6 +185,7 @@
+     QCOMPARE(cleanOutput(e2->result()->toHtml()), QString("4"));
+ }
+ 
++/*
+ void TestMaxima::testInformationRequest()
+ {
+     Cantor::Expression* e=session()->evaluateExpression("integrate(x^n,x)");
+@@ -197,6 +198,7 @@
+ 
+     QCOMPARE(cleanOutput(e->result()->toHtml()), QString("x^(n+1)/(n+1)"));
+ }
++*/
+ 
+ void TestMaxima::testSyntaxHelp()
+ {

-- 
cantor packaging



More information about the pkg-kde-commits mailing list