diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 00:53:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-02 00:53:53 (EDT) |
commit | 6358bb2472efec9a193a075cf36d797ae54d0403 (patch) | |
tree | 070de468d5b9f9cf4477856c700b086e4ca96718 | |
parent | e54a54f0f34f83776352607e7ef0d2bab0306a26 (diff) |
libmpc.3: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | libmpc.3.pkg/control | 2 |
4 files changed, 5 insertions, 2 deletions
@@ -17,3 +17,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -3,6 +3,7 @@ mpc (1.1.0-1) trunk * New upstream version. * Add self to maintainers. * Update homepage. + * libmpc.3: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 02 May 2019 00:13:58 -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, libmpfr-dev +Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), + libgmp-dev, libmpfr-dev Homepage: http://www.multiprecision.org/mpc/ diff --git a/libmpc.3.pkg/control b/libmpc.3.pkg/control index a3f1970..7ee82be 100644 --- a/libmpc.3.pkg/control +++ b/libmpc.3.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libmpfr.4, libgmp.10 +Depends: ${Shlib-Depends} Description: MPC ${Common-Description} |