tags 494224 patch
thanks

Hi,
attached is a small fix for the FTBFS but instead of really uploading it
I'd recommend to remove this package from Debian and track the maintainer
as MIA.

popcon reports 46 installations and I don't see any reverse depedency.

I've no Perl knowledge so no check if it still works with the newer
iptables code.

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]

Attachment: perlipq_1.25-1.2.diff.gz
Description: Binary data

diff -u perlipq-1.25/Makefile.PL perlipq-1.25/Makefile.PL
--- perlipq-1.25/Makefile.PL
+++ perlipq-1.25/Makefile.PL
@@ -7,7 +7,7 @@
 #
 # Defaults
 #
-my $IPTABLES_DIR = '/usr/include/libipq';
+my $IPTABLES_DIR = '/usr/include/libnetfilter_queue';
 
 #
 # Query user to override defaults.
diff -u perlipq-1.25/debian/control perlipq-1.25/debian/control
--- perlipq-1.25/debian/control
+++ perlipq-1.25/debian/control
@@ -1,7 +1,7 @@
 Source: perlipq
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), iptables-dev, perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 4.0.2), libnetfilter-queue-dev, perl (>= 5.8.0-7)
 Maintainer: Yann Dirson <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
 
diff -u perlipq-1.25/debian/changelog perlipq-1.25/debian/changelog
--- perlipq-1.25/debian/changelog
+++ perlipq-1.25/debian/changelog
@@ -1,3 +1,11 @@
+perlipq (1.25-1.2) unstable; urgency=low
+
+  * NMU
+  * Change build-dep from iptables-dev to libnetfilter-queue-dev.
+    Closes: #494224
+
+ -- Sven Hoexter <[EMAIL PROTECTED]>  Thu, 21 Aug 2008 10:42:02 +0200
+
 perlipq (1.25-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to