From a4fadd5194cfbd92bfdb87897164f914041c9267 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 01 May 2019 23:22:07 -0400 Subject: libmpfr.6: Use oh-shlibdeps --- diff --git a/build b/build index faaf951..90e4d1a 100755 --- a/build +++ b/build @@ -18,3 +18,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index 6765c44..c201972 100644 --- a/changelog +++ b/changelog @@ -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 Wed, 01 May 2019 22:49:13 -0400 diff --git a/control b/control index d7123ff..7e80007 100644 --- a/control +++ b/control @@ -1,4 +1,5 @@ Maintainer: Patrick McDermott , Warren McDonald -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. -- cgit v0.9.1