control 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. Source: openconnect
  2. Maintainer: OpenConnect Team <openconnect-devel@lists.infradead.org>
  3. Section: net
  4. Priority: optional
  5. Build-Depends: debhelper-compat (= 12),
  6. groff,
  7. libgcrypt20-dev,
  8. libgnutls28-dev,
  9. libkrb5-dev,
  10. liblz4-dev,
  11. libp11-kit-dev,
  12. libpcsclite-dev,
  13. libproxy-dev,
  14. libsocket-wrapper [!hurd-i386] <!nocheck>,
  15. libstoken-dev,
  16. libtasn1-6-dev,
  17. libuid-wrapper [!alpha !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386] <!nocheck>,
  18. libxml2-dev,
  19. locales-all <!nocheck>,
  20. ocserv [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386] <!nocheck>,
  21. openssl <!nocheck>,
  22. pkg-config,
  23. python3:any,
  24. softhsm2 [!hurd-i386] <!nocheck>,
  25. xdg-utils,
  26. zlib1g-dev
  27. Standards-Version: 4.6.0
  28. Rules-Requires-Root: no
  29. Vcs-Browser: https://salsa.debian.org/debian/openconnect
  30. Vcs-Git: https://salsa.debian.org/debian/openconnect.git
  31. Homepage: https://www.infradead.org/openconnect/
  32. Package: openconnect
  33. Architecture: any
  34. Depends: libopenconnect5 (= ${binary:Version}), vpnc-scripts, ${misc:Depends}, ${shlibs:Depends}
  35. Recommends: python3, python3-asn1crypto, python3-mechanize, python3-netifaces,
  36. Suggests: bash-completion,
  37. Description: open client for various network vendors SSL VPNs
  38. OpenConnect is an SSL VPN client initially created to support Cisco's
  39. AnyConnect SSL VPN. It has since been extended to support the Pulse Connect
  40. Secure VPN (formerly known as Juniper Network Connect or Junos Pulse), the Palo
  41. Alto Networks GlobalProtect SSL VPN, F5 Big-IP SSL VPN, Fortinet Fortigate SSL
  42. VPN and Array Networks AG SSL VPN.
  43. .
  44. A corresponding OpenConnect VPN server implementation can be found in the
  45. ocserv package.
  46. Package: libopenconnect-dev
  47. Architecture: any
  48. Multi-Arch: same
  49. Section: libdevel
  50. Depends: libgnutls28-dev,
  51. liblz4-dev,
  52. libopenconnect5 (= ${binary:Version}),
  53. libp11-kit-dev,
  54. libpcsclite-dev,
  55. libproxy-dev,
  56. libstoken-dev,
  57. libxml2-dev,
  58. zlib1g-dev,
  59. ${misc:Depends}
  60. Description: open client for various network vendors SSL VPNs - development files
  61. OpenConnect is an SSL VPN client initially created to support Cisco's
  62. AnyConnect SSL VPN. It has since been extended to support the Pulse Connect
  63. Secure VPN (formerly known as Juniper Network Connect or Junos Pulse), the Palo
  64. Alto Networks GlobalProtect SSL VPN, F5 Big-IP SSL VPN, Fortinet Fortigate SSL
  65. VPN and Array Networks AG SSL VPN.
  66. .
  67. This package provides the header and development files.
  68. Package: libopenconnect5
  69. Architecture: any
  70. Multi-Arch: same
  71. Section: libs
  72. Depends: ${misc:Depends}, ${shlibs:Depends}
  73. Recommends: ca-certificates
  74. Pre-Depends: ${misc:Pre-Depends}
  75. Description: open client for various network vendors SSL VPNs - shared library
  76. OpenConnect is an SSL VPN client initially created to support Cisco's
  77. AnyConnect SSL VPN. It has since been extended to support the Pulse Connect
  78. Secure VPN (formerly known as Juniper Network Connect or Junos Pulse), the Palo
  79. Alto Networks GlobalProtect SSL VPN, F5 Big-IP SSL VPN, Fortinet Fortigate SSL
  80. VPN and Array Networks AG SSL VPN.
  81. .
  82. This package provides the shared library.