Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -Nur ../airsnort-0.2.7e~/debian/changelog 
../airsnort-0.2.7e/debian/changelog
--- ../airsnort-0.2.7e~/debian/changelog        2007-06-17 18:09:39.000000000 
+0000
+++ ../airsnort-0.2.7e/debian/changelog 2007-06-17 18:13:01.000000000 +0000
@@ -1,3 +1,10 @@
+airsnort (0.2.7e-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with patch from Jesse Brandeburg. Closes: #425958
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sun, 17 Jun 2007 18:12:36 +0000
+
 airsnort (0.2.7e-2) unstable; urgency=low
 
   * acknowledge NMU bugs
diff -Nur ../airsnort-0.2.7e~/src/capture.c ../airsnort-0.2.7e/src/capture.c
--- ../airsnort-0.2.7e~/src/capture.c   2005-01-10 05:59:32.000000000 +0000
+++ ../airsnort-0.2.7e/src/capture.c    2007-06-17 18:11:28.000000000 +0000
@@ -33,6 +33,8 @@
 #include <sys/time.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <linux/if.h>
+#include <linux/types.h>
 #include <linux/wireless.h>
 #include <pcap.h>
 #include <semaphore.h>
diff -Nur ../airsnort-0.2.7e~/src/orinoco_hopper.c 
../airsnort-0.2.7e/src/orinoco_hopper.c
--- ../airsnort-0.2.7e~/src/orinoco_hopper.c    2005-01-10 05:59:32.000000000 
+0000
+++ ../airsnort-0.2.7e/src/orinoco_hopper.c     2007-06-17 18:11:28.000000000 
+0000
@@ -25,6 +25,8 @@
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <linux/if.h>
+#include <linux/types.h>
 #include <linux/wireless.h>
 #include <unistd.h>
 #include <getopt.h>
diff -Nur ../airsnort-0.2.7e~/src/PacketSource.h 
../airsnort-0.2.7e/src/PacketSource.h
--- ../airsnort-0.2.7e~/src/PacketSource.h      2005-01-10 05:59:32.000000000 
+0000
+++ ../airsnort-0.2.7e/src/PacketSource.h       2007-06-17 18:11:28.000000000 
+0000
@@ -28,6 +28,8 @@
 #include <sys/time.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
+#include <linux/if.h>
+#include <linux/types.h>
 #include <linux/wireless.h>
 #include <pcap.h>
 #else
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to