diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | libmpfr.6.pkg/control | 2 |
4 files changed, 5 insertions, 2 deletions
@@ -18,3 +18,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -5,6 +5,7 @@ mpfr (4.0.2-1) trunk * Update homepage. * libmpfr.4: Replace with libmpfr.6. * libmpfr-dev: Remove static library. + * libmpfr.6: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 01 May 2019 22:49:13 -0400 @@ -1,4 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>, Warren McDonald <wdm2@njit.edu> -Build-Depends: gpg, dirmngr, opkhelper-3.0, libgmp-dev +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), + libgmp-dev Homepage: https://www.mpfr.org/ diff --git a/libmpfr.6.pkg/control b/libmpfr.6.pkg/control index 075dacb..0944167 100644 --- a/libmpfr.6.pkg/control +++ b/libmpfr.6.pkg/control @@ -1,4 +1,4 @@ Architecture: any Platform: all -Depends: libgmp.10 +Depends: ${Shlib-Depends} Description: MPFR is a C library for multiple-precision floating-point computations with correct rounding. |