tags 518844 + pending
thanks

Hi,

The attached file is the diff for my netsend 0.0~svnr250-1.1 NMU. The
associated changelog entry is:

 netsend (0.0~svnr250-1.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Include <limits.h> in proto_udplite_{recv,trans}.c to fix FTBFS under
     glibc 2.9. (Closes: #518844)

It will be uploaded to DELAYED/3. Please let me know ASAP if you wish
me to cancel it (or simply upload your own fix).


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected]
       `-
diff -Nru netsend-0.0~svnr250/debian/changelog 
netsend-0.0~svnr250/debian/changelog
--- netsend-0.0~svnr250/debian/changelog        2009-08-03 19:13:10.000000000 
+0100
+++ netsend-0.0~svnr250/debian/changelog        2009-08-03 19:13:10.000000000 
+0100
@@ -1,3 +1,11 @@
+netsend (0.0~svnr250-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Include <limits.h> in proto_udplite_{recv,trans}.c to fix FTBFS under glibc
+    2.9. (Closes: #518844)
+
+ -- Chris Lamb <[email protected]>  Mon, 03 Aug 2009 19:10:10 +0100
+
 netsend (0.0~svnr250-1) unstable; urgency=low
 
   * New upstream SVN revision:
diff -Nru netsend-0.0~svnr250/proto_udplite_recv.c 
netsend-0.0~svnr250/proto_udplite_recv.c
--- netsend-0.0~svnr250/proto_udplite_recv.c    2008-04-06 17:11:58.000000000 
+0100
+++ netsend-0.0~svnr250/proto_udplite_recv.c    2009-08-03 19:13:10.000000000 
+0100
@@ -22,6 +22,7 @@
 
 #include <errno.h>
 #include <stdio.h>
+#include <limits.h>
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
diff -Nru netsend-0.0~svnr250/proto_udplite_trans.c 
netsend-0.0~svnr250/proto_udplite_trans.c
--- netsend-0.0~svnr250/proto_udplite_trans.c   2008-04-06 17:11:58.000000000 
+0100
+++ netsend-0.0~svnr250/proto_udplite_trans.c   2009-08-03 19:13:10.000000000 
+0100
@@ -24,6 +24,7 @@
 
 #include <stdio.h>
 #include <errno.h>
+#include <limits.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>

Attachment: signature.asc
Description: PGP signature

Reply via email to