summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitce476a040af82b12c1b1a0b355225fc3c75851d0 (patch)
treeb7879000ab881d729982b7e434798b9134b53ad8
parenta3aadc006176bcb0c312543c5c661d0e08a7fb12 (diff)
ncurses-dbg: New binary package
-rwxr-xr-xbuild1
-rw-r--r--changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 28a5e97..a889732 100755
--- a/build
+++ b/build
@@ -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)?") \
diff --git a/changelog b/changelog
index 464e2a6..6519c98 100644
--- a/changelog
+++ b/changelog
@@ -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