diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-27 15:59:06 +0200 |
commit | 712623547f7e6fffc1bda625399ac54de87b6e2d (patch) | |
tree | 7353e6aec83c944eaa7b8af24694015b13f7715f /debian/control | |
parent | bb42984f5d6101ddc750700768ed3faf27f31021 (diff) | |
download | weechat-712623547f7e6fffc1bda625399ac54de87b6e2d.zip |
Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
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 3f005b3e3..3262d62fa 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Emmanuel Bouthenot <kolter@openics.org> Build-Depends-Indep: asciidoc (>= 8.2), source-highlight Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, - tcl-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config + tcl8.5-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config Standards-Version: 3.8.3 Homepage: http://weechat.org/ Vcs-Git: git://git.debian.org/users/kolter-guest/weechat.git |