diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-12-18 13:43:11 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-12-18 13:43:11 +0100 |
commit | 0d4d27b99ffa513e5ee7a253cb0394d60d6d41ce (patch) | |
tree | b576258aa886d86743e9c13122c33950d47dc627 | |
parent | 28431aea464f57d844aba6487ed31627ec24dec4 (diff) | |
download | zsh-0d4d27b99ffa513e5ee7a253cb0394d60d6d41ce.tar.gz zsh-0d4d27b99ffa513e5ee7a253cb0394d60d6d41ce.zip |
Revert "Add build-dependency on libtinfo-dev"
This reverts commit 9436084d9be5ea7603ca8e1da3e7a8ac9ad19fcf.
The commit was based on some error messages seen in the Jenkins
builds, but they built from the wrong branch.
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 31839f864..8dfaf20a6 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: bsdmainutils, libcap-dev [linux-any], libncursesw5-dev, libpcre3-dev, - libtinfo-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, |