diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-01 00:28:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-01 00:28:21 (EDT) |
commit | e4924108c685ee8088f001f5bec0b2e8b88d3b56 (patch) | |
tree | 9f5c9ca462b597af4c17d36cb89c77cd65c6953f | |
parent | 8a9f5c7c34b762bcdbd866535aad6e4e9b53c1f2 (diff) |
libtomcrypt.0: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 6 | ||||
-rw-r--r-- | libtomcrypt.0.pkg/control | 2 |
4 files changed, 8 insertions, 2 deletions
@@ -21,3 +21,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -5,6 +5,7 @@ libtomcrypt (1.18.2-1) trunk - libtomcrypt-dev: A pkg-config file is now installed. * Update Maintainer and Homepage fields. * libtomcrypt.0: Remove static library. + * libtomcrypt.0: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 22:41:15 -0400 @@ -1,3 +1,7 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, libtool, libtommath.1-dev +Build-Depends: + opkbuild (>= 4.0.1), + opkhelper-3.0 (>= 3.1.2), + libtool, + libtommath.1-dev, Homepage: https://www.libtom.net/LibTomCrypt/ diff --git a/libtomcrypt.0.pkg/control b/libtomcrypt.0.pkg/control index 1adbd33..4efe8d0 100644 --- a/libtomcrypt.0.pkg/control +++ b/libtomcrypt.0.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libtommath.0 +Depends: ${Shlib-Depends} Description: Portable cryptographic toolkit ${Common-Description} |