I plan to upload an NMU with the attached patch within a couple days, unless 
you reject it or do an upload yourself.
-- 
Daniel Schepler

diff -urN fam-2.7.0.old/debian/changelog fam-2.7.0/debian/changelog
--- fam-2.7.0.old/debian/changelog	2009-05-02 09:32:17.000000000 -0700
+++ fam-2.7.0/debian/changelog	2009-05-02 09:15:40.000000000 -0700
@@ -1,3 +1,10 @@
+fam (2.7.0-13.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS because of missing include.  Closes: #518888.
+
+ -- Daniel Schepler <schep...@debian.org>  Sat, 02 May 2009 09:15:40 -0700
+
 fam (2.7.0-13.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -urN fam-2.7.0.old/debian/patches/14-glibc29.patch fam-2.7.0/debian/patches/14-glibc29.patch
--- fam-2.7.0.old/debian/patches/14-glibc29.patch	1969-12-31 16:00:00.000000000 -0800
+++ fam-2.7.0/debian/patches/14-glibc29.patch	2009-05-02 09:12:55.000000000 -0700
@@ -0,0 +1,11 @@
+diff -urN fam-2.7.0.orig/src/Interest.h fam-2.7.0/src/Interest.h
+--- fam-2.7.0.orig/src/Interest.h	2009-05-02 09:11:57.000000000 -0700
++++ fam-2.7.0/src/Interest.h	2009-05-02 09:12:29.000000000 -0700
+@@ -27,6 +27,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <netinet/in.h>  //  for in_addr
++#include <cstdlib>
+ 
+ #include "Boolean.h"
+ 

Reply via email to