diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-16 19:52:08 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-16 19:52:08 +0100 |
commit | b91c231096c726d0d8ecdc4c88e19a229feb615b (patch) | |
tree | df21ac2dccdbedcba04e14345339f2f702249193 /debian/control | |
parent | ca07f584063aa68f0c5d3263128f4149bb61b5e0 (diff) | |
download | weechat-b91c231096c726d0d8ecdc4c88e19a229feb615b.zip |
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
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 1e7766de7..328112c10 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends-Indep: asciidoc (>= 8.5), source-highlight Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev, ruby1.9.1, ruby1.9.1-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, tcl8.5-dev, guile-1.8-dev, libgcrypt11-dev, libgnutls-dev, zlib1g-dev, - dpkg-dev (>= 1.13.19), pkg-config + libcurl-dev, dpkg-dev (>= 1.13.19), pkg-config Standards-Version: 3.9.2 Homepage: http://weechat.org/ Vcs-Git: git://git.debian.org/users/kolter/weechat.git |