Skip to content

Commit

Permalink
include json package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Oct 18, 2024
1 parent ecb8529 commit 67892ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/package/CPackGenConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ if(CPACK_GENERATOR MATCHES "DEB")
# specify "libssl3 if it exists in the repos, or nothing" as a dependency.
# systemd package on older distros does not contain `systemd-sysusers`, so include passwd for `useradd`, `groupadd`.
# login provides `/usr/sbin/nologin`.
set(CPACK_DEBIAN_PACKAGE_DEPENDS "debconf, iproute2, sed, systemd, libatomic1, libprotobuf-c1, libssl3 | libssl1.1 | libssl1.0.0, login, passwd, policykit-1, zlib1g")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "debconf, iproute2, sed, systemd, libatomic1, libjson-c3 | libjson-c4 | libjson-c5 , libprotobuf-c1, libssl3 | libssl1.1 | libssl1.0.0, login, passwd, policykit-1, zlib1g")
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CPACK_DEB_CONFFILES};${CPACK_DEB_PRE_INSTALL};${CPACK_DEB_POST_INSTALL};${CPACK_DEB_PRE_UNINSTALL};${CPACK_DEB_POST_UNINSTALL};${CPACK_DEB_TEMPLATES}")
endif(CPACK_GENERATOR MATCHES "DEB")

0 comments on commit 67892ca

Please sign in to comment.