On Sun, Oct 19, 2025 at 09:03:26AM +0000, Seyed Mohamad Amin Modaresi wrote:
PS: I did take a look a the failing test:
compile_schemas = find_program('glib-compile-schemas', required: false)
if compile_schemas.found()
test('Validate schema file',
compile_schemas,
args: ['--strict', '--dry-run', meson.current_source_dir()])
endif
subdir('icons')
-> it seems that it fails because you have glib-compile-schemas
installed, but this is not in Build-Depends, so sbuild/pbuilder/debusine
will not execute this test, and thus it will not fail.
--
tobi