diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:32:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:32:00 (EDT) |
commit | b7eb8e209b4d3b8e50971089e9786996d3bf9762 (patch) | |
tree | 889d9e389c795c81eacf087ee608b77e30dcb2f0 | |
parent | acf1becd437e9f1af0c212dd10632c5b7200225d (diff) |
gawk: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | gawk.pkg/control | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -26,3 +26,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -3,6 +3,7 @@ gawk (5.0.0-1) trunk * New upstream version. * Update Maintainer. * Update readline and ncurses build dependencies. + * gawk: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 23:16:17 -0400 @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr, libgmp-dev, libmpfr-dev, libreadline.8-dev, libncurses.6-dev, libsigsegv-dev, diff --git a/gawk.pkg/control b/gawk.pkg/control index eaed4a9..28f29b2 100644 --- a/gawk.pkg/control +++ b/gawk.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libgmp.10, libmpfr.4, libreadline.6, libtinfo.5, libsigsegv.2 +Depends: ${Shlib-Depends} Description: GNU Awk, a pattern scanning and processing language ${Common-Description} |