diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-19 22:49:59 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-19 22:49:59 +0100 |
commit | 9857b44e4ecfcbc1685acc429bd541777ea38afb (patch) | |
tree | 57d00a94aa265a14c292f83dfb56ec5406ff6230 /debian | |
parent | c43d48a9dff87cd935bde9d545835d5690dcaef6 (diff) | |
download | weechat-9857b44e4ecfcbc1685acc429bd541777ea38afb.zip |
guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350)
Unfortunately this breaks compatibility with existing guile scripts, but this
change is needed to keep consistency with other scripting languages.
Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4bf789e4a..262b8b16e 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Emmanuel Bouthenot <kolter@debian.org> 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, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev, + tcl8.5-dev, guile-2.0-dev, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev, zlib1g-dev, dpkg-dev (>= 1.13.19), pkg-config Standards-Version: 3.9.4 Homepage: http://weechat.org/ |