diff options
author | Julien Louis <ptitlouis@sysif.net> | 2005-11-22 14:07:58 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2005-11-22 14:07:58 +0000 |
commit | 83b82e1d7d9f4dc6fbf4ea2f47801558a884b447 (patch) | |
tree | 20fa939979f62cb74c314898286bc54647748dd6 /debian/control | |
parent | 4ea27db1d7534c84b97f09a04d175739b27a2117 (diff) | |
download | weechat-83b82e1d7d9f4dc6fbf4ea2f47801558a884b447.zip |
Add a new package called weechat-plugins
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b5e899e6c..f8adebe00 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Description: Fast, light and extensible IRC client Package: weechat-curses Architecture: any Depends: ${shlibs:Depends}, weechat-common (= ${Source-Version}) -Recommends: ${shlibs:Recommends} +Recommends: weechat-plugins (= ${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. @@ -48,3 +48,10 @@ 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-plugins +Architecture: any +Depends: ${shlibs:Depends} +Description: Plugins for WeeChat + This package provides some plugins to enhance weechat with scripting languages + such as perl python or ruby. |