diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-30 23:59:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-30 23:59:33 (EDT) |
commit | b580333262c12fc2edb05cd2e7b16a078882ca47 (patch) | |
tree | 93f3458f96b9a7b8de5156010f580af839ee83bd | |
parent | aa76f56326813d66f6b2d8247c3862d748b545f4 (diff) |
m4: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | m4.pkg/control | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -20,3 +20,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -2,6 +2,7 @@ m4 (1.4.18-2) trunk * New upstream version. * Update Maintainer. + * m4: Use automatic shared library dependencies. * m4-doc: Remove /usr/share/doc/m4/examples/COPYING (contents provided in /usr/share/doc/m4/copyright). @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr, gpgconf, gpg-agent, libsigsegv-dev Homepage: https://www.gnu.org/software/m4/ diff --git a/m4.pkg/control b/m4.pkg/control index 71aa362..4e5764e 100644 --- a/m4.pkg/control +++ b/m4.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libsigsegv.2 +Depends: ${Shlib-Depends} Description: Macro processor ${Common-Description} |