weechat/debian/control

94 lines
3.7 KiB
Plaintext
Raw Normal View History

2003-09-27 10:01:11 +00:00
Source: weechat
Section: net
Priority: optional
2008-12-07 10:34:04 +01:00
Maintainer: Emmanuel Bouthenot <kolter@openics.org>
2006-08-17 23:57:44 +00:00
Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml
2009-05-08 19:32:39 +02:00
Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev,
2008-12-07 10:34:04 +01:00
ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev,
2009-05-08 19:32:39 +02:00
tcl-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config
Standards-Version: 3.8.1
2008-12-07 10:34:04 +01:00
Homepage: http://weechat.flashtux.org/
2003-09-27 10:01:11 +00:00
Package: weechat
Architecture: all
2008-12-07 10:34:04 +01:00
Depends: ${misc:Depends}, weechat-curses (>= ${source:Version})
Description: Fast, light and extensible IRC client
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
for many operating systems. Everything can be done with a keyboard.
2005-11-07 13:04:19 +00:00
It is customizable and extensible with plugins/scripts, and includes:
- nicklist
- smart hotlist
- infobar with highlight notification
- horizontal and vertical split
- double charset support (decode/encode)
- FIFO pipe for remote control
- and much more!
Package: weechat-curses
Architecture: any
2008-12-07 10:34:04 +01:00
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version})
2006-08-17 23:57:44 +00:00
Recommends: weechat-plugins (= ${binary:Version})
2009-05-08 19:32:39 +02:00
Description: Fast, light and extensible IRC client - console client
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
for many operating systems. Everything can be done with a keyboard.
2005-11-07 13:04:19 +00:00
It is customizable and extensible with plugins/scripts, and includes:
2005-11-08 08:23:19 +00:00
- nicklist
- smart hotlist
- infobar with highlight notification
- horizontal and vertical split
- double charset support (decode/encode)
- FIFO pipe for remote control
- and much more!
2009-05-08 19:32:39 +02:00
.
This package provides the console client (ncurses).
2008-12-07 10:34:04 +01:00
Package: weechat-core
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
2009-05-08 19:32:39 +02:00
Suggests: weechat-doc (= ${source:Version})
2008-12-07 10:34:04 +01:00
Conflicts: weechat-common, weechat-plugins (<< 0.2.7)
2009-05-08 19:32:39 +02:00
Description: Fast, light and extensible IRC client - core files
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC 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: xfer, notify, irc, charset and
logger. It is useless without weechat-curses.
Package: weechat-plugins
Architecture: any
2008-12-07 10:34:04 +01:00
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version})
2006-08-17 23:57:44 +00:00
Suggests: weechat-scripts
2009-05-08 19:32:39 +02:00
Description: Fast, light and extensible IRC client - plugins
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC 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, and Tcl scripting.
- Spell checking (thanks to aspell).
- Charsets management
- And many others (Relay, Fifo, ...)
2008-12-07 10:34:04 +01:00
Package: weechat-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
2009-05-08 19:32:39 +02:00
Description: Fast, light and extensible IRC client - documentation
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
for many operating systems. Everything can be done with a keyboard.
.
2008-12-07 10:34:04 +01:00
This package contains the html documentation for WeeChat.
Package: weechat-dbg
2009-05-08 19:32:39 +02:00
Section: debug
2008-12-07 10:34:04 +01:00
Priority: extra
Architecture: any
Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) |
weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version})
2009-05-08 19:32:39 +02:00
Description: Fast, light and extensible IRC client - debugging symbols
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client
for many operating systems. Everything can be done with a keyboard.
.
2008-12-07 10:34:04 +01:00
This package contains gdb debugging symbols for the WeeChat packages.