[fityk] 17/45: Imported Debian patch 0.8.2-1.1
Stuart Prescott
stuart at debian.org
Sun Nov 6 23:35:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository fityk.
commit 161650b508b029514b08fe358cc3af03fd255ae9
Author: Marc 'HE' Brockschmidt <he at debian.org>
Date: Sun Mar 16 17:26:13 2008 +0100
Imported Debian patch 0.8.2-1.1
---
debian/changelog | 8 ++++++++
src/cmd2.h | 2 ++
src/fileroutines.cpp | 2 ++
src/fit.cpp | 2 ++
src/ui.cpp | 1 +
5 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b3889cf..7f6ae72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+fityk (0.8.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix gcc-4.3 FTBFS, patch by Cyril Brulebois
+ <cyril.brulebois at enst-bretagne.fr>. (Closes: #455180)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org> Sun, 16 Mar 2008 17:26:13 +0100
+
fityk (0.8.2-1) unstable; urgency=low
* New upstream release
diff --git a/src/cmd2.h b/src/cmd2.h
index 9d68312..c59e994 100644
--- a/src/cmd2.h
+++ b/src/cmd2.h
@@ -16,6 +16,8 @@
#include <boost/spirit/core.hpp>
#include <boost/spirit/actor/increment_actor.hpp>
+#include <climits>
+
using namespace boost::spirit;
class DataWithSum;
diff --git a/src/fileroutines.cpp b/src/fileroutines.cpp
index 394a0bc..ddd046a 100644
--- a/src/fileroutines.cpp
+++ b/src/fileroutines.cpp
@@ -10,6 +10,8 @@
#include "common.h"
#include "ui.h"
+#include <cstring>
+
void load_siemensbruker_filetype (std::string filename, Data *data)
{
float biggest=0, smallest=99999, average=0;
diff --git a/src/fit.cpp b/src/fit.cpp
index df561c1..4166092 100644
--- a/src/fit.cpp
+++ b/src/fit.cpp
@@ -18,6 +18,8 @@
#include "GAfit.h"
#include "NMfit.h"
+#include <cstring>
+
using namespace std;
Fit::Fit(Ftk *F_, string const& m)
diff --git a/src/ui.cpp b/src/ui.cpp
index 98c8b8d..5ed3bf0 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -9,6 +9,7 @@
#include <iostream>
#include "logic.h"
#include "cmd.h"
+#include <cstring>
using namespace std;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fityk.git
More information about the debian-science-commits
mailing list