[Pkg-octave-commit] [SCM] qtoctave branch, master, updated. 40636d0660ac6db037dee6a87196efb4df1c1bf2
Thomas Weber
thomas.weber.mail at gmail.com
Sun Oct 11 14:41:07 UTC 2009
tags 550264 pending
thanks
The following commit has been merged in the master branch:
commit cfbcea78b93d5ebc14ab703cf40533a6880946c5
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date: Sun Oct 11 16:29:43 2009 +0200
New patch use_cstdio_header; fix for 550264
diff --git a/debian/changelog b/debian/changelog
index ac837c0..fbe5afb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qtoctave (0.8.2+dfsg-2) UNRELEASED; urgency=low
+
+ * Fix build failure for GCC 4.4 via use_cstdio_header (closes: #550264)
+ Thanks to Martin Michlmayr for both the report and the patch.
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com> Sat, 10 Oct 2009 19:57:51 +0200
+
qtoctave (0.8.2+dfsg-1) unstable; urgency=low
* New upstream version (closes: #538047)
diff --git a/debian/patches/series b/debian/patches/series
index 6d3a740..ece85af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ use_octave_htmldoc
move_doc_under_doc
install_easyplot_as_target
build-out-of-source
+use_cstdio_header
diff --git a/debian/patches/use_cstdio_header b/debian/patches/use_cstdio_header
new file mode 100644
index 0000000..3a3f76a
--- /dev/null
+++ b/debian/patches/use_cstdio_header
@@ -0,0 +1,11 @@
+Include necessary headers for gcc-4.4, bug fix for 550264
+--- a/easy_plot/src/gnuplot_connection.cpp
++++ b/easy_plot/src/gnuplot_connection.cpp
+@@ -2,6 +2,7 @@
+ #include <QXmlStreamReader>
+ #include <QXmlStreamWriter>
+ #include <QHash>
++#include <cstdio>
+
+ GnuplotConnection::GnuplotConnection(QObject *parent):QProcess(parent)
+ {
--
qtoctave
More information about the Pkg-octave-commit
mailing list