tags 660044 + patch
tags 660044 + pending
thanks

Dear maintainer,

I've prepared an NMU for flowscan (versioned as 1.006-13.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards.
reverted:
--- flowscan-1.006/configure.in
+++ flowscan-1.006.orig/configure.in
@@ -135,13 +135,13 @@
 
 dnl Checks for misc.
 
+AC_MSG_CHECKING(that service name for 80/tcp is http)
+if $PERL_PATH -I$perllib -MSocket -e 'exit("http" eq getservbyport(80, "tcp")? 
0 : 1)'
-AC_MSG_CHECKING(that service name for 80/tcp is www)
-if $PERL_PATH -I$perllib -MSocket -e 'exit("www" eq getservbyport(80, "tcp")? 
0 : 1)'
 then
    AC_MSG_RESULT(yes)
 else
    AC_MSG_RESULT(no)
+   AC_MSG_ERROR(Please change /etc/services so that the service name for 
80/tcp is http with alias www, www-http)
-   AC_MSG_ERROR(Please change /etc/services so that the service name for 
80/tcp is www with alias http, www-http)
 fi
 
 AC_OUTPUT(Makefile flowscan graphs.mf example/crontab util/locker 
util/add_ds.pl util/add_txrx util/event2vrule util/ip2hostname)
reverted:
--- flowscan-1.006/configure
+++ flowscan-1.006.orig/configure
@@ -1296,14 +1296,14 @@
 
 
 
+echo $ac_n "checking that service name for 80/tcp is http""... $ac_c" 1>&6
+echo "configure:1301: checking that service name for 80/tcp is http" >&5
+if $PERL_PATH -I$perllib -MSocket -e 'exit("http" eq getservbyport(80, "tcp")? 
0 : 1)'
-echo $ac_n "checking that service name for 80/tcp is www""... $ac_c" 1>&6
-echo "configure:1301: checking that service name for 80/tcp is www" >&5
-if $PERL_PATH -I$perllib -MSocket -e 'exit("www" eq getservbyport(80, "tcp")? 
0 : 1)'
 then
    echo "$ac_t""yes" 1>&6
 else
    echo "$ac_t""no" 1>&6
+   { echo "configure: error: Please change /etc/services so that the service 
name for 80/tcp is http with alias www" 1>&2; exit 1; }
-   { echo "configure: error: Please change /etc/services so that the service 
name for 80/tcp is www with alias http" 1>&2; exit 1; }
 fi
 
 trap '' 1 2 15
diff -u flowscan-1.006/debian/changelog flowscan-1.006/debian/changelog
--- flowscan-1.006/debian/changelog
+++ flowscan-1.006/debian/changelog
@@ -1,3 +1,11 @@
+flowscan (1.006-13.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix configure looking for http service instead of www
+    (Closes: 660044, LP: #935087). 
+
+ -- Leo Iannacone <l...@ubuntu.com>  Tue, 28 Feb 2012 00:50:32 +0100
+
 flowscan (1.006-13) unstable; urgency=low
 
   * New maintainer (Closes: #402663).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to