diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-01 11:53:25 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-01 11:53:25 +0200 |
commit | b0fe6e7f215e43cf2491c46ed27bd5fdc2716c2e (patch) | |
tree | 47b8827155f7012f96a59fa58daae2bb11aa2ba6 /debian/control | |
parent | 6b9cb34a09cd879e119ad7ccf19e7d734fdb0080 (diff) | |
download | weechat-b0fe6e7f215e43cf2491c46ed27bd5fdc2716c2e.zip |
Fix asciidoc min version in debian/control
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 127406ae1..d59dd4962 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Emmanuel Bouthenot <kolter@openics.org> Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, - tcl-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config, asciidoc (>= 8.2), + tcl-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config, asciidoc (>= 8.4), source-highlight Standards-Version: 3.8.2 Homepage: http://weechat.flashtux.org/ |