summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba5a85c)
raw | patch | inline | side by side (parent: ba5a85c)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 17 Jun 2009 18:58:23 +0000 (20:58 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 17 Jun 2009 18:58:23 +0000 (20:58 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/missing-includes.dpatch | [new file with mode: 0755] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index 8e3372bba71effff8a7fc99871a32358ab55ebbf..8c2467632234080c2ecc02fc8c7a084033e60756 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Pass appropriate CFLAGS and CXXFLAGS to configure.
* debian/patches:
- Added CXXFLAGS.dpatch to remove -O3 from CXXFLAGS.
+ - Added missing-includes.dpatch to add missing include files.
- -- Sebastian Harl <tokkee@debian.org> Wed, 17 Jun 2009 20:34:35 +0200
+ -- Sebastian Harl <tokkee@debian.org> Wed, 17 Jun 2009 20:57:42 +0200
pfstmo (1.1-1) unstable; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index cee4d007643bbf0288215792d8adda542555eb85..06d6ef1bd9b62e10f1e03c7c0a65da823cd295a4 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
CXXFLAGS.dpatch
+missing-includes.dpatch
diff --git a/debian/patches/missing-includes.dpatch b/debian/patches/missing-includes.dpatch
--- /dev/null
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## missing-includes.dpatch by Sebastian Harl <tokkee@debian.org>
+##
+## DP: Add missing includes.
+
+@DPATCH@
+
+--- a/src/mantiuk08/display_adaptive_tmo.h
++++ b/src/mantiuk08/display_adaptive_tmo.h
+@@ -29,6 +29,8 @@
+ * $Id: display_adaptive_tmo.h,v 1.12 2009/02/23 18:46:36 rafm Exp $
+ */
+
++#include <memory>
++
+ #include "display_function.h"
+ #include "display_size.h"
+