[devscripts] 01/06: test_uscan_mangle: test signature

James McCoy jamessan at debian.org
Sat Sep 26 01:18:31 UTC 2015


On Fri, Sep 25, 2015 at 05:38:24PM +0000, Osamu Aoki wrote:
> diff --git a/test/test_uscan_mangle b/test/test_uscan_mangle
> index edf393c..576d811 100755
> --- a/test/test_uscan_mangle
> +++ b/test/test_uscan_mangle
> @@ -17,6 +17,32 @@
>  
>  test_dir=$(readlink -f "${0%/*}")
>  
> +GPG=/usr/bin/gpg2
> +if [ ! -x $GPG ];then
> +    echo "$GPGV missing"
> +    exit 1
> +fi

Why require gpg2?  We typically check for gpg first and fallback for
gpg2.

This test also requires an addition to Build-Depends.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <jamessan at debian.org>



More information about the devscripts-devel mailing list