diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-02 18:24:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-02 18:24:22 (EDT) |
commit | 9c6ba47dff70a48cb3e98e880bca1c7ada98e263 (patch) | |
tree | 7e76dc7a42b7abb3b503281afd19c3564fbe4718 /libwolfssl.24-dbg.pkg/control | |
parent | 8a35ca24695c6ea534224ea3abbabcc73c2a7b46 (diff) |
Add -full* and -common packages, rename -dev
Diffstat (limited to 'libwolfssl.24-dbg.pkg/control')
-rw-r--r-- | libwolfssl.24-dbg.pkg/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libwolfssl.24-dbg.pkg/control b/libwolfssl.24-dbg.pkg/control index 6f9a31b..7e54356 100644 --- a/libwolfssl.24-dbg.pkg/control +++ b/libwolfssl.24-dbg.pkg/control @@ -1,8 +1,10 @@ Architecture: any Platform: all Section: dbg -Depends: libwolfssl.${Abi-Ver}-client (= ${Binary-Version}) -Description: Lightweight SSL/TLS library - debugging symbols +Depends: + libwolfssl.${Abi-Ver}-common (>= ${Source-Version}), +Description: Lightweight SSL/TLS library - debugging library ${Common-Description} . - This package provides debugging symbols for wolfSSL. + This package provides the wolfSSL SSL/TLS library configured for client and + server applications and with debugging symbols and error strings. |