Control: tags 891523 + pending

Dear maintainer,

I've prepared an NMU for tcpxtract (versioned as 1.0.1-11.1) and 
uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

diff -Nru tcpxtract-1.0.1/debian/changelog tcpxtract-1.0.1/debian/changelog
--- tcpxtract-1.0.1/debian/changelog	2016-12-01 15:17:16.000000000 +0200
+++ tcpxtract-1.0.1/debian/changelog	2018-04-10 22:35:11.000000000 +0300
@@ -1,3 +1,10 @@
+tcpxtract (1.0.1-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with shared libfl. (Closes: #891523)
+
+ -- Adrian Bunk <b...@debian.org>  Tue, 10 Apr 2018 22:35:11 +0300
+
 tcpxtract (1.0.1-11) unstable; urgency=medium
 
   * debian/control: added libfl-dev to Build-Depends field.
diff -Nru tcpxtract-1.0.1/debian/patches/60_libfl.patch tcpxtract-1.0.1/debian/patches/60_libfl.patch
--- tcpxtract-1.0.1/debian/patches/60_libfl.patch	1970-01-01 02:00:00.000000000 +0200
+++ tcpxtract-1.0.1/debian/patches/60_libfl.patch	2018-04-10 22:35:11.000000000 +0300
@@ -0,0 +1,25 @@
+Description: AC_CHECK_LIB(fl, main) does not work with shared libfl
+ Use LEXLIB set by the already called AC_PROG_LEX.
+Author: Adrian Bunk <b...@debian.org>
+
+--- tcpxtract-1.0.1.orig/Makefile.am
++++ tcpxtract-1.0.1/Makefile.am
+@@ -2,7 +2,7 @@ AM_CFLAGS = -D_OFFSET_BITS=64 -D_LARGEFI
+ bin_PROGRAMS = tcpxtract
+ tcpxtract_SOURCES = tcpxtract.c sessionlist.c sessionlist.h util.c util.h confy.y confl.l \
+ 	conf.c conf.h confy.h search.h search.c extract.h extract.c
+-#tcpxtract_LDADD = @LEXLIB@
++tcpxtract_LDADD = @LEXLIB@
+ 
+ sysconf_DATA = tcpxtract.conf
+ 
+--- tcpxtract-1.0.1.orig/configure.in
++++ tcpxtract-1.0.1/configure.in
+@@ -11,7 +11,6 @@ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+ AC_PROG_RANLIB
+ 
+-AC_CHECK_LIB(fl, main)
+ AC_CHECK_LIB(pcap, pcap_open_offline)
+ 				 
+ AC_HEADER_STDC
diff -Nru tcpxtract-1.0.1/debian/patches/series tcpxtract-1.0.1/debian/patches/series
--- tcpxtract-1.0.1/debian/patches/series	2016-11-20 23:42:52.000000000 +0200
+++ tcpxtract-1.0.1/debian/patches/series	2018-04-10 22:35:11.000000000 +0300
@@ -3,3 +3,4 @@
 30_fix-excessive-sync.patch
 40_fix-png-header-bytes.patch
 50_fix-spelling-binary.patch
+60_libfl.patch

Reply via email to