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

Anton Gladky gladky.anton at gmail.com
Wed Apr 25 19:42:22 UTC 2012


The following commit has been merged in the master branch:
commit 1ef10f270d551ce02e8b20ec6d1165cbfb0b8cf9
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Apr 25 21:35:53 2012 +0200

    Fix typo in qt-terminal debug output. (Closes: #670173)

diff --git a/debian/patches/09_fix_typo_qt_terminal.patch b/debian/patches/09_fix_typo_qt_terminal.patch
new file mode 100644
index 0000000..232dc32
--- /dev/null
+++ b/debian/patches/09_fix_typo_qt_terminal.patch
@@ -0,0 +1,25 @@
+Description: Fix typo in qt-terminal debug output
+Author: Jacopo Nespolo <j.nespolo at gmail.com>
+Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
+Bug-Debian: http://bugs.debian.org/670173
+Last-Update: 2012-04-25
+
+--- a/src/qtterminal/qt_term.cpp
++++ b/src/qtterminal/qt_term.cpp
+@@ -201,14 +201,14 @@
+ 		// The widget could not be reached: start a gnuplot_qt program which will create a QtGnuplotApplication
+ 		if (connectToWidget)
+ 		{
+-			qDebug() << "Could not connect to widget" << qt_optionWidget << ". Staring a QtGnuplotApplication";
++			qDebug() << "Could not connect to widget" << qt_optionWidget << ". Starting a QtGnuplotApplication";
+ 			qt_optionWidget = QString();
+ 			qt_connectToServer(qt_localServerName);
+ 		}
+ 		// The gnuplot_qt program could not be reached: try to start a new one
+ 		else
+ 		{
+-			qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Staring a new one";
++			qDebug() << "Could not connect gnuplot_qt" << qt_optionWidget << ". Starting a new one";
+ 			execGnuplotQt();
+ 			qt_connectToServer(qt_localServerName, false);
+ 		}
diff --git a/debian/patches/series b/debian/patches/series
index b3d604e..9450913 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 06_fix_format_not_a_string.diff
 07_fix_segm_fault.diff
 08_do_not_set_qt_default_term.patch
+09_fix_typo_qt_terminal.patch

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list