From e4924108c685ee8088f001f5bec0b2e8b88d3b56 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 01 Jun 2019 00:28:21 -0400 Subject: libtomcrypt.0: Use oh-shlibdeps --- 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 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 -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} -- cgit v0.9.1