diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-12-17 20:34:57 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-12-17 20:34:57 +0100 |
commit | 9436084d9be5ea7603ca8e1da3e7a8ac9ad19fcf (patch) | |
tree | 1295932a08f0805791e4900283f618ac12886c9b | |
parent | ac7b84a79198160dd56837b33a5560e35186ffa5 (diff) | |
download | zsh-9436084d9be5ea7603ca8e1da3e7a8ac9ad19fcf.tar.gz zsh-9436084d9be5ea7603ca8e1da3e7a8ac9ad19fcf.zip |
Add build-dependency on libtinfo-dev
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 62c803e51..ada5595a1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: bsdmainutils, libcap-dev [linux-any], libncursesw5-dev, libpcre3-dev, + libtinfo-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, |