Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- LED-devices are not retrying to establish connectivity, if supported by the device
- LED-devices are resolving IP-addresses for API and UDP two times in sequence
- LED-device updates queue up and let Hyperion crash (#1887)
- Install - Ubuntu 25.10 unable to install due to libcec package (#1934)

---

Expand Down
2 changes: 1 addition & 1 deletion cmake/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endif()
# https://cmake.org/cmake/help/latest/cpack_gen/deb.html
if(CPACK_GENERATOR MATCHES ".*DEB.*")
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/preinst;${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/postinst;${CMAKE_SOURCE_DIR}/cmake/linux/package-scripts/prerm")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec6 | libcec4 | libcec (>= 4.0)")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcec7 | libcec6 | libcec4 | libcec (>= 4.0)")
set(CPACK_DEBIAN_PACKAGE_SECTION "Miscellaneous")
endif()

Expand Down
Loading