diff --git a/debian/changelog b/debian/changelog index 8fbd569af..3bd262c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +weechat (0.3.7-1) unstable; urgency=low + + * New upstream release + * Bump Standards-Version to 3.9.3 + * Update debian/copyright: new year + * Add new doc-base files: + - Developer's Guide in English + - Relay Protocol in English + - Quickstart in Spanish + * Update Vcs-Git and Vcs-Browser fields + + -- Emmanuel Bouthenot Sun, 26 Feb 2012 10:32:35 +0000 + weechat (0.3.6-2) unstable; urgency=low * Update debian/rules to use build flags from dpkg-buildflags when it's diff --git a/debian/control b/debian/control index 78096a4b1..2e219342c 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,12 @@ Maintainer: Emmanuel Bouthenot 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, - libcurl4-gnutls-dev, dpkg-dev (>= 1.13.19), pkg-config -Standards-Version: 3.9.2 + tcl8.5-dev, guile-1.8-dev, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev, + zlib1g-dev, dpkg-dev (>= 1.13.19), pkg-config +Standards-Version: 3.9.3 Homepage: http://weechat.org/ -Vcs-Git: git://git.debian.org/users/kolter/weechat.git -Vcs-Browser: http://git.debian.org/?p=users/kolter/weechat.git +Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git +Vcs-Browser: http://anonscm.debian.org/git/users/kolter/weechat.git Package: weechat Architecture: all @@ -28,7 +28,7 @@ Description: Fast, light and extensible chat client - 256 colors support - incremental text search - dynamic filtering of buffer content - - Perl, Python, Ruby, Lua, Tcl and Guile scripting + - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - spell checking - highly customizable and extensible - and much more! @@ -52,7 +52,7 @@ Description: Fast, light and extensible chat client - console client - 256 colors support - incremental text search - dynamic filtering of buffer content - - Perl, Python, Ruby, Lua, Tcl, and Guile scripting + - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - spell checking - highly customizable and extensible - and much more! @@ -82,7 +82,7 @@ Description: Fast, light and extensible chat client - plugins . This package provides some plugins to enhance WeeChat. It currently ships the following plugins: - - Perl, Python, Ruby, Lua, Tcl, and Guile scripting + - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - Spell checking (thanks to aspell) - FIFO pipe for remote control - IRC proxy diff --git a/debian/copyright b/debian/copyright index fcf9e207b..ba01f76c1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ License: GPL-3+ Files: debian/* Copyright: 2005-2008, Julien Louis - 2008-2011, Emmanuel Bouthenot + 2008-2012, Emmanuel Bouthenot License: GPL-3+ License: GPL-3+ diff --git a/debian/weechat-doc.doc-base.dev-en b/debian/weechat-doc.doc-base.dev-en index e8260477b..d8202ab9c 100644 --- a/debian/weechat-doc.doc-base.dev-en +++ b/debian/weechat-doc.doc-base.dev-en @@ -2,7 +2,7 @@ Document: weechat-dev-en Title: WeeChat Developer's Guide (English) Author: Sebastien Helleu Abstract: This manual describes WeeChat internals and -how to contribute to WeeChat (English version). + how to contribute to WeeChat (English version). Section: Network/Communication Format: HTML diff --git a/debian/weechat-doc.doc-base.quickstart-es b/debian/weechat-doc.doc-base.quickstart-es new file mode 100644 index 000000000..afbb9f2c4 --- /dev/null +++ b/debian/weechat-doc.doc-base.quickstart-es @@ -0,0 +1,9 @@ +Document: weechat-quickstart-es +Title: WeeChat Quickstart (Spanish) +Author: Sebastien Helleu +Abstract: A short HowTo for new WeeChat users (Spanish version). +Section: Network/Communication + +Format: HTML +Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.es.html +Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.es.html diff --git a/debian/weechat-doc.doc-base.relay-protocol-en b/debian/weechat-doc.doc-base.relay-protocol-en index bd81ef1f0..44e8f1117 100644 --- a/debian/weechat-doc.doc-base.relay-protocol-en +++ b/debian/weechat-doc.doc-base.relay-protocol-en @@ -2,7 +2,7 @@ Document: weechat-relay-protocol-en Title: WeeChat Relay Protocol (English) Author: Sebastien Helleu Abstract: This manual describes WeeChat Relay Protocol, used by -remote GUI to communicate with Relay plugin (English version). + remote GUI to communicate with Relay plugin (English version). Section: Network/Communication Format: HTML diff --git a/debian/weechat-plugins.install b/debian/weechat-plugins.install index 121d0ad89..4ae2338d9 100644 --- a/debian/weechat-plugins.install +++ b/debian/weechat-plugins.install @@ -1,10 +1,10 @@ usr/lib/weechat/plugins/aspell.so usr/lib/weechat/plugins/fifo.so +usr/lib/weechat/plugins/guile.so usr/lib/weechat/plugins/perl.so usr/lib/weechat/plugins/python.so usr/lib/weechat/plugins/ruby.so usr/lib/weechat/plugins/lua.so usr/lib/weechat/plugins/tcl.so -usr/lib/weechat/plugins/guile.so usr/lib/weechat/plugins/relay.so usr/lib/weechat/plugins/rmodifier.so