summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-09-24 20:30:10 -0230
committerGitHub <noreply@github.com>2019-09-24 20:30:10 -0230
commit29d9c13dd27abe80bdc6916bb782a25c210091cc (patch)
tree13437cb80b4b64251ce3bf1d2c502c81670f0adf
parenta97a7cf01f519a263fddfea55114a2bd21001417 (diff)
parent600dda9a32803e0371aca1a66f1f68fac372979b (diff)
Merge pull request #171 from MitMaro/tim/fix-missing-ncursesw-in-deb
Fix missing ncursesw in deb build
-rw-r--r--CHANGELOG.md1
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 957ae88..c431168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Highlight of selected line(s) on 256-color terminals
### Fixed
+- Missing ncursesw dependency listing for deb build
- Performance issue with show commit
### Removed
diff --git a/Cargo.toml b/Cargo.toml
index df21de8..35c6e54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,7 +56,7 @@ copyright = "Tim Oram <dev@mitmaro.ca>"
license-file = ["LICENSE", "2"]
extended-description = """\
Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."""
-depends = "libncurses5 (>= 6), libgcc1 (>= 1:6), libtinfo5 (>= 6), zlib1g (>= 1:1), libc6 (>= 2)"
+depends = "libncursesw5 (>= 6), libgcc1 (>= 1:6), libtinfo5 (>= 6), zlib1g (>= 1:1), libc6 (>= 2)"
section = "utility"
priority = "optional"
assets = [
diff --git a/README.md b/README.md
index fa59caa..f8ac128 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Git 1.7.8+. Written in Rust using ncurses.
![Git Interactive Rebase Tool](/docs/assets/images/git-interactive-rebase-demo.gif?raw=true)
**This is the documentation for the development build. For the current stable release please use the
-[1.1.0 documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**
+[1.1.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**
## Install