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