1 --- dbus-python-1.3.2/Makefile.in.orig 2022-09-06 22:37:42.000000000 +0200
2 +++ dbus-python-1.3.2/Makefile.in 2023-03-20 12:46:46.702802427 +0100
4 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
5 $(AM_CFLAGS) $(CFLAGS) $(test_test_import_repeatedly_LDFLAGS) \
7 -am__dist_noinst_SCRIPTS_DIST = test/test-client.py \
8 - test/test-exception-py3.py test/test-p2p.py \
9 - test/test-signals.py test/test-standalone.py \
10 - test/test-unusable-main-loop.py test/run-test.sh \
11 - test/cross-test-client.py test/cross-test-server.py \
12 - test/test-service.py test/wait-for-name.py
13 -am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-client.py \
14 - test/test-exception-py3.py test/test-p2p.py \
15 - test/test-signals.py test/test-standalone.py \
16 - test/test-unusable-main-loop.py test/run-test.sh \
17 - test/cross-test-client.py test/cross-test-server.py \
18 - test/test-service.py test/wait-for-name.py
19 +am__dist_noinst_SCRIPTS_DIST = test/test-exception-py3.py \
20 + test/test-standalone.py \
22 + test/cross-test-client.py \
23 + test/cross-test-server.py \
24 + test/wait-for-name.py
25 +am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-exception-py3.py \
26 + test/test-standalone.py \
28 + test/cross-test-client.py \
29 + test/cross-test-server.py \
30 + test/wait-for-name.py
31 SCRIPTS = $(dist_noinst_SCRIPTS) $(nobase_dist_installed_test_SCRIPTS)
32 AM_V_P = $(am__v_P_@AM_V@)
33 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
36 AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
37 RECHECK_LOGS = $(TEST_LOGS)
38 -am__EXEEXT_2 = test/test-client.py test/test-exception-py3.py \
39 - test/test-p2p.py test/test-signals.py test/test-standalone.py \
40 - test/test-unusable-main-loop.py
41 +am__EXEEXT_2 = test/test-exception-py3.py \
42 + test/test-standalone.py
43 am__EXEEXT_3 = test/run-test.sh
44 TEST_SUITE_LOG = test-suite.log
45 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
50 - test/test-client.py \
51 test/test-exception-py3.py \
53 - test/test-signals.py \
54 test/test-standalone.py \
55 - test/test-unusable-main-loop.py \
58 dist_test_extra_python = \
60 dist_test_extra_scripts = \
61 test/cross-test-client.py \
62 test/cross-test-server.py \
63 - test/test-service.py \
64 test/wait-for-name.py \