[SCM] Gnuplot. Interactive plotting program branch, master, updated. debian/4.6.0-5-1-g3deb1bf

Anton Gladky gladky.anton at gmail.com
Mon Apr 16 19:32:39 UTC 2012


The following commit has been merged in the master branch:
commit 3deb1bfb24a79202542b66bcf27fc9441021bdf3
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Apr 16 21:32:26 2012 +0200

    Decrease the priority of qt-terminal to be set as "default". (Closes: #668955)

diff --git a/debian/patches/08_do_not_set_qt_default_term.patch b/debian/patches/08_do_not_set_qt_default_term.patch
new file mode 100644
index 0000000..fb5b696
--- /dev/null
+++ b/debian/patches/08_do_not_set_qt_default_term.patch
@@ -0,0 +1,26 @@
+Description: Decrease the priority of qt-terminal to be set as "default"
+Author: Anton Gladky <gladky.anton at gmail.com>
+Bug-Debian: http://bugs.debian.org/668955
+Last-Update: 2012-04-16
+
+--- a/src/term.c
++++ b/src/term.c
+@@ -1732,14 +1732,14 @@
+ 	    term_name = "sun";
+ #endif /* SUN */
+ 
+-#ifdef QTTERM
++#ifdef WXWIDGETS
+ 	if (term_name == (char *) NULL)
+-		term_name = "qt";
++		term_name = "wxt";
+ #endif
+ 
+-#ifdef WXWIDGETS
++#ifdef QTTERM
+ 	if (term_name == (char *) NULL)
+-		term_name = "wxt";
++		term_name = "qt";
+ #endif
+ 
+ #ifdef _Windows
diff --git a/debian/patches/series b/debian/patches/series
index 0da7fce..b3d604e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 05_default_gd_font.diff
 06_fix_format_not_a_string.diff
 07_fix_segm_fault.diff
+08_do_not_set_qt_default_term.patch

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list