summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 00:28:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-01 00:28:21 (EDT)
commite4924108c685ee8088f001f5bec0b2e8b88d3b56 (patch)
tree9f5c9ca462b597af4c17d36cb89c77cd65c6953f
parent8a9f5c7c34b762bcdbd866535aad6e4e9b53c1f2 (diff)
libtomcrypt.0: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control6
-rw-r--r--libtomcrypt.0.pkg/control2
4 files changed, 8 insertions, 2 deletions
diff --git a/build b/build
index 306754d..bbfdc6e 100755
--- a/build
+++ b/build
@@ -21,3 +21,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 11fa86a..feb6115 100644
--- a/changelog
+++ b/changelog
@@ -5,6 +5,7 @@ libtomcrypt (1.18.2-1) trunk
- libtomcrypt-dev: A pkg-config file is now installed.
* Update Maintainer and Homepage fields.
* libtomcrypt.0: Remove static library.
+ * libtomcrypt.0: Use automatic shared library dependencies.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 31 May 2019 22:41:15 -0400
diff --git a/control b/control
index c0b940f..fb4d382 100644
--- a/control
+++ b/control
@@ -1,3 +1,7 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, libtool, libtommath.1-dev
+Build-Depends:
+ opkbuild (>= 4.0.1),
+ opkhelper-3.0 (>= 3.1.2),
+ libtool,
+ libtommath.1-dev,
Homepage: https://www.libtom.net/LibTomCrypt/
diff --git a/libtomcrypt.0.pkg/control b/libtomcrypt.0.pkg/control
index 1adbd33..4efe8d0 100644
--- a/libtomcrypt.0.pkg/control
+++ b/libtomcrypt.0.pkg/control
@@ -1,5 +1,5 @@
Architecture: any
Platform: all
-Depends: libtommath.0
+Depends: ${Shlib-Depends}
Description: Portable cryptographic toolkit
${Common-Description}