[blobby] 01/01: Fix FTBFS: include ostream in NetworkMessage.cpp

Felix Geyer fgeyer at moszumanska.debian.org
Wed Sep 9 15:04:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository blobby.

commit dc7d5951dbb5ae43478112418164f4b2bbc591c8
Author: Felix Geyer <fgeyer at debian.org>
Date:   Wed Sep 9 17:01:34 2015 +0200

    Fix FTBFS: include ostream in NetworkMessage.cpp
    
    * Fix FTBFS: include ostream in NetworkMessage.cpp
      - Add 10_ostream_include.patch
---
 debian/changelog                        |  2 ++
 debian/patches/10_ostream_include.patch | 13 +++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a55a84a..b978ee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 blobby (1.0-3) UNRELEASED; urgency=medium
 
   * Drop Debian menu entry.
+  * Fix FTBFS: include ostream in NetworkMessage.cpp
+    - Add 10_ostream_include.patch
 
  -- Felix Geyer <fgeyer at debian.org>  Fri, 04 Sep 2015 17:25:27 +0200
 
diff --git a/debian/patches/10_ostream_include.patch b/debian/patches/10_ostream_include.patch
new file mode 100644
index 0000000..cccd77e
--- /dev/null
+++ b/debian/patches/10_ostream_include.patch
@@ -0,0 +1,13 @@
+Description: added inlude
+Origin: upstream, http://sourceforge.net/p/blobby/code/1542/
+
+--- a/src/NetworkMessage.cpp
++++ b/src/NetworkMessage.cpp
+@@ -23,6 +23,7 @@
+ 
+ /* includes */
+ #include <cstring>
++#include <ostream>
+ 
+ #include "UserConfig.h"
+ #include "SpeedController.h"
diff --git a/debian/patches/series b/debian/patches/series
index 4fbad27..69835ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 07_cxxflags_append.patch
 08_config_loading.patch
 09_reproducible_build.patch
+10_ostream_include.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/blobby.git



More information about the Pkg-games-commits mailing list