tags 527762 + patch
thanks

Please find attached a patch to fix the FTBFS. It detects the
pcap-bpf.h header instead of pcap.h, so that the new format pcap does
not cause confusion.

Should you need sponsorship, please let me know. Else I might consider
NMUing after a week or so.

Thanks!

Kumar
diff -u yersinia-0.7.1/debian/changelog yersinia-0.7.1/debian/changelog
--- yersinia-0.7.1/debian/changelog
+++ yersinia-0.7.1/debian/changelog
@@ -1,3 +1,10 @@
+yersinia (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix.
+
+ -- Kumar Appaiah <ku...@146653177.ece.utexas.edu>  Mon, 10 Aug 2009 18:17:39 -0500
+
 yersinia (0.7.1-1) unstable; urgency=low
 
   * Initial upload to Debian. (Closes: #377799)
only in patch2:
unchanged:
--- yersinia-0.7.1.orig/configure
+++ yersinia-0.7.1/configure
@@ -4455,7 +4455,7 @@
 
 pcap_dir=""
 for dir in $PCAP_DIR ; do
-    if test -d $dir -a -r "$dir/pcap.h" ; then
+    if test -d $dir -a -r "$dir/pcap-bpf.h" ; then
        if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then
           echo
           echo; echo more than one set found in:

Reply via email to