control: tags -1 patch
control: tags -1 pending

debdiff with the Ubuntu fix uploaded.
G.
diff -Nru rlvm-0.14/debian/changelog rlvm-0.14/debian/changelog
--- rlvm-0.14/debian/changelog  2015-11-18 07:45:22.000000000 +0100
+++ rlvm-0.14/debian/changelog  2016-08-11 18:25:30.000000000 +0200
@@ -1,3 +1,12 @@
+rlvm (0.14-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  [ Logan Rosen ]
+  * debian/patches/include-iostream.patch: Grab patch from upstream to include
+    iostream header and fix FTBFS (Closes: #831207).
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Thu, 11 Aug 2016 
18:24:56 +0200
+
 rlvm (0.14-2) unstable; urgency=low
 
   * Fix old ttf-japanese-gothic dependencies. (Closes: #805343)
diff -Nru rlvm-0.14/debian/patches/include-iostream.patch 
rlvm-0.14/debian/patches/include-iostream.patch
--- rlvm-0.14/debian/patches/include-iostream.patch     1970-01-01 
01:00:00.000000000 +0100
+++ rlvm-0.14/debian/patches/include-iostream.patch     2016-08-11 
18:24:52.000000000 +0200
@@ -0,0 +1,24 @@
+From 668863d2222b962ee8e7d9829e972ef05c990302 Mon Sep 17 00:00:00 2001
+From: Elliot Glaysher <glays...@umich.edu>
+Date: Sun, 22 May 2016 10:29:27 -0700
+Subject: [PATCH] Theoretical compile fix for gcc 4 series.
+
+Adds <iostream> to GraphicsObject.
+
+Closes #76.
+---
+ src/systems/base/graphics_object.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/systems/base/graphics_object.cc 
b/src/systems/base/graphics_object.cc
+index 9490b3b..af22177 100644
+--- a/src/systems/base/graphics_object.cc
++++ b/src/systems/base/graphics_object.cc
+@@ -36,6 +36,7 @@
+ #include <boost/serialization/shared_ptr.hpp>
+ 
+ #include <algorithm>
++#include <iostream>
+ #include <numeric>
+ #include <sstream>
+ #include <string>
diff -Nru rlvm-0.14/debian/patches/series rlvm-0.14/debian/patches/series
--- rlvm-0.14/debian/patches/series     2013-11-01 19:56:30.000000000 +0100
+++ rlvm-0.14/debian/patches/series     2016-08-11 18:24:52.000000000 +0200
@@ -1 +1,2 @@
 001_Use_system_library.patch
+include-iostream.patch

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to