mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to build man page"
This reverts commit 5a94228557.
These two packages are needed to build man pages without network access.
This commit is contained in:
@@ -26,7 +26,8 @@ Following packages are all optional:
|
||||
* for SSL: gnutls, ca-certificates
|
||||
* for spell checking: aspell
|
||||
* for scripting: python, perl, ruby, lua, tcl, guile
|
||||
* for building doc: asciidoc, source-highlight (for man page: xsltproc)
|
||||
* for building doc: asciidoc, source-highlight
|
||||
(for man page: xsltproc, docbook-xml, docbook-xsl)
|
||||
|
||||
For a complete list of dependencies and versions recommended, please look at
|
||||
'User's guide'.
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
xsltproc, docbook-xml, docbook-xsl
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://weechat.org/
|
||||
Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git
|
||||
|
||||
@@ -104,7 +104,8 @@ welche Pakete optional genutzt werden können.
|
||||
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) Erweiterung
|
||||
| asciidoc | ≥ 8.5.0 | | Zum Erstellen der man page und der Dokumentation
|
||||
| source-highlight | | | Syntax Highlight für Quelltext in Dokumentation
|
||||
| xsltproc | | | Erstellt man page
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | Erstellt man page
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
|
||||
@@ -104,7 +104,8 @@ compile WeeChat.
|
||||
| guile-2.0-dev | ≥ 2.0 | | Guile (scheme) plugin
|
||||
| asciidoc | ≥ 8.5.0 | | Build man page and documentation
|
||||
| source-highlight | | | Syntax highlight for sources in documentation
|
||||
| xsltproc | | | Build of man page
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | Build of man page
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
|
||||
@@ -106,7 +106,8 @@ compiler WeeChat.
|
||||
| guile-2.0-dev | ≥ 2.0 | | Extension guile (scheme)
|
||||
| asciidoc | ≥ 8.5.0 | | Construction de la page man et de la documentation
|
||||
| source-highlight | | | Coloration des sources dans la documentation
|
||||
| xsltproc | | | Construction de la page de manuel
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | Construction de la page de manuel
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
|
||||
@@ -113,7 +113,8 @@ compilare WeeChat.
|
||||
| asciidoc | ≥ 8.5.0 | | Build man page and documentation
|
||||
| source-highlight | | | Evidenziazione della sintassi per i sorgenti nella documentazione
|
||||
// TRANSLATION MISSING
|
||||
| xsltproc | | | Build of man page
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | Build of man page
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
|
||||
@@ -96,7 +96,8 @@ WeeChat は cmake または autotools を使ってコンパイルできます (c
|
||||
| guile-2.0-dev | ≥ 2.0 | | guile (scheme) プラグイン
|
||||
| asciidoc | ≥ 8.5.0 | | man ページと文書のビルド
|
||||
| source-highlight | | | 文書中のソースに対するシンタックスハイライト
|
||||
| xsltproc | | | man ページのビルド
|
||||
| xsltproc,
|
||||
docbook-xml, docbook-xsl | | | man ページのビルド
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
|
||||
Reference in New Issue
Block a user