summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-31 22:24:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-31 22:24:48 (EDT)
commit53ebbc4259f6ecbce27058434f00e627fbe9032e (patch)
tree6c1f83f198f6cf64aaddd88e5b30356ea631c7cb
parent59c546b27e8b6cb8a829ac4d97e5b2a03be8b3cf (diff)
libtommath.1: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--libtommath.1.pkg/control1
4 files changed, 4 insertions, 1 deletions
diff --git a/build b/build
index 4ce220d..c1948b8 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 d6e9f5a..db34d04 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index 46e5c41..84a6eb8 100644
--- a/control
+++ b/control
@@ -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}