diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-07-19 10:11:15 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-07-19 10:11:15 +0200 |
commit | fbaba904b5374b3a8661d0fb02fd167ec9f5dc73 (patch) | |
tree | 9ade0bcedbc3da81aafdfabb5b2bc89928860357 | |
parent | 7c61c9184e5dd3c88dc6c7757e580c74e82eaac2 (diff) | |
download | zsh-fbaba904b5374b3a8661d0fb02fd167ec9f5dc73.tar.gz zsh-fbaba904b5374b3a8661d0fb02fd167ec9f5dc73.zip |
Use one positive arch-spec instead of several negated ones (Closes: #634609)
This should be used to close the named bug instead of 7c61c9184e.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d859c187f..cd28528a7 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: zsh Section: shells Priority: optional -Build-Depends: bsdmainutils, groff-base, libcap-dev [!hurd-any !kfreebsd-any !kfreebsd-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 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> Standards-Version: 3.9.2 |