opensaml2, pkg-config on wheezy and PKG_CHECK_VAR macro
Etienne Dysli-Metref
etienne.dysli-metref at switch.ch
Thu Oct 20 13:43:08 UTC 2016
On 20/10/16 15:09, Ferenc Wágner wrote:
> Yes, try changing it to something like
>
> dh_auto_configure -- $(DEBUG) \
> TESTS_ENVIRONMENT='export SAMLTEST_DATA=$(srcdir)/data;'
>
> or
>
> dh_auto_configure -- $(DEBUG) \
> TESTS_ENVIRONMENT='SAMLTEST_DATA=$(srcdir)/data'
>
> or some other variation...
No luck, neither works. Looks like srcdir is empty because I see in the
build output:
dh_auto_configure -- TESTS_ENVIRONMENT='export SAMLTEST_DATA=/data;'
or
dh_auto_configure -- TESTS_ENVIRONMENT='SAMLTEST_DATA=/data'
Even if I hardcode the value to get
dh_auto_configure -- TESTS_ENVIRONMENT='SAMLTEST_DATA=../samltest/data'
or
dh_auto_configure -- TESTS_ENVIRONMENT='export
SAMLTEST_DATA=../samltest/data;'
tests still fail like before.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-shibboleth-devel/attachments/20161020/9e89f6c5/attachment.sig>
More information about the Pkg-shibboleth-devel
mailing list