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-client.pkg | |
parent | 8a35ca24695c6ea534224ea3abbabcc73c2a7b46 (diff) |
Add -full* and -common packages, rename -dev
Diffstat (limited to 'libwolfssl.24-client.pkg')
-rw-r--r-- | libwolfssl.24-client.pkg/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libwolfssl.24-client.pkg/control b/libwolfssl.24-client.pkg/control index 53423c1..5c45baf 100644 --- a/libwolfssl.24-client.pkg/control +++ b/libwolfssl.24-client.pkg/control @@ -1,7 +1,11 @@ Architecture: any Platform: all Section: lib -Depends: {Shlib-Depends} +Depends: + libwolfssl.${Abi-Ver}-common (>= ${Source-Version}), + {Shlib-Depends}, +Conflicts: libwolfssl.${Abi-Ver}-full +Replaces: libwolfssl.${Abi-Ver}-full Description: Lightweight SSL/TLS library - client library ${Common-Description} . |