[SCM] cantor packaging branch, kde4.12, updated. debian/4.12.3-1

Maximiliano Curia maxy at moszumanska.debian.org
Wed Mar 5 06:57:28 UTC 2014


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

The following commit has been merged in the kde4.12 branch:
commit ea5f34fa48e7b6ac337afd2cb9febd2a1c53e1ce
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sat Mar 1 20:10:58 2014 +0100

    New patch: octave_for_use_of_gnuplot
---
 debian/changelog                           |  1 +
 debian/patches/octave_force_use_of_gnuplot | 13 +++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4047e26..38e2f94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cantor (4:4.12.3-1~) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * New patch: octave_for_use_of_gnuplot
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 28 Feb 2014 23:27:50 +0100
 
diff --git a/debian/patches/octave_force_use_of_gnuplot b/debian/patches/octave_force_use_of_gnuplot
new file mode 100644
index 0000000..cc67647
--- /dev/null
+++ b/debian/patches/octave_force_use_of_gnuplot
@@ -0,0 +1,13 @@
+Index: cantor/src/backends/octave/octavesession.cpp
+===================================================================
+--- cantor.orig/src/backends/octave/octavesession.cpp	2014-02-28 23:22:52.744066658 +0100
++++ cantor/src/backends/octave/octavesession.cpp	2014-03-01 21:44:52.763907526 +0100
+@@ -70,6 +70,8 @@
+     {
+         // Do not show the popup when plotting, rather only print to a file
+         args << "--eval";
++        args << "graphics_toolkit gnuplot;";
++        args << "--eval";
+         args << "set (0, \"defaultfigurevisible\",\"off\");";
+     }
+     else
diff --git a/debian/patches/series b/debian/patches/series
index bdb4c6f..b9a5656 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+octave_force_use_of_gnuplot
 no_install_rpath_use_link_path.diff
 maxima_backend_ps_file
 testmaxima_inforeq_test

-- 
cantor packaging



More information about the pkg-kde-commits mailing list