summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control3
-rw-r--r--libmpc.3.pkg/control2
4 files changed, 5 insertions, 2 deletions
diff --git a/build b/build
index c7b62e9..13ccc51 100755
--- a/build
+++ b/build
@@ -17,3 +17,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 34a67a6..9c5a3d4 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index cb4974e..8f510f1 100644
--- a/control
+++ b/control
@@ -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}