diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-07-19 09:26:34 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-07-19 09:26:34 +0200 |
commit | 7c61c9184e5dd3c88dc6c7757e580c74e82eaac2 (patch) | |
tree | 41a92d35b609e81372482da9a5d931571f7d4dc0 | |
parent | fd22233869f9568c934c8f4c8f291f7cbc808b01 (diff) | |
download | zsh-7c61c9184e5dd3c88dc6c7757e580c74e82eaac2.tar.gz zsh-7c61c9184e5dd3c88dc6c7757e580c74e82eaac2.zip |
Use hurd-any etc. instead of hurd-i386 (Closes: #634609)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e4d7440da..d859c187f 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-i386 !kfreebsd-i386 !kfreebsd-amd64], libncursesw5-dev, libpcre3-dev, texi2html (>= 1.76-3), texinfo, texlive-latex-base, yodl +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 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 |