diff options
author | Julien Louis <ptitlouis@sysif.net> | 2005-10-22 08:51:50 +0000 |
---|---|---|
committer | Julien Louis <ptitlouis@sysif.net> | 2005-10-22 08:51:50 +0000 |
commit | 1a140ab8b5e5ab61bb4ffdb842f845f6772ffe20 (patch) | |
tree | cf087f5a19c1ecc2f06078ef964c6a244985acca /debian/control | |
parent | e148a40ae14d914ce56611987fed7c8439e99550 (diff) | |
download | weechat-1a140ab8b5e5ab61bb4ffdb842f845f6772ffe20.zip |
* update build-depends
* remove automatic update of config.{guess,sub} since it's now handled by
libtool
* Add new loadable plugins in weechat-curses package
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 23acce8f7..5f7976e06 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Sebastien Helleu <flashcode@flashtux.org> Uploaders: Julien Louis <ptitlouis@sysif.net> -Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), libperl-dev, python-dev, libgnutls-dev, autotools-dev +Build-Depends: debhelper (>> 4.0.0), libncursesw5-dev (>= 5.2.20020112a-7), libperl-dev, python-dev, libgnutls-dev, libtool, texinfo Standards-Version: 3.6.2.1 Package: weechat |