diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:29:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:29:59 (EDT) |
commit | acf1becd437e9f1af0c212dd10632c5b7200225d (patch) | |
tree | a69c94c606e12e6ea6e567f0ab3de1ee8e219e1c | |
parent | 46397ddf2850fb791503eafe57647c10253d1701 (diff) |
control: Update readline and ncurses B-Ds
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ gawk (5.0.0-1) trunk * New upstream version. * Update Maintainer. + * Update readline and ncurses build dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 24 Jun 2019 23:16:17 -0400 @@ -1,7 +1,7 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: opkbuild (>= 4.0.0), opkhelper-3.0, gpg, dirmngr, libgmp-dev, libmpfr-dev, - libreadline-dev, libtinfo-dev, + libreadline.8-dev, libncurses.6-dev, libsigsegv-dev, gettext, Homepage: https://www.gnu.org/software/gawk/ |