diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 19:27:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 19:27:59 (EDT) |
commit | 6c5b8d789733d0a4931b187c578257c73ec5f575 (patch) | |
tree | 25aae31f2afcb24b0451accd2e576f85551460c0 | |
parent | 5a9fe3a448b617b7bdbab8f306d493e19d55a98f (diff) |
control: Replace libtinfo-dev B-D with libncurses.6-dev
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ readline (8.0-1) trunk * New upstream version. * Update Maintainer and Homepage. - * Add libtinfo-dev to Build-Depends. + * Add libncurses.6-dev to Build-Depends. * libreadline.6: Remove upstream CHANGES and README from /usr/share/doc/libreadline.6/. * libreadline.6: Use automatic shared library dependencies. @@ -1,4 +1,4 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr, - libtinfo-dev + libncurses.6-dev Homepage: http://tiswww.cwru.edu/php/chet/readline/rltop.html |