[pkg-gnupg-maint] Bug#789042: gpgme1.0: FTBFS - help2man: can't get `--help' info from debian/tmp/usr/bin/gpgme-tool

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Jun 17 12:19:52 UTC 2015


Control: tags -1  + pending

On Wed 2015-06-17 06:59:16 -0400, James Cowgill wrote:
> This can be fixed either by using LD_LIBRARY_PATH or by using the
> executable in src/ which will work because libtool will fixup the
> library paths for you. I've attached a patch which does the latter.
>
> Thanks,
> James
> diff -ur a/debian/rules b/debian/rules
> --- a/debian/rules	2015-06-11 22:36:42.000000000 +0000
> +++ b/debian/rules	2015-06-17 10:55:39.549159260 +0000
> @@ -18,7 +18,7 @@
>  	dh_install --list-missing -X.la -Xinfo/dir
>  
>  override_dh_installdocs:
> -	help2man -o debian/gpgme-tool.1 -n 'Assuan server exposing GnuPG Made Easy operations' debian/tmp/usr/bin/gpgme-tool
> +	help2man -o debian/gpgme-tool.1 -n 'Assuan server exposing GnuPG Made Easy operations' src/gpgme-tool
>  	dh_installdocs -A
>  
>  override_dh_makeshlibs:

Ah, right, thanks!  fixing...

    --dkg



More information about the pkg-gnupg-maint mailing list