Code

patches: Added missing-includes.dpatch to add missing include files. master pfstmo-1.4-1
authorSebastian Harl <sh@tokkee.org>
Wed, 17 Jun 2009 18:58:23 +0000 (20:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 17 Jun 2009 18:58:23 +0000 (20:58 +0200)
debian/changelog
debian/patches/00list
debian/patches/missing-includes.dpatch [new file with mode: 0755]

index 8e3372bba71effff8a7fc99871a32358ab55ebbf..8c2467632234080c2ecc02fc8c7a084033e60756 100644 (file)
@@ -9,8 +9,9 @@ pfstmo (1.4-1) unstable; urgency=low
     - 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
 
index cee4d007643bbf0288215792d8adda542555eb85..06d6ef1bd9b62e10f1e03c7c0a65da823cd295a4 100644 (file)
@@ -1,2 +1,3 @@
 CXXFLAGS.dpatch
+missing-includes.dpatch
 
diff --git a/debian/patches/missing-includes.dpatch b/debian/patches/missing-includes.dpatch
new file mode 100755 (executable)
index 0000000..406f0d8
--- /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"