Dear maintainer,

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

Regards.
Kumar
-- 
Kumar Appaiah
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,11 @@
+yersinia (0.7.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Detect pcap-bpf.h instead of pcap.h to prevent FTBFS.
+    (Closes: #527762)
+
+ -- Kumar Appaiah <aku...@debian.org>  Sat, 15 Aug 2009 16:29:10 -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:

Attachment: signature.asc
Description: Digital signature

Reply via email to