* debian/control: change my email address.
* Change doc-base section from Apps/Net to Network/Communication.
* Set debhelper compatibility level to 6.
+ * Refresh patch gcc4.3_includes.diff and add information to the file.
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 24 Dec 2007 23:22:07 +0100
-Index: mimetic/mimetic/os/mmfile.h
-===================================================================
---- mimetic.orig/mimetic/os/mmfile.h 2007-12-11 02:32:46.000000000 +0100
-+++ mimetic/mimetic/os/mmfile.h 2007-12-11 02:33:25.000000000 +0100
+Author: gregor herrmann <gregoa@debian.org>
+Bug: #454897
+Description: include necessry headers for gcc4.3
+
+--- mimetic.orig/mimetic/os/mmfile.h
++++ mimetic/mimetic/os/mmfile.h
@@ -20,6 +20,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <mimetic/os/fileop.h>
namespace mimetic
-Index: mimetic/mimetic/strutils.h
-===================================================================
---- mimetic.orig/mimetic/strutils.h 2007-12-11 02:32:54.000000000 +0100
-+++ mimetic/mimetic/strutils.h 2007-12-11 02:33:23.000000000 +0100
+--- mimetic.orig/mimetic/strutils.h
++++ mimetic/mimetic/strutils.h
@@ -16,6 +16,7 @@
#ifndef _MIMETIC_STRINGUTILS_H_
#define _MIMETIC_STRINGUTILS_H_
#include <iostream>
#include <algorithm>
-Index: mimetic/mimetic/tokenizer.h
-===================================================================
---- mimetic.orig/mimetic/tokenizer.h 2007-12-11 02:32:38.000000000 +0100
-+++ mimetic/mimetic/tokenizer.h 2007-12-11 02:33:28.000000000 +0100
+--- mimetic.orig/mimetic/tokenizer.h
++++ mimetic/mimetic/tokenizer.h
@@ -19,6 +19,7 @@
#include <algorithm>
#include <set>