diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 21:07:31 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-07 21:12:05 +0300 |
commit | 4856beeaed78977afe3ae8c5266e360ecc5f60f8 (patch) | |
tree | 42e551253716c432112f224c531919559d4fa300 | |
parent | 7dd174b6780f5de9e562db0728af670c2eb181d0 (diff) | |
download | ncurses-4856beeaed78977afe3ae8c5266e360ecc5f60f8.tar.gz |
Move s/sun-color to ncurses-base
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 38a8bca..ea2520e 100755 --- a/debian/rules +++ b/debian/rules @@ -201,6 +201,10 @@ libterminfofiles=a/ansi c/cons25 c/cons25-debian c/cygwin d/dumb h/hurd l/linux x/xterm-r5 x/xterm-r6 x/xterm-vt220 x/xterm-xfree86 E/Eterm \ E/Eterm-color +ifeq (illumos,$(DEB_HOST_ARCH_OS)) +libterminfofiles += s/sun-color +endif + # Blacklist terminfo entries shipped by other Debian packages so that we do # not begin shipping them by accident. badterminfo = 5/5250 f/fbterm i/iterm i/iterm-am i/iterm-color \ |