diff -u indicator-sound-12.10.2+18.10.20180612/CMakeLists.txt indicator-sound-12.10.2+18.10.20180612/CMakeLists.txt --- indicator-sound-12.10.2+18.10.20180612/CMakeLists.txt +++ indicator-sound-12.10.2+18.10.20180612/CMakeLists.txt @@ -78,8 +78,10 @@ -enable_testing() -add_subdirectory(tests) -find_package(CoverageReport) -ENABLE_COVERAGE_REPORT( - TARGETS ${COVERAGE_TARGETS} - TESTS ${COVERAGE_TEST_TARGETS} - FILTER /usr/include ${CMAKE_BINARY_DIR}/* -) +# DISABLED because gtest no longer supports C++11. +# +#enable_testing() +#add_subdirectory(tests) +#find_package(CoverageReport) +#ENABLE_COVERAGE_REPORT( +# TARGETS ${COVERAGE_TARGETS} +# TESTS ${COVERAGE_TEST_TARGETS} +# FILTER /usr/include ${CMAKE_BINARY_DIR}/* +#) diff -u indicator-sound-12.10.2+18.10.20180612/debian/changelog indicator-sound-12.10.2+18.10.20180612/debian/changelog --- indicator-sound-12.10.2+18.10.20180612/debian/changelog +++ indicator-sound-12.10.2+18.10.20180612/debian/changelog @@ -1,3 +1,9 @@ +indicator-sound (12.10.2+18.10.20180612-0ubuntu7) noble; urgency=medium + + * Disable tests as gtest no longer supports C++11. + + -- Aaron Rainbolt Fri, 12 Apr 2024 18:58:39 -0500 + indicator-sound (12.10.2+18.10.20180612-0ubuntu6) noble; urgency=medium * No-change rebuild against libglib2.0-0t64