debian/0000755000000000000000000000000012232034363007164 5ustar debian/weechat-curses.dirs0000644000000000000000000000003211430233240012756 0ustar usr/bin usr/share/pixmaps debian/weechat-doc.doc-base.scripting-en0000644000000000000000000000055411652052555015363 0ustar Document: weechat-scripting-en Title: WeeChat Scripting Guide (English) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.en.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.en.html debian/weechat-curses.install0000644000000000000000000000016112224477116013504 0ustar usr/bin/weechat debian/weechat.xpm usr/share/pixmaps usr/share/man/man1/weechat.1 usr/share/man/*/man1/weechat.1 debian/watch0000644000000000000000000000010011430233240010176 0ustar version=2 http://weechat.org/files/src/weechat-(\d.*)\.tar\.bz2 debian/weechat-doc.doc-base.dev-en0000644000000000000000000000054711722441011014124 0ustar 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). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_dev.en.html Files: /usr/share/doc/weechat-doc/html/weechat_dev.en.html debian/weechat-doc.doc-base.plugin-en0000644000000000000000000000054711652052555014661 0ustar Document: weechat-plugin-en Title: WeeChat plugins API (English) Author: Sebastien Helleu Abstract: This document describes the API to create plugins for WeeChat (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_plugin_api.en.html Files: /usr/share/doc/weechat-doc/html/weechat_plugin_api.en.html debian/control0000644000000000000000000001205712231767737010615 0ustar Source: weechat Section: net Priority: optional Maintainer: Emmanuel Bouthenot Build-Depends: asciidoc (>= 8.5), source-highlight, xsltproc, docbook-xsl, debhelper (>= 9), cmake, pkg-config, libncursesw5-dev, ruby1.9.1, ruby1.9.1-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev, tcl8.5-dev, # guile-2.0-dev, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev, zlib1g-dev Standards-Version: 3.9.4 Homepage: http://weechat.org/ Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git Package: weechat Architecture: all Depends: ${misc:Depends}, weechat-curses (>= ${source:Version}) Suggests: weechat-doc (= ${source:Version}) Description: Fast, light and extensible chat client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - scripts manager - spell checking - highly customizable and extensible - and much more! Package: weechat-curses Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-core (= ${binary:Version}) Conflicts: weechat-common Breaks: weechat-scripts (<= 20090221-1) Recommends: weechat-plugins (= ${binary:Version}) Suggests: weechat-doc (= ${source:Version}) Description: Fast, light and extensible chat client - console client WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. It is customizable and extensible with plugins/scripts, and includes: - support of IRC protocol (native) - support of XMPP/Jabber protocol (with additional script) - nicklist - smart hotlist - horizontal and vertical split - double charset support (decode/encode) - FIFO pipe for remote control - 256 colors support - incremental text search - dynamic filtering of buffer content - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - scripts manager - spell checking - highly customizable and extensible - and much more! . This package provides the console client (ncurses). Package: weechat-core Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: weechat-common, weechat-plugins (<< 0.3.0) Suggests: weechat-doc (= ${source:Version}) Description: Fast, light and extensible chat client - core files WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides core plugins and locales files for WeeChat. It currently ships the following plugins: alias, xfer, irc, charset and logger. It is useless without weechat-curses. Package: weechat-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}) Suggests: weechat-scripts (>> 20090221-1) Description: Fast, light and extensible chat client - plugins WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package provides some plugins to enhance WeeChat. It currently ships the following plugins: - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - scripts manager - Spell checking (thanks to aspell) - FIFO pipe for remote control - IRC proxy - Realtime input/output changes through regular expressions Package: weechat-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: Fast, light and extensible chat client - documentation WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the html documentation for WeeChat. Package: weechat-dev Section: devel Architecture: all Depends: ${misc:Depends} Description: Fast, light and extensible chat client - developement headers WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains the headers needed to build plugins. Package: weechat-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, weechat-curses (= ${binary:Version}) | weechat-core (= ${binary:Version}), weechat-plugins (= ${binary:Version}) Description: Fast, light and extensible chat client - debugging symbols WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client for many operating systems. Everything can be done with a keyboard. . This package contains gdb debugging symbols for the WeeChat packages. debian/weechat-doc.doc-base.quickstart-it0000644000000000000000000000051711652052555015564 0ustar Document: weechat-quickstart-it Title: WeeChat Quickstart (Italian) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.it.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.it.html debian/weechat-doc.doc-base.quickstart-en0000644000000000000000000000051711652052555015552 0ustar Document: weechat-quickstart-en Title: WeeChat Quickstart (English) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.en.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.en.html debian/weechat-doc.doc-base.quickstart-fr0000644000000000000000000000051511652052555015555 0ustar Document: weechat-quickstart-fr Title: WeeChat Quickstart (French) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.fr.html debian/weechat-plugins.dirs0000644000000000000000000000001011430233241013130 0ustar usr/lib debian/weechat.xpm0000644000000000000000000002035412224471404011340 0ustar /* XPM */ static char * C:\temp\weechat_xpm[] = { "32 32 362 2", " c None", ". c #117529", "+ c #0E7527", "@ c #0A7424", "# c #057323", "$ c #016F20", "% c #5DAA58", "& c #5DB059", "* c #5AB158", "= c #57B157", "- c #54AF55", "; c #4FAE53", "> c #4BAE52", ", c #48AD50", "' c #44AC4E", ") c #3FAB4C", "! c #3BA849", "~ c #36A646", "{ c #30A343", "] c #2CA040", "^ c #279D3D", "/ c #229A3A", "( c #1D9837", "_ c #189534", ": c #129232", "< c #0D8F2E", "[ c #088D2C", "} c #03691F", "| c #64AB5B", "1 c #6FC468", "2 c #6AC265", "3 c #66BF62", "4 c #62BC5F", "5 c #5DBA5D", "6 c #58B85A", "7 c #54B557", "8 c #4FB254", "9 c #4AB052", "0 c #45AD4F", "a c #40AB4C", "b c #3CA849", "c c #37A647", "d c #32A344", "e c #2DA041", "f c #289D3D", "g c #239A3B", "h c #1E9838", "i c #199535", "j c #139232", "k c #0F8F2F", "l c #098B2B", "m c #035018", "n c #68AE5E", "o c #76C96B", "p c #70C568", "q c #6CC365", "r c #67C062", "s c #62BD60", "t c #5FBC5E", "u c #5ABA5B", "v c #55B859", "w c #51B656", "x c #4CB354", "y c #47B051", "z c #42AD4E", "A c #3EAA4B", "B c #38A647", "C c #32A243", "D c #2E9D40", "E c #28993C", "F c #239439", "G c #1E9036", "H c #188C32", "I c #13882F", "J c #0F842C", "K c #0A7C27", "L c #629F57", "M c #7BCC6F", "N c #76C86B", "O c #71C569", "P c #6DC366", "Q c #69C163", "R c #65C162", "S c #57AC56", "T c #3E803F", "U c #377539", "V c #316E34", "W c #2C6830", "X c #28602C", "Y c #225928", "Z c #1D5124", "` c #1A4E22", " . c #184C20", ".. c #81CF72", "+. c #7CCB6E", "@. c #77C86C", "#. c #72C76A", "$. c #6EC467", "%. c #69C164", "&. c #549F51", "*. c #71B062", "=. c #84D274", "-. c #7FCF71", ";. c #7ACD6F", ">. c #76CB6C", ",. c #72C869", "'. c #6CC465", "). c #1F391D", "!. c #558DC1", "~. c #568EC3", "{. c #568FC5", "]. c #5790C7", "^. c #5892C8", "/. c #538ABE", "(. c #5B98D0", "_. c #5C99D2", ":. c #5E9CD5", "<. c #609FDB", "[. c #61A1DC", "}. c #497440", "|. c #3F6638", "1. c #355930", "2. c #2C4A28", "3. c #213B1F", "4. c #609ED9", "5. c #63A4E2", "6. c #63A4E1", "7. c #5B96CE", "8. c #64A6E4", "9. c #4878A4", "0. c #426E96", "a. c #4F83B3", "b. c #4E82B2", "c. c #62A3DF", "d. c #64A6E3", "e. c #274159", "f. c #44729C", "g. c #5B97CF", "h. c #5B97D0", "i. c #5C98D0", "j. c #5C98D1", "k. c #5B97CE", "l. c #64A5E2", "m. c #36597B", "n. c #64A4E2", "o. c #5A95CD", "p. c #5993CB", "q. c #64A5E3", "r. c #45729C", "s. c #63A4E3", "t. c #62A2E1", "u. c #62A1E1", "v. c #61A1E1", "w. c #609FE0", "x. c #5993D4", "y. c #5D9BDF", "z. c #5D99DF", "A. c #5C99DF", "B. c #5B98DE", "C. c #4878B1", "D. c #63A3E5", "E. c #609EE0", "F. c #5F9DE0", "G. c #5F9DDF", "H. c #5E9BDF", "I. c #5C99DC", "J. c #2B4666", "K. c #4D7FBD", "L. c #5A96DF", "M. c #5A94DE", "N. c #5993DD", "O. c #5992DD", "P. c #5993E1", "Q. c #4069A0", "R. c #365A8E", "S. c #568EDF", "T. c #548ADB", "U. c #5489DB", "V. c #5389DB", "W. c #5287DA", "X. c #2E4D7C", "Y. c #4C7DC1", "Z. c #5891DE", "`. c #568FDC", " + c #568EDC", ".+ c #568DDC", "++ c #558CDC", "@+ c #4F82CD", "#+ c #4D7ECD", "$+ c #5185DA", "%+ c #5085DA", "&+ c #5084DA", "*+ c #4F82D9", "=+ c #5185DF", "-+ c #121E31", ";+ c #4370C2", ">+ c #4C7CD9", ",+ c #4A7BD7", "'+ c #4A7AD7", ")+ c #4978D7", "!+ c #4877D6", "~+ c #4E82D9", "{+ c #4E81D9", "]+ c #4E80D9", "^+ c #4E7FD9", "/+ c #4D7ED8", "(+ c #4C7DDA", "_+ c #395FA4", ":+ c #4775D2", "<+ c #4876D6", "[+ c #4775D6", "}+ c #4773D6", "|+ c #4674D7", "1+ c #3B62B7", "2+ c #436ED6", "3+ c #416CD4", "4+ c #416AD3", "5+ c #4069D3", "6+ c #406AD6", "7+ c #304FA2", "8+ c #375BA8", "9+ c #4673D5", "0+ c #4572D5", "a+ c #4571D5", "b+ c #4470D5", "c+ c #436FD4", "d+ c #4470D9", "e+ c #14213E", "f+ c #3150A3", "g+ c #4069D4", "h+ c #3E67D3", "i+ c #3E66D2", "j+ c #3D64D2", "k+ c #3D64D3", "l+ c #243C7F", "m+ c #2F4DAC", "n+ c #395ED1", "o+ c #385CD0", "p+ c #375AD0", "q+ c #365ACF", "r+ c #375AD5", "s+ c #111C41", "t+ c #3558B8", "u+ c #3C63D2", "v+ c #3C62D2", "w+ c #3B61D1", "x+ c #3A60D2", "y+ c #3658C2", "z+ c #3455C4", "A+ c #3659CF", "B+ c #3557CF", "C+ c #3556CF", "D+ c #3354CF", "E+ c #3151C5", "F+ c #101A3E", "G+ c #2C49C0", "H+ c #2F4DCC", "I+ c #2E4CCC", "J+ c #2D4ACB", "K+ c #2D49CB", "L+ c #2741B7", "M+ c #3353C6", "N+ c #3455CF", "O+ c #3454CE", "P+ c #3353CE", "Q+ c #3252CD", "R+ c #3151CE", "S+ c #304FCC", "T+ c #162467", "U+ c #1F318C", "V+ c #2E4BCF", "W+ c #2C47CB", "X+ c #2B47CA", "Y+ c #2A45CA", "Z+ c #2943C8", "`+ c #2841C5", " @ c #2942CB", ".@ c #2841CB", "+@ c #273EC9", "@@ c #263DC9", "#@ c #253BC8", "$@ c #243AC7", "%@ c #2339C9", "&@ c #172583", "*@ c #1D2F86", "=@ c #2D49CE", "-@ c #2B46CB", ";@ c #2B46CA", ">@ c #2A44CA", ",@ c #2943CA", "'@ c #2841C9", ")@ c #2740C9", "!@ c #2840CC", "~@ c #273FCA", "{@ c #263DCA", "]@ c #243AC8", "^@ c #2339C7", "/@ c #2338C7", "(@ c #2237C7", "_@ c #2135C6", ":@ c #2034C6", "<@ c #2033C6", "[@ c #1E31C5", "}@ c #1E30C5", "|@ c #1D2EC4", "1@ c #1C2DC4", "2@ c #1B2CC4", "3@ c #1A2AC3", "4@ c #1928C0", "5@ c #0C1258", "6@ c #1B2C97", "7@ c #233AC9", "8@ c #2238C7", "9@ c #2136C7", "0@ c #1F32C6", "a@ c #1D2FC5", "b@ c #1C2EC5", "c@ c #1B2BC4", "d@ c #1A2AC4", "e@ c #1929C3", "f@ c #1827C3", "g@ c #1826C3", "h@ c #1724C2", "i@ c #1623C2", "j@ c #1522C1", "k@ c #1420C2", "l@ c #141FC2", "m@ c #121EC1", "n@ c #111CC2", "o@ c #111AC1", "p@ c #0E17B2", "q@ c #1A2AC1", "r@ c #1929C4", "s@ c #1927C4", "t@ c #1724C3", "u@ c #1623C3", "v@ c #1522C4", "w@ c #1520C3", "x@ c #131FC3", "y@ c #131DC3", "z@ c #111CC0", "A@ c #111ABB", "B@ c #0F19B6", "C@ c #0F17B1", "D@ c #0D15AD", "E@ c #0D14A9", "F@ c #0C13A7", "G@ c #0B11A4", "H@ c #0A1099", "I@ c #080D8B", "J@ c #070B7A", "K@ c #060968", "L@ c #0F179E", "M@ c #0E16AA", "N@ c #0E15AF", "O@ c #0C13A9", "P@ c #0C129C", "Q@ c #0A108F", "R@ c #090E80", "S@ c #080C72", "T@ c #070B63", "U@ c #060957", " ", " ", " ", " ", " ", " . + @ # $ ", " % & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } ", " | 1 2 3 4 5 6 7 8 9 0 a b c d e f g h i j k l m ", " n o p q r s t u v w x y z A B C D E F G H I J K ", " L M N O P Q R S T U V W X Y Z ` . ", " ..+.@.#.$.%.&. ", " *.=.-.;.>.,.'.). !.~.{.].^. /.(._.:.<.[. ", " }.|.1.2.3. 4.5.6.6.6.7. [.6.6.6.8.9. ", " 0.8.6.6.6.6.a. b.c.6.6.6.d.e. ", " f.g.h.i.j._.{. k.l.6.6.6.l.m. !.n.6.6.6.o. ", " p.l.6.6.6.q.r. s.t.t.u.v.w. x.y.z.A.B.C. ", " D.E.F.G.H.I.J. K.L.M.N.O.P.Q. R.S.T.U.V.W.X. ", " Y.Z.`. +.+++@+ #+$+%+&+*+=+-+ ;+>+,+'+)+!+ ", " ~+{+]+^+/+(+_+ :+<+[+}+|+1+ 2+3+4+5+6+7+ ", " 8+9+0+a+b+c+d+e+ f+g+h+i+j+k+l+ m+n+o+p+q+r+s+ ", " t+j+u+v+w+x+y+ z+A+B+C+D+E+F+ G+H+I+J+K+L+ ", " M+N+O+P+Q+R+S+T+ U+V+K+W+X+Y+Z+`+ @.@+@@@#@$@%@&@ ", "*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@_@:@<@[@}@|@1@2@3@4@5@ ", "6@7@8@9@_@:@0@[@a@b@1@c@d@e@f@g@h@i@j@k@l@m@n@o@p@ ", " q@r@s@g@t@u@v@w@x@y@z@A@B@C@D@E@F@G@H@I@J@K@ ", " L@M@N@O@P@Q@R@S@T@U@ ", " ", " ", " ", " ", " ", " "}; debian/weechat-dev.install0000644000000000000000000000005211430233241012740 0ustar usr/include/weechat/* usr/lib/pkgconfig/* debian/weechat-plugins.install0000644000000000000000000000055412163572652013672 0ustar 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/script.so usr/lib/weechat/plugins/relay.so usr/lib/weechat/plugins/rmodifier.so debian/NEWS0000644000000000000000000000146311430233241007662 0ustar weechat (0.3.1-1) unstable; urgency=low This release introduces important changes with the usage of SSL. There are stronger checks while connecting with SSL. By default, if a connection is not fully trusted it will fail. You can find more information on how to handle this new behaviour here: http://dev.weechat.org/post/2009/12/01/SSL-certificates -- Emmanuel Bouthenot Mon, 25 Jan 2010 12:35:11 +0100 weechat (0.3.0-1) unstable; urgency=low This release introduces major changes. Large part of code was rewritten without keeping compatibility with older versions. Please refer to the file /usr/share/doc/weechat-core/UPGRADE_0.3 for more information on upgrade from a version 0.2.x to 0.3.x. -- Emmanuel Bouthenot Tue, 15 Sep 2009 20:59:42 +0000 debian/weechat-doc.doc-base.quickstart-es0000644000000000000000000000051711722441323015550 0ustar 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 debian/source/0000755000000000000000000000000012224470016010464 5ustar debian/source/format0000644000000000000000000000001411506223177011700 0ustar 3.0 (quilt) debian/weechat-doc.doc-base.faq-de0000644000000000000000000000053411652052555014114 0ustar Document: weechat-faq-de Title: WeeChat FAQ (German) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (German version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.de.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.de.html debian/weechat-doc.doc-base.tester-de0000644000000000000000000000056511652052555014657 0ustar Document: weechat-tester-de Title: WeeChat Tester's Guide (German) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (German version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.de.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.de.html debian/weechat-doc.doc-base.user-de0000644000000000000000000000052211652052555014320 0ustar Document: weechat-user-de Title: WeeChat User's Guide (German) Author: Sebastien Helleu Abstract: This manual describes how to use the WeeChat IRC client (German version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_user.de.html Files: /usr/share/doc/weechat-doc/html/weechat_user.de.html debian/weechat-doc.doc-base.plugin-it0000644000000000000000000000054711652052555014673 0ustar Document: weechat-plugin-it Title: WeeChat plugins API (Italian) Author: Sebastien Helleu Abstract: This document describes the API to create plugins for WeeChat (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_plugin_api.it.html Files: /usr/share/doc/weechat-doc/html/weechat_plugin_api.it.html debian/weechat-doc.links0000644000000000000000000000007211652047536012423 0ustar usr/share/doc/weechat-doc/html usr/share/doc/weechat/html debian/weechat-doc.doc-base.scripting-pl0000644000000000000000000000055211652052555015372 0ustar Document: weechat-scripting-pl Title: WeeChat Scripting Guide (Polish) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (Polish version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.pl.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.pl.html debian/weechat-doc.doc-base.tester-en0000644000000000000000000000056711652052555014673 0ustar Document: weechat-tester-en Title: WeeChat Tester's Guide (English) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.en.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.en.html debian/changelog0000644000000000000000000004372712232033563011054 0ustar weechat (0.4.2-3) unstable; urgency=low * Fix FTBS while building without Internet access (add a missing build dependency on docbook-xsl) (Closes: #727206) -- Emmanuel Bouthenot Wed, 23 Oct 2013 20:54:08 +0000 weechat (0.4.2-2) unstable; urgency=low * Move dependencies from Build-Depends-Indep to Build-Depends (weechat-curses as arch:any needs them to build manpages) -- Emmanuel Bouthenot Tue, 08 Oct 2013 07:16:59 +0000 weechat (0.4.2-1) unstable; urgency=low * New upstream release - Add build dependency on xsltproc - Enable build of documentation and manpages (now disabled by default) - Install new localized manpages - weechat-curses renamed to weechat o update packaging accordingly o add symlinks for backward compatibility * Refresh XPM menu icon following upstream changes * Switch to debhelper >= 9 -- Emmanuel Bouthenot Mon, 07 Oct 2013 21:40:15 +0000 weechat (0.4.1-2) unstable; urgency=low * Disable build of guile plugin (as guile-2.0-dev FTBFS on multiple architectures) -- Emmanuel Bouthenot Sat, 29 Jun 2013 14:48:33 +0000 weechat (0.4.1-1) unstable; urgency=low * New upstream release * Move guile build dependency from to guile-2.0-dev (previous versions are no longer supported). * Add supported protocols in long description. Thanks to Jonas Smedegaard for the suggestion (Closes: #705216) -- Emmanuel Bouthenot Tue, 21 May 2013 19:44:31 +0000 weechat (0.4.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 * Remove UPGRADE_0.3 from doc (no more included in upstream sources). -- Emmanuel Bouthenot Wed, 23 Jan 2013 18:44:36 +0000 weechat (0.3.9.2-1) unstable; urgency=low * New upstream release - do not call shell to execute command in hook_process (fix security problem when a plugin/script gives untrusted command) -- Emmanuel Bouthenot Sun, 18 Nov 2012 13:35:21 +0000 weechat (0.3.9.1-1) unstable; urgency=low * New upstream release - fix crash when decoding IRC colors in strings -- Emmanuel Bouthenot Fri, 09 Nov 2012 23:11:09 +0000 weechat (0.3.9-1) unstable; urgency=low * New upstream release * Add the new 'script' plugin and update the long descriptions accordingly * Add new doc-base files: - Testers guide in Japanese - Users guide in Japanese - Scripting guide in Japanese * Fix wrong Vcs-Browser URL (Closes: #689203) * Update lintian override on weechat-curses -- Emmanuel Bouthenot Sun, 30 Sep 2012 21:14:22 +0000 weechat (0.3.8-1) unstable; urgency=low * New upstream release -- Emmanuel Bouthenot Sun, 03 Jun 2012 07:54:52 +0000 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 possible (ie: with dpkg >= 1.16.1). -- Emmanuel Bouthenot Sat, 29 Oct 2011 07:31:14 +0000 weechat (0.3.6-1) unstable; urgency=low * New upstream release - Fix a FTBFS due to wrong detection of ncursesw headers (Closes: #646299) * Add new doc-base files (Polish translations). * Install html documentation in /usr/share/doc/weechat/html instead of /usr/share/doc/weechat * Add a symlink from /usr/share/doc/weechat/html to /usr/share/doc/weechat-doc/html so that it will be easier to find documentation when weechat-doc is installed (Closes: #632621) * Add a Suggest on weechat-doc for weechat and weechat-curses. Thanks to Jonathan Nieder for the proposal. * Fix the cmake invokation from debian/rules (cflags and ldflags) -- Emmanuel Bouthenot Wed, 26 Oct 2011 20:10:09 +0000 weechat (0.3.5-1) unstable; urgency=low * New upstream release - Fix usage of deprecated _set_priority GnuTLS functions (Closes: #624055) * Remove patch added to fix crash when completing /part command * Bump Standards-Version to 3.9.2 * Update debian/copyright, switch to DEP5 format -- Emmanuel Bouthenot Mon, 16 May 2011 11:40:09 +0000 weechat (0.3.4-2) unstable; urgency=low * Add a patch which fix a crash when completing /part command on a non-irc buffer. -- Emmanuel Bouthenot Sun, 13 Feb 2011 21:13:35 +0000 weechat (0.3.4-1) unstable; urgency=low * New upstream release (add relay and rmodifier plugins). * Update Build depends (tcl-dev, ruby-dev, asciidoc). * Remove the patch to make weechat aware of python 2.7 (merged upstream). * Remove the backported patch which fix the bug with hostmasks in IRC command /ignore. * Update lintian override on weechat-curses. * Update long descriptions regarding the new features. * Add source/local-options file. -- Emmanuel Bouthenot Sun, 16 Jan 2011 11:54:55 +0000 weechat (0.3.3-3) unstable; urgency=low * Upload to unstable. * Downgrade tcl-dev dependency to 8.4 until tcl 8.5 hit unstable. * Add a patch to make cmake aware of python 2.7 (Closes: #606989). Thanks to Matthias Klose. -- Emmanuel Bouthenot Mon, 27 Dec 2010 23:29:46 +0000 weechat (0.3.3-2) experimental; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Add a patch to fix bug with hostmasks in IRC command /ignore -- Emmanuel Bouthenot Fri, 20 Aug 2010 20:39:06 +0000 weechat (0.3.3-1) experimental; urgency=low * New upstream release * Add new doc-base files (German translations). * Update Standards-Version to 3.9.1 -- Emmanuel Bouthenot Tue, 10 Aug 2010 11:23:14 +0000 weechat (0.3.2-2) experimental; urgency=low * Fix Vcs-Browser url (Closes: #580859). * Rebuild against tcl-dev (>= 8.5) (Closes: #582588). -- Emmanuel Bouthenot Sun, 23 May 2010 08:32:37 +0000 weechat (0.3.2-1) unstable; urgency=low * New upstream release - Add SASL authentication support (Closes: #574053) - Add Build-Depend on libgcrypt11-dev (needed by SASL auth.) * Fix build dependency against asciidoc (>=8.4 is needed). Thanks to Michal Suchanek who spotted this bug (Closes: #574050). * Update Standards-Version to 3.8.4 * Add debian/source/format to make lintian happy. * Update lintian-override for weechat-curses manpage. * Add new doc-base files (italian translations). -- Emmanuel Bouthenot Sat, 20 Mar 2010 18:09:38 +0100 weechat (0.3.1.1-1) unstable; urgency=low * New upstream release -- Emmanuel Bouthenot Sun, 31 Jan 2010 19:18:42 +0000 weechat (0.3.1-1) unstable; urgency=low * New upstream release: - Add ssl client certificate support (Closes: #453348) - Fix a color bug in status line (Closes: #512957) * Remove patch 'fix_ftbfs_kfreebsd' (fixed upstream) * Maintainer became Debian Developer: adjust email, VCS and DM fields. * Update doc-base files: - Remove not needed asciidoc templates - Add new translations * Update debian/NEWS about new SSL behaviour. -- Emmanuel Bouthenot Sat, 16 Jan 2010 12:16:26 +0100 weechat (0.3.0-2) unstable; urgency=low * Add a patch to fix a FTBFS on GNU/kFreeBSD. -- Emmanuel Bouthenot Sat, 03 Oct 2009 13:22:10 +0000 weechat (0.3.0-1) unstable; urgency=low * New (final) upstream release. * Upload to unstable. * Add doc-base files for documentation. -- Emmanuel Bouthenot Tue, 15 Sep 2009 20:58:07 +0000 weechat (0.3.0~rc3-1) experimental; urgency=low * New (major) upstream release. - Fix the excessive number of wakeups (Closes: #461945) * Remove patches (merged upstream). * Update debian/copyright: add new copyright holder. * Packaging changes (taking into account future frontends: weechat-gtk, weechat-qt, etc.): - Drop weechat-common - Add weechat-doc (Documentation) - Add weechat-core (locales files, essential plugins) - Add weechat-dev (plugins development files) - Add weechat-dbg (gdb debugging symbols) * Switch packaging from cdbs to debhelper 7. * Update packages descriptions. * Add a lintian-override against manpage line wrapping error. * Update Standards-Version to 3.8.3. * Add file UPGRADE_0.3 to doc files. * Update debian/NEWS about major changes in this release. -- Emmanuel Bouthenot Sun, 16 Aug 2009 20:32:01 +0000 weechat (0.2.6.3-1) unstable; urgency=low * New upstream release - drop the usage of the deprecated libgnutls-config script to detect gnutls (Closes: #529912). -- Emmanuel Bouthenot Sat, 13 Jun 2009 21:47:56 +0000 weechat (0.2.6.2-1) unstable; urgency=low * New upstream release * Add a patch which fix typos in aspell plugin. * Refresh patch multiple_ip_servers according to the new upstream release. -- Emmanuel Bouthenot Sun, 19 Apr 2009 10:23:26 +0000 weechat (0.2.6.1-1) unstable; urgency=low * New upstream release which includes a fix against a possible remote Denial of Service (crash) while receiving messages with special chars (Closes: #519940). * Refresh patch multiple_ip_servers according to the new upstream release. * Update Standards-Version to 3.8.1. -- Emmanuel Bouthenot Mon, 16 Mar 2009 13:18:29 +0000 weechat (0.2.6-3) unstable; urgency=low * Add a patch to make weechat try to connect other server IPs when the first one failed. Thanks to Lionel Elie Mamane for his patch (Closes: #498610). * Rename patch 01_perlembed_init_macros to perlembed_init_macros. * Update debian/control: - add ${misc:Depends} - update descriptions * Update debian/copyright about debian packaging. * Add Vcs-Browser and Vcs-Git fields in debian/control. * Add DM-Upload-Allowed field. -- Emmanuel Bouthenot Sat, 21 Feb 2009 18:34:08 +0000 weechat (0.2.6-2) unstable; urgency=low * Setting me as maintainer with previous maintainer agreement. * Remove Uploaders field. * Add quilt to Build-Depends. * Add a patch to fix probable pthread mutex locks on hppa architecture with perl plugin (Closes: #495080). * Add a Homepage field. * Update Standards-Version to 3.8.0. * Reformat NEWS file to avoid lintian warnings. * Fix typos in control file. -- Emmanuel Bouthenot Sun, 07 Sep 2008 19:39:42 +0000 weechat (0.2.6-1) unstable; urgency=low * New Upstream Version * Switch to GPLv3 (update copyright) * Update menu entry -- Emmanuel Bouthenot Thu, 06 Sep 2007 20:10:26 +0200 weechat (0.2.5-1) unstable; urgency=low * New Upstream Version -- Julien Louis Tue, 12 Jun 2007 19:42:15 +0200 weechat (0.2.4-2) unstable; urgency=low * Backport iso-2022-jp patch from upstream CVS (Closes: #421833). * Set myself as Maintainer with previous Maintainer agreement. -- Julien Louis Thu, 03 May 2007 21:15:59 +0200 weechat (0.2.4-1) unstable; urgency=low * New upstream release -- Julien Louis Thu, 29 Mar 2007 21:01:46 +0200 weechat (0.2.3-1) unstable; urgency=low * New upstream release * Bump lua build-dependency to liblua5.1-0-dev * Add pkg-config to Build-Depends * Remove some duplited changelog entries. * Improve weechat-plugins description -- Julien Louis Fri, 12 Jan 2007 09:01:46 +0100 weechat (0.2.1-1) unstable; urgency=low * New upstream release * Overrive lintian menu-icon-missing warning since the icon is in the weechat-common package. -- Julien Louis Mon, 2 Oct 2006 15:30:06 +0200 weechat (0.2.0-2) unstable; urgency=low * Add libaspell-dev to Build-Depends. This enables the aspell plugin built. -- Julien Louis Mon, 25 Sep 2006 23:56:16 +0200 weechat (0.2.0-1) unstable; urgency=low * New upstream release * Rebuild against new default python version (Closes: #380985). -- Julien Louis Sat, 19 Aug 2006 17:10:59 +0200 weechat (0.1.9-3) unstable; urgency=low * Remove gnutls Build-Depends introduced in the previous upload (closes: #379765). * Move xsltproc, docbook-xml, docbook-xsl to Build-Depends-Indep. * Change icon format from png to xpm. -- Julien Louis Tue, 25 Jul 2006 11:53:25 +0200 weechat (0.1.9-2) unstable; urgency=low * Fix ${datadir} expansion in configure.in which caused some problem when loading scripts from /usr/share/weechat. * Add weechat-scripts to weechat-plugins Suggests. * Apply patch from Andreas Metzler to make weechat binNMUable (Closes: #379419). * Build-Depends against libgnutls13-dev | libgnutls-dev. -- Julien Louis Sun, 23 Jul 2006 17:28:34 +0200 weechat (0.1.9-1) unstable; urgency=low * New upstream release -- Julien Louis Thu, 25 May 2006 07:40:53 +0200 weechat (0.1.8-2) unstable; urgency=low * Switch to cdbs * update debhelper compatibility to 5 * update Build-Depends * update debian/copyright * Bump Standards-Version, no changes needed -- Julien Louis Fri, 21 Apr 2006 22:39:00 +0200 weechat (0.1.8-1) unstable; urgency=low * New upstream release * Add liblualib50-dev and docbook-xml to Build-Depends -- Julien Louis Sat, 18 Mar 2006 11:32:52 +0100 weechat (0.1.7-2) unstable; urgency=low * force linking against libpthread on GNU/Hurd (Closes: #350487) -- Julien Louis Sun, 5 Feb 2006 18:23:24 +0100 weechat (0.1.7-1) unstable; urgency=low * New upstream release -- Julien Louis Sat, 14 Jan 2006 14:14:29 +0100 weechat (0.1.6-2) unstable; urgency=low * Apply path to fix segfault when removing server. * Move plugins in a separate package -- Julien Louis Tue, 22 Nov 2005 08:33:09 +0100 weechat (0.1.6-1) unstable; urgency=low * New upstream release * Add menu entry * Move libperl5.8 and python2.3 from Depends to Recommends -- Julien Louis Fri, 11 Nov 2005 22:21:08 +0100 weechat (0.1.5-1) unstable; urgency=low * New upstream release -- Julien Louis Sat, 24 Sep 2005 14:08:55 +0200 weechat (0.1.4-2) unstable; urgency=low * Add autotools-dev to Build-Depends. * update autotools stuff automatically to always have up-to-date config.{guess,sub} * Update Build-Depends: libgnutls11-dev -> libgnutls-dev -- Julien Louis Mon, 1 Aug 2005 11:46:39 +0200 weechat (0.1.4-1) unstable; urgency=low * New upstream release. -- Julien Louis Sat, 30 Jul 2005 16:26:55 +0200 weechat (0.1.3-2) unstable; urgency=low * Update config.{guess,sub} to fix FTBFS on k*BSD (Closes: #316791) -- Julien Louis Fri, 8 Jul 2005 21:30:38 +0200 weechat (0.1.3-1) unstable; urgency=low * New upstream release. -- Julien Louis Sat, 2 Jul 2005 20:06:29 +0200 weechat (0.1.2-3) unstable; urgency=low * Apply patch against gui-display.c to fix curses color bug. * remove dh_install --sourcedir to allow builds on woody. -- Julien Louis Sun, 19 Jun 2005 22:37:11 +0200 weechat (0.1.2-2) unstable; urgency=low * Patch src/gui/curse/gui-display.c to fix segfault when config file does not exists (Closes: #310589). -- Julien Louis Tue, 24 May 2005 20:55:02 +0200 weechat (0.1.2-1) unstable; urgency=low * WeeChat version 0.1.2, see ChangeLog for detail. -- Sebastien Helleu Sat, 21 May 2005 08:00:00 +0200 weechat (0.1.1-2) unstable; urgency=low * debian/control: - Add myself to uploaders. - Remove unecessary dependency on weechat-gtk (Closes: #308287). -- Julien Louis Tue, 10 May 2005 22:38:52 +0200 weechat (0.1.1-1) unstable; urgency=low * WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492) -- Sebastien Helleu Sat, 20 Mar 2005 08:00:00 +0200 weechat (0.1.0-1) unstable; urgency=low * WeeChat version 0.1.0, see ChangeLog for detail. -- Sebastien Helleu Sat, 12 Feb 2005 12:00:00 +0200 weechat (0.0.9-1) unstable; urgency=low * WeeChat version 0.0.9, see ChangeLog for detail. -- FlashCode Sat, 01 Jan 2005 13:00:00 +0200 weechat (0.0.8-1) unstable; urgency=low * WeeChat version 0.0.8, see ChangeLog for detail. -- FlashCode Sat, 30 Oct 2004 11:40:00 +0200 weechat (0.0.7-1) unstable; urgency=low * WeeChat version 0.0.7, see ChangeLog for detail. -- FlashCode Sat, 08 Aug 2004 21:00:00 +0200 weechat (0.0.6-1) unstable; urgency=low * WeeChat version 0.0.6, see ChangeLog for detail. -- FlashCode Sat, 05 Jun 2004 11:30:00 +0200 weechat (0.0.5-1) unstable; urgency=low * WeeChat version 0.0.5, see ChangeLog for detail. -- FlashCode Sat, 07 Feb 2004 20:30:00 +0200 weechat (0.0.4-1) unstable; urgency=low * WeeChat version 0.0.4, see ChangeLog for detail. -- FlashCode Thu, 01 Jan 2004 13:00:00 +0200 weechat (0.0.3-1) unstable; urgency=low * WeeChat version 0.0.3, see ChangeLog for detail. -- FlashCode Mon, 03 Nov 2003 23:15:00 +0200 weechat (0.0.2-1) unstable; urgency=low * WeeChat version 0.0.2, see ChangeLog for detail. -- FlashCode Sun, 05 Oct 2003 12:00:00 +0200 weechat (0.0.1-1) unstable; urgency=low * First version. -- FlashCode Sat, 27 Sep 2003 12:00:00 +0200 debian/copyright0000644000000000000000000000245611722421704011130 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: weechat Upstream-Contact: Sebastien Helleu Source: http://weechat.org/ Files: * Copyright: 2003-2012, Sebastien Helleu 2005-2009, Emmanuel Bouthenot 2008-2009, Dmitry Kobylin License: GPL-3+ Files: debian/* Copyright: 2005-2008, Julien Louis 2008-2012, Emmanuel Bouthenot License: GPL-3+ License: GPL-3+ WeeChat is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . WeeChat is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License, Version 3 can be found in the file /usr/share/common-licenses/GPL-3 debian/weechat-doc.doc-base.scripting-de0000644000000000000000000000055211652052555015347 0ustar Document: weechat-scripting-de Title: WeeChat Scripting Guide (German) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (German version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.de.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.de.html debian/weechat-doc.doc-base.user-ja0000644000000000000000000000052612032402344014312 0ustar Document: weechat-user-ja Title: WeeChat User's Guide (Japanese) Author: Sebastien Helleu Abstract: This manual describes how to use the WeeChat IRC client (Japanese version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_user.ja.html Files: /usr/share/doc/weechat-doc/html/weechat_user.ja.html debian/weechat-doc.doc-base.scripting-fr0000644000000000000000000000055211652052555015366 0ustar Document: weechat-scripting-fr Title: WeeChat Scripting Guide (French) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.fr.html debian/weechat-doc.doc-base.user-fr0000644000000000000000000000052211652052555014337 0ustar Document: weechat-user-fr Title: WeeChat User's Guide (French) Author: Sebastien Helleu Abstract: This manual describes how to use the WeeChat IRC client (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_user.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_user.fr.html debian/weechat-doc.doc-base.faq-en0000644000000000000000000000053611652052555014130 0ustar Document: weechat-faq-en Title: WeeChat FAQ (English) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.en.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.en.html debian/weechat-doc.doc-base.tester-ja0000644000000000000000000000057112032402344014642 0ustar Document: weechat-tester-ja Title: WeeChat Tester's Guide (Japanese) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (Japanese version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.ja.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.ja.html debian/weechat-doc.doc-base.user-it0000644000000000000000000000052411652052555014346 0ustar Document: weechat-user-it Title: WeeChat User's Guide (Italian) Author: Sebastien Helleu Abstract: This manual describes how to use the WeeChat IRC client (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_user.it.html Files: /usr/share/doc/weechat-doc/html/weechat_user.it.html debian/weechat-doc.doc-base.tester-fr0000644000000000000000000000056511652052555014676 0ustar Document: weechat-tester-fr Title: WeeChat Tester's Guide (French) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.fr.html debian/weechat-doc.doc-base.user-en0000644000000000000000000000052411652052555014334 0ustar Document: weechat-user-en Title: WeeChat User's Guide (English) Author: Sebastien Helleu Abstract: This manual describes how to use the WeeChat IRC client (English version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_user.en.html Files: /usr/share/doc/weechat-doc/html/weechat_user.en.html debian/weechat-doc.doc-base.quickstart-de0000644000000000000000000000051511652052555015536 0ustar Document: weechat-quickstart-de Title: WeeChat Quickstart (German) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (German version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.de.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.de.html debian/weechat-doc.doc-base.scripting-ja0000644000000000000000000000055612032402344015341 0ustar Document: weechat-scripting-ja Title: WeeChat Scripting Guide (Japanese) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (Japanese version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.ja.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.ja.html debian/weechat-doc.doc-base.plugin-fr0000644000000000000000000000054511652052555014664 0ustar Document: weechat-plugin-fr Title: WeeChat plugins API (French) Author: Sebastien Helleu Abstract: This document describes the API to create plugins for WeeChat (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_plugin_api.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_plugin_api.fr.html debian/weechat-core.docs0000644000000000000000000000002412077246135012411 0ustar AUTHORS NEWS README debian/weechat-doc.doc-base.quickstart-pl0000644000000000000000000000051511652052555015561 0ustar Document: weechat-quickstart-pl Title: WeeChat Quickstart (Polish) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (Polish version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.pl.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.pl.html debian/weechat-doc.doc-base.faq-it0000644000000000000000000000053611652052555014142 0ustar Document: weechat-faq-it Title: WeeChat FAQ (Italian) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.it.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.it.html debian/weechat-curses.lintian-overrides0000644000000000000000000000017712032401343015465 0ustar weechat-curses: manpage-has-errors-from-man usr/share/man/man1/weechat-curses.1.gz 65: warning [p 1, 9.7i]: cannot adjust line debian/weechat-curses.links0000644000000000000000000000064212224501201013141 0ustar usr/bin/weechat usr/bin/weechat-curses usr/share/man/man1/weechat.1.gz usr/share/man/man1/weechat-curses.1.gz usr/share/man/fr/man1/weechat.1.gz usr/share/man/fr/man1/weechat-curses.1.gz usr/share/man/ja/man1/weechat.1.gz usr/share/man/ja/man1/weechat-curses.1.gz usr/share/man/it/man1/weechat.1.gz usr/share/man/it/man1/weechat-curses.1.gz usr/share/man/de/man1/weechat.1.gz usr/share/man/de/man1/weechat-curses.1.gz debian/weechat-doc.doc-base.tester-it0000644000000000000000000000056711652052555014705 0ustar Document: weechat-tester-it Title: WeeChat Tester's Guide (Italian) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.it.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.it.html debian/weechat-doc.doc-base.faq-ja0000644000000000000000000000054011762633314014113 0ustar Document: weechat-faq-ja Title: WeeChat FAQ (Japanese) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (Japanese version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.ja.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.ja.html debian/weechat-doc.doc-base.relay-protocol-en0000644000000000000000000000063611722441074016331 0ustar 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). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_relay_protocol.en.html Files: /usr/share/doc/weechat-doc/html/weechat_relay_protocol.en.html debian/weechat-doc.doc-base.quickstart-ja0000644000000000000000000000052111652052555015535 0ustar Document: weechat-quickstart-ja Title: WeeChat Quickstart (Japanese) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (Japanese version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.ja.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.ja.html debian/weechat-doc.install0000644000000000000000000000007411652051414012741 0ustar usr/share/doc/weechat/*.html usr/share/doc/weechat-doc/html debian/weechat-doc.doc-base.quickstart-ru0000644000000000000000000000051711652052555015576 0ustar Document: weechat-quickstart-ru Title: WeeChat Quickstart (Russian) Author: Sebastien Helleu Abstract: A short HowTo for new WeeChat users (Russian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.ru.html Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.ru.html debian/weechat-doc.doc-base.faq-fr0000644000000000000000000000053411652052555014133 0ustar Document: weechat-faq-fr Title: WeeChat FAQ (French) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (French version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.fr.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.fr.html debian/weechat-core.install0000644000000000000000000000026711430233240013121 0ustar usr/share/locale/ usr/lib/weechat/plugins/alias.so usr/lib/weechat/plugins/xfer.so usr/lib/weechat/plugins/irc.so usr/lib/weechat/plugins/charset.so usr/lib/weechat/plugins/logger.so debian/weechat-curses.menu0000644000000000000000000000026012224471257013002 0ustar ?package(weechat-curses):needs="text" section="Applications/Network/Communication" \ title="weechat" \ icon="/usr/share/pixmaps/weechat.xpm" \ command="/usr/bin/weechat" debian/compat0000644000000000000000000000000212224626426010372 0ustar 9 debian/weechat-dev.dirs0000644000000000000000000000002411430233241012232 0ustar usr/include/weechat debian/weechat-doc.doc-base.scripting-it0000644000000000000000000000055411652052555015375 0ustar Document: weechat-scripting-it Title: WeeChat Scripting Guide (Italian) Author: Sebastien Helleu Abstract: This document describes the API to create scripts for WeeChat (Italian version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_scripting.it.html Files: /usr/share/doc/weechat-doc/html/weechat_scripting.it.html debian/rules0000755000000000000000000000142412224626737010262 0ustar #!/usr/bin/make -f BUILDDIR = builddir $(BUILDDIR)/Makefile: mkdir -p $(BUILDDIR) cd $(BUILDDIR) && \ cmake .. \ -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ -DENABLE_GUILE:BOOL=OFF \ -DENABLE_DOC:BOOL=ON \ -DENABLE_MAN:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING="$(LDFLAGS)" \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON override_dh_auto_build: $(BUILDDIR)/Makefile dh_auto_build override_dh_auto_configure: # the package also has autotools buildsys and # debhelper try to use it but that's not needed echo override_dh_strip: dh_strip --dbg-package=weechat-dbg %: dh $@ --parallel --builddirectory=$(BUILDDIR) debian/weechat-doc.doc-base.tester-pl0000644000000000000000000000056511652052555014702 0ustar Document: weechat-tester-pl Title: WeeChat Tester's Guide (Polish) Author: Sebastien Helleu Abstract: This document describes how to test and report bugs against the WeeChat IRC Client (Polish version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_tester.pl.html Files: /usr/share/doc/weechat-doc/html/weechat_tester.pl.html debian/weechat-doc.doc-base.faq-pl0000644000000000000000000000053411652052555014137 0ustar Document: weechat-faq-pl Title: WeeChat FAQ (Polish) Author: Sebastien Helleu Abstract: This document answers frequently asked questions about the WeeChat IRC client (Polish version). Section: Network/Communication Format: HTML Index: /usr/share/doc/weechat-doc/html/weechat_faq.pl.html Files: /usr/share/doc/weechat-doc/html/weechat_faq.pl.html