diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-13 22:10:27 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-13 22:10:27 +0100 |
commit | 03abd783550b1d25b1cdf95c84982aee332734cb (patch) | |
tree | 27fa7f835b23f65ce6de1fe0bd36312e904e01f8 | |
parent | c324610226cef15ecfb1235113c8243b068084c8 (diff) | |
download | weechat-03abd783550b1d25b1cdf95c84982aee332734cb.zip |
core: sync debian files with debian git repository
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d4e192745..b8c06acce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +weechat (0.4.3-2) unstable; urgency=medium + + * Add missing symlink for Polish manpage + * Change ruby-* Build-Depends to gem2deb so that ruby plugin will be + built against the newest Ruby interpreter available (Closes: #738685) + + -- Emmanuel Bouthenot <kolter@debian.org> Thu, 13 Feb 2014 12:11:54 +0000 + weechat (0.4.3-1) unstable; urgency=medium * New upstream release diff --git a/debian/control b/debian/control index cdc1f5486..050073de4 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), cmake, pkg-config, libncursesw5-dev, - ruby1.9.1, ruby1.9.1-dev, + gem2deb, libperl-dev, python-dev, libaspell-dev, |