diff options
author | Julien Louis <ptitlouis@sysif.net> | 2006-08-17 23:57:44 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2006-08-17 23:57:44 +0000 |
commit | 9d59722879e7125a7b7223b19b388aca74dea819 (patch) | |
tree | 477e619a7903fcd056e89acc6f663fc6ab8913a7 /debian/control | |
parent | 6db6b35e408398603245ccf095423e729ed87b7f (diff) | |
download | weechat-9d59722879e7125a7b7223b19b388aca74dea819.zip |
Sync debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 78e3b2978..b52df65b7 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,13 @@ Section: net Priority: optional Maintainer: Sebastien Helleu <flashcode@flashtux.org> Uploaders: Julien Louis <ptitlouis@sysif.net> -Build-Depends: cdbs, debhelper (>= 5), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, liblualib50-dev, libgnutls-dev, libtool, xsltproc, docbook-xsl, docbook-xml +Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml +Build-Depends: cdbs, debhelper (>= 5), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, liblualib50-dev, libgnutls-dev, libtool, dpkg-dev (>= 1.13.19) Standards-Version: 3.7.2 Package: weechat Architecture: all -Depends: weechat-common (= ${Source-Version}), weechat-curses (= ${Source-Version}) +Depends: weechat-common (= ${source:Version}), weechat-curses (>= ${binary: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. @@ -25,8 +26,8 @@ Description: Fast, light and extensible IRC client Package: weechat-curses Architecture: any -Depends: ${shlibs:Depends}, weechat-common (= ${Source-Version}) -Recommends: weechat-plugins (= ${Source-Version}) +Depends: ${shlibs:Depends}, weechat-common (= ${source: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 for many operating systems. Everything can be done with a keyboard. @@ -52,6 +53,7 @@ Description: Common files for WeeChat Package: weechat-plugins Architecture: any Depends: ${shlibs:Depends} +Suggests: weechat-scripts Description: Plugins for WeeChat This package provides some plugins to enhance weechat with scripting languages such as perl python or ruby. |