Skip to content

Commit 73da316

Browse files
committed
Fix: Generate deb packages
1 parent 19386b5 commit 73da316

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ci/image/scripts/deb_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
set -euo pipefail
1818

1919
cd /build
20-
cpack -D CPACK_OUTPUT_FILE_PREFIX=/dist
20+
cpack -D CPACK_OUTPUT_FILE_PREFIX=/dist -D CPACK_GENERATOR=DEB

src/cmake/cpack.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515

1616
set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}-${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
1717
set(CPACK_GENERATOR "TGZ;ZIP")
18+
set(CPACK_PACKAGE_CONTACT "coord.e <me@coord-e.com>")
19+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-filesystem1.62.0")
1820

1921
include(CPack)

0 commit comments

Comments
 (0)