diff mbox

debian: Add autoreconf parameters -ivf

Message ID 1341302576-27991-1-git-send-email-kengyu@canonical.com
State Accepted
Headers show

Commit Message

Keng-Yu Lin July 3, 2012, 8:02 a.m. UTC
Just copy missing auxiliary files for autoreconf.

Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung July 3, 2012, 9:23 a.m. UTC | #1
On 07/03/2012 04:02 PM, Keng-Yu Lin wrote:
> Just copy missing auxiliary files for autoreconf.
>
> Signed-off-by: Keng-Yu Lin <kengyu@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
>
>   %:
>
Acked-by: Alex Hung <alex.hung@canonical.com>
Colin Ian King July 3, 2012, 9:40 a.m. UTC | #2
On 03/07/12 09:02, Keng-Yu Lin wrote:
> Just copy missing auxiliary files for autoreconf.
>
> Signed-off-by: Keng-Yu Lin <kengyu@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@canonical.com>
diff mbox

Patch

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
 
 %: