diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 23:19:14 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 23:19:14 +0200 |
commit | 1b2323de4c48a5a207752712605d19284759de0f (patch) | |
tree | 8efcc4453712761c6ee89985eae2d1cf90a0ca9d | |
parent | 368b6cb0779e9198fb7573e80e97fddbe93dc410 (diff) | |
download | zsh-1b2323de4c48a5a207752712605d19284759de0f.tar.gz zsh-1b2323de4c48a5a207752712605d19284759de0f.zip |
Add groff to build-dependencies (for pdfroff)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 270496233..5d4a98583 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: zsh Section: shells Priority: optional -Build-Depends: bsdmainutils, groff-base, libcap-dev [linux-any], libncursesw5-dev, libpcre3-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, yodl +Build-Depends: bsdmainutils, groff-base, libcap-dev [linux-any], libncursesw5-dev, libpcre3-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, yodl, groff Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org> Uploaders: Michael Prokop <mika@debian.org>, Axel Beckert <abe@debian.org>, Clint Adams <clint@debian.org>, Frank Terbeck <ft@bewatermyfriend.org>, Richard Hartmann <richih.mailinglist@gmail.com> Standards-Version: 3.9.3 |