Le mardi 28 février 2012 à 00:53 +0100, Leo Iannacone a écrit :
> 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.

Hello,

I acknowledge this, i've seen your message too late to find a sponsor
for fixing the bug.

I tried a while to work on a new version of the package which integrate
direct upstream changes (and these modifications are made by the
previous maintainer) into quilt patches, but never finalize it.

> 
> 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 <[email protected]>  Tue, 28 Feb 2012 00:50:32 +0100
> +
>  flowscan (1.006-13) unstable; urgency=low
>  
>    * New maintainer (Closes: #402663).
> 
> 

-- 
Guillaume Delacour <[email protected]>

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to