diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-08 07:53:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-08 07:53:52 +0200 |
commit | 5a9422855715c762e1e096dc95ad22ab0f835b27 (patch) | |
tree | a15d9f70e61c9c362497d0422b2a81d3fa811fca /debian | |
parent | f2b2a3d736f4fa77a57a79250083576e8ab4ef23 (diff) | |
download | weechat-5a9422855715c762e1e096dc95ad22ab0f835b27.zip |
core: remove unneeded dependencies docbook-xml and docbook-xsl to build man page
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3430f6314..5f5aca95b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev, ruby1.9.1, ruby1.9.1-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, tcl8.5-dev, guile-2.0-dev, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev, zlib1g-dev, dpkg-dev (>= 1.13.19), pkg-config, asciidoc (>= 8.5), source-highlight, - xsltproc, docbook-xml, docbook-xsl + xsltproc Standards-Version: 3.9.4 Homepage: http://weechat.org/ Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git |