diff options
-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} |