diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 22:24:48 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 22:24:48 (EDT) |
commit | 53ebbc4259f6ecbce27058434f00e627fbe9032e (patch) | |
tree | 6c1f83f198f6cf64aaddd88e5b30356ea631c7cb | |
parent | 59c546b27e8b6cb8a829ac4d97e5b2a03be8b3cf (diff) |
libtommath.1: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libtommath.1.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -18,3 +18,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -8,6 +8,7 @@ libtommath.1 (1.1.0-1) trunk - libtommath.1-dev now provides a pkg-config file. * Update Maintainer and Homepage fields. * libtommath.1-dev: Remove static library. + * libtommath.1: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 21:20:36 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, libtool +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), libtool Homepage: https://www.libtom.net/LibTomMath/ diff --git a/libtommath.1.pkg/control b/libtommath.1.pkg/control index 7b45308..425fcd7 100644 --- a/libtommath.1.pkg/control +++ b/libtommath.1.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Multiple-precision integer library ${Common-Description} |