tags 490675 + patch
tags 527726 + patch
thanks

Dear maintainer,

I've prepared an NMU for obexpushd (versioned as 0.7-1.1) and
uploaded it to DELAYED/5. Please free to tell me if I should
delay it longer.

Regards.

filippo
--
Filippo Giunchedi - http://esaurito.net - 0x6B79D401

We are human because our ancestors learned to share their food and their skills
in an honored network of obligation.
-- Richard Leakey 
diff -u obexpushd-0.7/debian/changelog obexpushd-0.7/debian/changelog
--- obexpushd-0.7/debian/changelog
+++ obexpushd-0.7/debian/changelog
@@ -1,3 +1,10 @@
+obexpushd (0.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS by including <limits.h> in src/get.c (Closes: #490675, #527726)
+
+ -- Filippo Giunchedi <fili...@debian.org>  Sun, 07 Jun 2009 19:18:07 +0200
+
 obexpushd (0.7-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- obexpushd-0.7.orig/src/get.c
+++ obexpushd-0.7/src/get.c
@@ -33,6 +33,7 @@
 #include <fcntl.h>
 #include <ctype.h>
 #include <unistd.h>
+#include <limits.h>
 
 #define EOL(n) ((n) == '\n' || (n) == '\r')
 

Reply via email to