ACK: [PATCH] Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)

IvanHu ivan.hu at canonical.com
Wed Nov 13 03:55:34 UTC 2013


On 11/12/2013 05:45 PM, Keng-Yu Lin wrote:
> Signed-off-by: Keng-Yu Lin <kengyu at canonical.com>
> ---
>   debian/control | 2 +-
>   debian/rules   | 2 ++
>   2 files changed, 3 insertions(+), 1 deletion(-)
>
> the default automake in Ubuntu Trusty is 1.14
>
> diff --git a/debian/control b/debian/control
> index 368e578..5bec45c 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -4,7 +4,7 @@ Priority: optional
>   Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
>   Uploaders: Colin King <colin.king at ubuntu.com>, Keng-Yu Lin <kengyu at ubuntu.com>, Alex Hung <alex.hung at canonical.com>, Chris Van Hoof <vanhoof at canonical.com>, Ivan Hu <ivan.hu at canonical.com>
>   Standards-Version: 3.9.3
> -Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms
> +Build-Depends: debhelper (>= 7.0.50~), autoconf, automake1.11, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms
>
>   Package: fwts
>   Architecture: any
> diff --git a/debian/rules b/debian/rules
> index 503c19d..cd95821 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -1,6 +1,8 @@
>   #!/usr/bin/make -f
>
>   export DEB_BUILD_HARDENING=1
> +export AUTOMAKE=automake-1.11
> +export ACLOCAL=aclocal-1.11
>
>   DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
>   		| cut -d- -f1)
>

Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list