tags 454837 + patch
thanks

Hi,

Attached is the diff for my tntnet 1.6.0.1-1.1 NMU.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
diff -u tntnet-1.6.0.1/debian/control tntnet-1.6.0.1/debian/control
--- tntnet-1.6.0.1/debian/control
+++ tntnet-1.6.0.1/debian/control
@@ -3,7 +3,8 @@
 Priority: extra
 Maintainer: Kari Pahula <[EMAIL PROTECTED]>
 Build-Depends: cdbs, debhelper (>= 5), libcxxtools-dev (>= 1.4.3.6), quilt, automake1.9, libgnutls-dev, libltdl3-dev, zip
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://www.tntnet.org/
 
 Package: tntnet
 Architecture: any
@@ -41,8 +42,6 @@
  Tntnet is fully multithreaded and much work has been gone into making
  it scalable. It uses a dynamic pool of worker threads, which answer
  requests from HTTP clients.
- .
-  Homepage: http://www.tntnet.org/
 
 Package: tntnet-doc
 Architecture: all
@@ -80,8 +79,6 @@
  Tntnet is fully multithreaded and much work has been gone into making
  it scalable. It uses a dynamic pool of worker threads, which answer
  requests from HTTP clients.
- .
-  Homepage: http://www.tntnet.org/
 
 Package: tntnet-demos
 Architecture: any
@@ -119,8 +116,6 @@
  Tntnet is fully multithreaded and much work has been gone into making
  it scalable. It uses a dynamic pool of worker threads, which answer
  requests from HTTP clients.
- .
-  Homepage: http://www.tntnet.org/
 
 Package: libtntnet6
 Architecture: any
@@ -158,8 +153,6 @@
  Tntnet is fully multithreaded and much work has been gone into making
  it scalable. It uses a dynamic pool of worker threads, which answer
  requests from HTTP clients.
- .
-  Homepage: http://www.tntnet.org/
 
 Package: libtntnet-dev
 Architecture: any
@@ -201,2 +193,0 @@
- .
-  Homepage: http://www.tntnet.org/
diff -u tntnet-1.6.0.1/debian/changelog tntnet-1.6.0.1/debian/changelog
--- tntnet-1.6.0.1/debian/changelog
+++ tntnet-1.6.0.1/debian/changelog
@@ -1,3 +1,16 @@
+tntnet (1.6.0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc-4.3.  Thanks to Kumar Appaiah for the patch.  (Closes:
+    #454837)
+  * Lintian cleanups:
+    - Use utf-8 for debian/copyright.
+    - Add Homepage field to debian/control in place of having it in every
+      package description.
+    - Update to Standards-Version 3.7.3 (no changes needed).
+
+ -- James Vega <[EMAIL PROTECTED]>  Mon, 17 Mar 2008 22:06:12 -0400
+
 tntnet (1.6.0.1-1) unstable; urgency=low
 
   * New upstream release
diff -u tntnet-1.6.0.1/debian/patches/series tntnet-1.6.0.1/debian/patches/series
--- tntnet-1.6.0.1/debian/patches/series
+++ tntnet-1.6.0.1/debian/patches/series
@@ -3,0 +4 @@
+gcc43 -p0
diff -u tntnet-1.6.0.1/debian/copyright tntnet-1.6.0.1/debian/copyright
--- tntnet-1.6.0.1/debian/copyright
+++ tntnet-1.6.0.1/debian/copyright
@@ -3,10 +3,10 @@
 
 It was downloaded from http://www.tntnet.org/download.hms
 
-Upstream Authors: Tommi Mäkitalo <[EMAIL PROTECTED]>
+Upstream Authors: Tommi Mäkitalo <[EMAIL PROTECTED]>
 		  Andreas Welchlin
 
-Copyright: 2003-2007 Tommi Mäkitalo
+Copyright: 2003-2007 Tommi Mäkitalo
 
 License:
 
only in patch2:
unchanged:
--- tntnet-1.6.0.1.orig/debian/patches/gcc43
+++ tntnet-1.6.0.1/debian/patches/gcc43
@@ -0,0 +1,60 @@
+Index: sdk/tools/ecppc/tnt/ecppc/ecppc.h
+===================================================================
+--- sdk/tools/ecppc/tnt/ecppc/ecppc.h.orig
++++ sdk/tools/ecppc/tnt/ecppc/ecppc.h
+@@ -21,6 +21,7 @@
+ #ifndef TNT_ECPPC_ECPPC_H
+ #define TNT_ECPPC_ECPPC_H
+ 
++#include <cstring>
+ #include <cxxtools/arg.h>
+ #include <exception>
+ #include <iosfwd>
+Index: sdk/tools/ecppl/ecppl.cpp
+===================================================================
+--- sdk/tools/ecppl/ecppl.cpp.orig
++++ sdk/tools/ecppl/ecppl.cpp
+@@ -20,6 +20,7 @@
+ 
+ #include "ecpplang.h"
+ 
++#include <cstring>
+ #include <iostream>
+ #include <fstream>
+ #include <exception>
+Index: framework/runtime/tnt/tntnet.h
+===================================================================
+--- framework/runtime/tnt/tntnet.h.orig
++++ framework/runtime/tnt/tntnet.h
+@@ -21,6 +21,7 @@
+ #ifndef TNT_TNTNET_H
+ #define TNT_TNTNET_H
+ 
++#include <cstring>
+ #include <cxxtools/arg.h>
+ #include "tnt/tntconfig.h"
+ #include "tnt/job.h"
+Index: framework/common/tnt/httprequest.h
+===================================================================
+--- framework/common/tnt/httprequest.h.orig
++++ framework/common/tnt/httprequest.h
+@@ -32,6 +32,7 @@
+ #include <tnt/scope.h>
+ #include <locale>
+ #include <sys/socket.h>
++#include <cstring>
+ 
+ namespace tnt
+ {
+Index: framework/common/deflatestream.cpp
+===================================================================
+--- framework/common/deflatestream.cpp.orig
++++ framework/common/deflatestream.cpp
+@@ -21,6 +21,7 @@
+ #include "tnt/deflatestream.h"
+ #include <cxxtools/log.h>
+ #include <sstream>
++#include <cstring>
+ 
+ log_define("tntnet.deflatestream")
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to