Description: disable test_addrxlat.py In the Debian build environment, it can't find the built object files. And because this is built with autotools the python helpers don't apply either. Author: Michel Alexandre Salim Last-Update: 2022-05-11 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: libkdumpfile-0.4.1/python/Makefile.am =================================================================== --- libkdumpfile-0.4.1.orig/python/Makefile.am 2020-09-26 11:29:19.000000000 +0000 +++ libkdumpfile-0.4.1/python/Makefile.am 2022-05-11 20:38:48.799039477 +0000 @@ -89,8 +89,7 @@ noinst_HEADERS = \ addrxlatmod.h -test_scripts = \ - test_addrxlat.py +test_scripts = dist_check_SCRIPTS = \ $(test_scripts) Index: libkdumpfile-0.4.1/python/Makefile.in =================================================================== --- libkdumpfile-0.4.1.orig/python/Makefile.in 2021-11-04 10:37:35.000000000 +0000 +++ libkdumpfile-0.4.1/python/Makefile.in 2022-05-11 20:38:40.042798711 +0000 @@ -590,8 +590,7 @@ noinst_HEADERS = \ addrxlatmod.h -test_scripts = \ - test_addrxlat.py +test_scripts = dist_check_SCRIPTS = \ $(test_scripts)