Skip to content

Commit 1dc6e74

Browse files
committed
build: Fix deb package dependencies
1 parent 170ccf5 commit 1dc6e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ endif()
9595
set(CPACK_GENERATOR "DEB")
9696
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Patrick Huesmann <patrick.huesmann@desy.de>")
9797
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/MicroTCA-Tech-Lab/libudmaio")
98-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-log")
98+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-log-dev") # use -dev b/c it's independent of package version
9999
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Userspace I/O library for Xilinx AXI S2MM DMA ")
100100
set(CPACK_DEBIAN_PACKAGE_SECTION "contrib/devel")
101101
set(CPACK_PACKAGE_NAME "libudmaio")

0 commit comments

Comments
 (0)