Code

Removed gcc4.3-includes.dpatch.
authorSebastian Harl <sh@tokkee.org>
Tue, 7 Oct 2008 12:02:57 +0000 (14:02 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 7 Oct 2008 12:02:57 +0000 (14:02 +0200)
The fix for this issue has been included upstream.

debian/changelog
debian/patches/00list
debian/patches/gcc4.3-includes.dpatch [deleted file]

index ee23ff0618c9f63cfd024ba27490c56c21ab4e32..379200767ab8b3800d7768520696015e86cf89d9 100644 (file)
@@ -3,8 +3,10 @@ enblend (3.2+dfsg-1) unstable; urgency=low
   * New upstream release (Closes: #491370).
   * debian/rules:
     - Include AUTHORS file in the package as well.
+  * debian/patches:
+    - Removed gcc4.3-includes.dpatch - included upstream.
 
- -- Sebastian Harl <sh@tokkee.org>  Tue, 07 Oct 2008 13:12:43 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Tue, 07 Oct 2008 14:01:25 +0200
 
 enblend (3.0+dfsg-2) unstable; urgency=low
 
index 69a7b12b537e8362838220beb15fa0d72d159b2b..d1c565170e6aed999566265359b6b73e0c611cf2 100644 (file)
@@ -1,3 +1,2 @@
 type_mismatch.dpatch
-gcc4.3-includes.dpatch
 
diff --git a/debian/patches/gcc4.3-includes.dpatch b/debian/patches/gcc4.3-includes.dpatch
deleted file mode 100644 (file)
index 0d05417..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## gcc4.3-includes.dpatch by Sebastian Harl <sh@tokkee.org>
-##
-## DP: This patch adds missing includes required by gcc-4.3.
-
-@DPATCH@
-
---- a/include/vigra/imageiteratoradapter.hxx   2007-01-27 05:54:46.000000000 +0100
-+++ b/include/vigra/imageiteratoradapter.hxx   2007-12-27 18:15:52.000000000 +0100
-@@ -38,6 +38,8 @@
- #ifndef VIGRA_IMAGEITERATORADAPTER_HXX
- #define VIGRA_IMAGEITERATORADAPTER_HXX
-+#include <cstdlib>
-+
- #include <iterator>   // iterator tags
- namespace vigra {
---- a/src/gpu.cc       2006-12-08 09:40:58.000000000 +0100
-+++ b/src/gpu.cc       2007-12-28 04:04:49.000000000 +0100
-@@ -18,6 +18,8 @@
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  */
-+#include <cstdlib>
-+
- #include <iostream>
- #include "gpu.h"