ACK: [PATCH] debian: Add autoreconf parameters -ivf

Colin Ian King colin.king at canonical.com
Tue Jul 3 09:40:50 UTC 2012


On 03/07/12 09:02, Keng-Yu Lin wrote:
> Just copy missing auxiliary files for autoreconf.
>
> Signed-off-by: Keng-Yu Lin <kengyu at canonical.com>
> ---
>   debian/rules |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/rules b/debian/rules
> index 92ee62a..0f317e6 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -1,7 +1,7 @@
>   #!/usr/bin/make -f
>
>   override_dh_auto_configure:
> -	autoreconf
> +	autoreconf -ivf
>   	dh_auto_configure
>
>   %:
>

Apologies, I forgot to send the patch out that did this, I overlooked 
this.  Thanks for fixing this Keng-Yu

Acked-by: Colin Ian King <colin.king at canonical.com>






More information about the fwts-devel mailing list