diff options
-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} |