#1081277 autopkg test uses deprecated tool debcrossgen

#1081277#5
Date:
2024-09-10 10:25:50 UTC
From:
To:
the autopkg test uses the deprecated tool debcrossgen:


def internal_impl():
     print('WARNING: this tool is deprecated, use "meson env2mfile"
instead.')
     options = parser.parse_args()
     run(options)
     print('Remember to add the correct --libdir arg to Meson invocation.')

#1081277#10
Date:
2024-09-10 21:33:43 UTC
From:
To:
This can't really be fixed yet, since env2mfile had some issues in
cross building AFAICR. I have changed the script so that if you set
the MESON_USE_NEW_CROSSGEN envvar, it will use env2mfile transparently
so that can be used for testing.