[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.6.0-6-10-gcfaa0f9
Anton Gladky
gladky.anton at gmail.com
Mon May 7 17:44:57 UTC 2012
The following commit has been merged in the master branch:
commit cfaa0f91f7afc65f0f8997b7d289ed708b833e0f
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Mon May 7 19:40:22 2012 +0200
Fix stop in batch mode. (Closes: #598547)
diff --git a/debian/patches/10_fix_batch_mode_stop.patch b/debian/patches/10_fix_batch_mode_stop.patch
new file mode 100644
index 0000000..cf67333
--- /dev/null
+++ b/debian/patches/10_fix_batch_mode_stop.patch
@@ -0,0 +1,21 @@
+Description: Fix stop in batch mode
+Author: sfeam
+Reviewed-By: Anton Gladky <gladky.anton at gmail.com>
+Bug-Debian: http://bugs.debian.org/598547
+Applied-Upstream: http://gnuplot.cvs.sourceforge.net/viewvc/gnuplot/gnuplot/src/plot.c?r1=1.138&r2=1.139
+Last-Update: 2012-05-07
+
+--- a/src/plot.c
++++ b/src/plot.c
+@@ -333,7 +333,11 @@
+ * instead of readline) */
+ rl_readline_name = "Gnuplot";
+ rl_terminal_name = getenv("TERM");
++#if defined(HAVE_LIBREADLINE)
+ using_history();
++#else
++ history_init();
++#endif
+ #endif
+ #if defined(HAVE_LIBREADLINE) && !defined(MISSING_RL_TILDE_EXPANSION)
+ rl_complete_with_tilde_expansion = 1;
diff --git a/debian/patches/series b/debian/patches/series
index 9450913..206409a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
07_fix_segm_fault.diff
08_do_not_set_qt_default_term.patch
09_fix_typo_qt_terminal.patch
+10_fix_batch_mode_stop.patch
--
Gnuplot. Interactive plotting program
More information about the debian-science-commits
mailing list