We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1610a49 commit f9ad3a8Copy full SHA for f9ad3a8
programs/ziti-edge-tunnel/package/CPackGenConfig.cmake
@@ -39,6 +39,6 @@ if(CPACK_GENERATOR MATCHES "DEB")
39
# specify "libssl3 if it exists in the repos, or nothing" as a dependency.
40
# systemd package on older distros does not contain `systemd-sysusers`, so include passwd for `useradd`, `groupadd`.
41
# login provides `/usr/sbin/nologin`.
42
- 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_DEPENDS "debconf, iproute2, sed, systemd, libatomic1, libjson-c3 | libjson-c4 | libjson-c5 , libprotobuf-c1, libssl3 | libssl1.1 | libssl1.0.0, login, passwd, policykit-1 | polkitd, zlib1g")
43
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}")
44
endif(CPACK_GENERATOR MATCHES "DEB")
0 commit comments