diff options
author | Ckat <Ckat@teknik.io> | 2019-10-16 21:31:12 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-16 21:31:12 +0200 |
commit | f1f51d3c0234831131dcaf8e5d63cc906453e51e (patch) | |
tree | f7262403158b2996b081c1b04375644e27a8665a | |
parent | 7b814c3be7a3e69975ae4098f58838f2ddf6daea (diff) | |
download | alacritty-f1f51d3c0234831131dcaf8e5d63cc906453e51e.tar.gz alacritty-f1f51d3c0234831131dcaf8e5d63cc906453e51e.zip |
Remove terminfo from deb package
Fixes #2685.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a469301d..7d498cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minimum Rust version has been bumped to 1.36.0 - Config is not generated anymore, please consider distributing the alacritty.yml as documentation +- Removed Alacritty terminfo from .deb in favor of ncurses provided one ### Added diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index c47aae6c..434dc6fa 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -65,6 +65,5 @@ assets = [ ["../extra/completions/alacritty.bash", "usr/share/bash-completion/completions/alacritty", "644"], ["../extra/completions/alacritty.fish", "usr/share/fish/completions/alacritty.fish", "644"], ["../extra/completions/_alacritty", "usr/share/zsh/vendor-completions/_alacritty", "644"], - ["../extra/alacritty.info", "usr/share/terminfo/a/alacritty", "644"], ] maintainer-scripts = "../extra/linux/debian" |