diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 17:28:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 17:28:11 (EDT) |
commit | ce476a040af82b12c1b1a0b355225fc3c75851d0 (patch) | |
tree | b7879000ab881d729982b7e434798b9134b53ad8 | |
parent | a3aadc006176bcb0c312543c5c661d0e08a7fb12 (diff) |
ncurses-dbg: New binary package
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,7 @@ install: build mkdir -p terminfo-linux.data/usr/share/terminfo/l/ mv dest/usr/share/terminfo/l/linux \ terminfo-linux.data/usr/share/terminfo/l/linux + oh-strip -k OPK_PACKAGES="\ $$(printf '%s\n' $${OPK_PACKAGES} | \ grep -Ev "lib.*[.]$(legacy_abi_ver)(-dev)?") \ @@ -3,6 +3,7 @@ ncurses (6.1+20190630-1) trunk * New upstream version. * libncurses.5-dev: Depend on libncursesw.5 and libtinfo.5. * libncurses.6-dev: Depend on libncursesw.6 and libtinfo.6. + * ncurses-dbg: New binary package. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Tue, 02 Jul 2019 01:21:58 -0400 |