diff options
author | Emmanuel Bouthenot <kolter@openics.org> | 2008-12-07 10:34:04 +0100 |
---|---|---|
committer | Emmanuel Bouthenot <kolter@openics.org> | 2008-12-07 10:34:04 +0100 |
commit | 09fdd1ace3a888a13fb0f11d839c9bbbb09463e0 (patch) | |
tree | 65480be01dabd2686eae6557b3efb2e5fb4f1982 /debian/control | |
parent | 8cf531216cbcf97ef971e3eec6301d62c0777cc9 (diff) | |
download | weechat-09fdd1ace3a888a13fb0f11d839c9bbbb09463e0.zip |
Update Debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 53 |
1 files changed, 33 insertions, 20 deletions
diff --git a/debian/control b/debian/control index ce2816fb8..243f40b07 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,17 @@ Source: weechat Section: net Priority: optional -Maintainer: Sebastien Helleu <flashcode@flashtux.org> -Uploaders: Julien Louis <ptitlouis@sysif.net> +Maintainer: Emmanuel Bouthenot <kolter@openics.org> Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml -Build-Depends: cdbs, debhelper (>= 5), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblualib50-dev, libgnutls-dev, libtool, dpkg-dev (>= 1.13.19) -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.37), cmake, libncursesw5-dev, + ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, + tcl8.4-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config +Standards-Version: 3.8.0 +Homepage: http://weechat.flashtux.org/ Package: weechat Architecture: all -Depends: weechat-common (= ${source:Version}), weechat-curses (>= ${binary:Version}) +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. @@ -21,12 +23,10 @@ Description: Fast, light and extensible IRC client - double charset support (decode/encode) - FIFO pipe for remote control - and much more! - . - Homepage: http://weechat.flashtux.org/ Package: weechat-curses Architecture: any -Depends: ${shlibs:Depends}, weechat-common (= ${source:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version}) Recommends: weechat-plugins (= ${binary:Version}) Description: Fast, light and extensible IRC client WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client @@ -39,21 +39,34 @@ Description: Fast, light and extensible IRC client - double charset support (decode/encode) - FIFO pipe for remote control - and much more! - . - Homepage: http://weechat.flashtux.org/ -Package: weechat-common -Architecture: all -Replaces: weechat -Recommends: weechat-curses -Description: Common files for WeeChat - Documentation, examples, and locale files for WeeChat - fast, light and - extensible IRC client. It is useless without weechat-curses. +Package: weechat-core +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) +Conflicts: weechat-common, weechat-plugins (<< 0.2.7) +Description: Core files for WeeChat + This package provides core plugins and locales files for WeeChat. It currently + ships the following plugins: xfer, notify, irc, charset and logger. Package: weechat-plugins Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) Suggests: weechat-scripts Description: Plugins for WeeChat - This package provides some plugins to enhance weechat with scripting languages - such as perl python or ruby. + This package provides some plugins to enhance WeeChat. It currently ships + the following plugins: Perl, Python, Ruby, Lua, Tcl, Aspell and Fifo. + +Package: weechat-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Documentation for WeeChat + This package contains the html documentation for WeeChat. + +Package: weechat-dbg +Priority: extra +Architecture: any +Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) | + weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version}) +Description: Debugging symbols for WeeChat + This package contains gdb debugging symbols for the WeeChat packages. |