Package: ros-diagnostics / 1.12.1+ds-1

Metadata

Package Version Patches format
ros-diagnostics 1.12.1+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Add Debian specific SOVERSION.patch | (download)

diagnostic_aggregator/CMakeLists.txt | 1 1 + 0 - 0 !
diagnostic_updater/CMakeLists.txt | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 add debian specific soversion


0004 Use packaged gtest.patch | (download)

diagnostic_aggregator/CMakeLists.txt | 6 3 + 3 - 0 !
self_test/CMakeLists.txt | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 use packaged gtest instead of the embedded one


0006 Disable failing tests.patch | (download)

diagnostic_aggregator/CMakeLists.txt | 24 12 + 12 - 0 !
test_diagnostic_aggregator/CMakeLists.txt | 10 5 + 5 - 0 !
2 files changed, 17 insertions(+), 17 deletions(-)

 disable failing tests


0007 Fix plugin path for new pluginlib.patch | (download)

diagnostic_aggregator/analyzer_plugins.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix plugin path for new pluginlib


0007 Python 3.12 fixes.patch | (download)

diagnostic_aggregator/test/add_analyzers_test.py | 12 6 + 6 - 0 !
diagnostic_aggregator/test/aggregator_test.py | 22 11 + 11 - 0 !
diagnostic_aggregator/test/discard_stale_not_published_test.py | 12 6 + 6 - 0 !
diagnostic_aggregator/test/expected_stale_test.py | 8 4 + 4 - 0 !
diagnostic_aggregator/test/multiple_match_test.py | 10 5 + 5 - 0 !
diagnostic_analysis/test/bag_csv_test.py | 22 11 + 11 - 0 !
self_test/scripts/test_selftest.py | 18 9 + 9 - 0 !
test_diagnostic_aggregator/test/fail_init_test.py | 8 4 + 4 - 0 !
test_diagnostic_aggregator/test/match_analyze_test.py | 8 4 + 4 - 0 !
9 files changed, 60 insertions(+), 60 deletions(-)

 python 3.12 fixes