This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access.
129 lines
5.0 KiB
Plaintext
129 lines
5.0 KiB
Plaintext
Source: weechat
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
|
|
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
|
|
Standards-Version: 3.9.4
|
|
Homepage: http://weechat.org/
|
|
Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git
|
|
|
|
Package: weechat
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version})
|
|
Suggests: weechat-doc (= ${source:Version})
|
|
Description: Fast, light and extensible chat client
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
It is customizable and extensible with plugins/scripts, and includes:
|
|
- support of IRC protocol (native)
|
|
- support of XMPP/Jabber protocol (with additional script)
|
|
- nicklist
|
|
- smart hotlist
|
|
- horizontal and vertical split
|
|
- double charset support (decode/encode)
|
|
- FIFO pipe for remote control
|
|
- 256 colors support
|
|
- incremental text search
|
|
- dynamic filtering of buffer content
|
|
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
|
- scripts manager
|
|
- spell checking
|
|
- highly customizable and extensible
|
|
- and much more!
|
|
|
|
Package: weechat-curses
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version})
|
|
Conflicts: weechat-common
|
|
Breaks: weechat-scripts (<= 20090221-1)
|
|
Recommends: weechat-plugins (= ${binary:Version})
|
|
Suggests: weechat-doc (= ${source:Version})
|
|
Description: Fast, light and extensible chat client - console client
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
It is customizable and extensible with plugins/scripts, and includes:
|
|
- support of IRC protocol (native)
|
|
- support of XMPP/Jabber protocol (with additional script)
|
|
- nicklist
|
|
- smart hotlist
|
|
- horizontal and vertical split
|
|
- double charset support (decode/encode)
|
|
- FIFO pipe for remote control
|
|
- 256 colors support
|
|
- incremental text search
|
|
- dynamic filtering of buffer content
|
|
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
|
- scripts manager
|
|
- spell checking
|
|
- highly customizable and extensible
|
|
- and much more!
|
|
.
|
|
This package provides the console client (ncurses).
|
|
|
|
Package: weechat-core
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Replaces: weechat-common, weechat-plugins (<< 0.3.0)
|
|
Suggests: weechat-doc (= ${source:Version})
|
|
Description: Fast, light and extensible chat client - core files
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
.
|
|
This package provides core plugins and locales files for WeeChat. It
|
|
currently ships the following plugins: alias, xfer, irc, charset and
|
|
logger. It is useless without weechat-curses.
|
|
|
|
Package: weechat-plugins
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
|
|
Suggests: weechat-scripts (>> 20090221-1)
|
|
Description: Fast, light and extensible chat client - plugins
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
.
|
|
This package provides some plugins to enhance WeeChat. It currently
|
|
ships the following plugins:
|
|
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
|
- scripts manager
|
|
- Spell checking (thanks to aspell)
|
|
- FIFO pipe for remote control
|
|
- IRC proxy
|
|
- Realtime input/output changes through regular expressions
|
|
|
|
Package: weechat-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Fast, light and extensible chat client - documentation
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
.
|
|
This package contains the html documentation for WeeChat.
|
|
|
|
Package: weechat-dev
|
|
Section: devel
|
|
Architecture: all
|
|
Depends: ${misc:Depends}
|
|
Description: Fast, light and extensible chat client - developement headers
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
.
|
|
This package contains the headers needed to build plugins.
|
|
|
|
Package: weechat-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) |
|
|
weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version})
|
|
Description: Fast, light and extensible chat client - debugging symbols
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
|
for many operating systems. Everything can be done with a keyboard.
|
|
.
|
|
This package contains gdb debugging symbols for the WeeChat packages.
|