debian/0000755000000000000000000000000012141677502007173 5ustar debian/copyright0000644000000000000000000000426511763214504011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: loqui Upstream-Contact: Yoichi Imai Source: https://launchpad.net/loqui Files: * Copyright: 2002-2011 Yoichi Imai License: GPL-2+ Files: libloqui/* Copyright: 2002-2011 Yoichi Imai License: LGPL-2+ Files: debian/* Copyright: 2003-2011 Yoichi Imai 2011 Hideki Yamane License: GPL-2+ License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This program 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2+ This Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This Library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with the Gnome Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/compat0000644000000000000000000000000211650544343010371 0ustar 9 debian/control0000644000000000000000000000136512064464066010606 0ustar Source: loqui Section: net Priority: optional Maintainer: Hideki Yamane Uploaders: Yoichi Imai Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.22.0), autotools-dev, autoconf, automake, libtool Standards-Version: 3.9.4 Homepage: https://launchpad.net/loqui Package: loqui Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GTK+ based multipane IRC/Chat Client Loqui is a IRC/chat client based on GTK+, supports multiple servers and multiple protocols, has and the common buffer (a buffer to show messages on the channels that not currently selected). . It also has a friendly multipane interface, you can easily use it. debian/menu0000644000000000000000000000071711645050050010056 0ustar ?package(loqui): \ needs="X11" \ section="Applications/Network/Communication" \ title="Loqui" \ command="/usr/bin/loqui" \ longtitle="Loqui GTK+2 IRC Client" \ hints="IRC Client" \ icon="/usr/share/pixmaps/loqui.xpm" debian/changelog0000644000000000000000000002567412141677445011071 0ustar loqui (0.5.5-2) unstable; urgency=low * Upload to unstable -- Hideki Yamane Mon, 06 May 2013 18:59:59 +0900 loqui (0.5.5-1) experimental; urgency=low * New upstream release -- Hideki Yamane Wed, 27 Mar 2013 21:07:54 +0900 loqui (0.5.4-1) unstable; urgency=low * New upstream release * debian/patches: drop it since merged to upstream. -- Hideki Yamane Mon, 28 Jan 2013 06:33:35 +0900 loqui (0.5.3-5) unstable; urgency=low * debian/rules - use autotools-dev * debian/control - set "Standards-Version: 3.9.4" * debian/loqui-lintian.overrides - override "loqui: hardening-no-fortify-functions usr/bin/loqui" since it would be false-positive -- Hideki Yamane Sun, 13 Jan 2013 21:21:23 +0900 loqui (0.5.3-4) unstable; urgency=low * debian/rules - enable parallel build * debian/patches - add descriptions -- Hideki Yamane Thu, 05 Jul 2012 05:30:14 +0900 loqui (0.5.3-3) unstable; urgency=low * debian/copyright - update its Format: field to fix Lintian warning, "unversioned-copyright-format-uri" -- Hideki Yamane Tue, 05 Jun 2012 12:49:13 +0900 loqui (0.5.3-2) unstable; urgency=low * Fix "CPPFLAGS hardening flags missing" (Closes: #674721) Thanks to Simon Ruderich -- Hideki Yamane Tue, 29 May 2012 07:46:33 +0900 loqui (0.5.3-1) unstable; urgency=low * New upstream release * debian/rules - use "DEB_BUILD_MAINT_OPTIONS = hardening=+all" (however, DEB_BUILD_HARDENING_FORTIFY doesn't work well now). - add override_dh_auto_configure target to generate patched Makefiles * debian/control - set "Standards-Version: 3.9.3" with no change - set "Build-Depends: debhelper (>= 9)" - add autoconf, automake and libtool to Build-Depends - fix description, GTK"+" * debian/watch - fix to work -- Hideki Yamane Thu, 24 May 2012 22:10:23 +0900 loqui (0.5.2-1) unstable; urgency=low * New upstream release -- Hideki Yamane Sat, 19 Nov 2011 00:45:27 +0900 loqui (0.5.1-2) unstable; urgency=low * debian/rules - add "DEB_BUILD_MAINT_OPTIONS := hardening=+pie,+bindno" to harden it * debian/compat - set 9 * debian/control - set "debhelper (>= 8.9.0)" -- Hideki Yamane Sat, 22 Oct 2011 22:45:34 +0900 loqui (0.5.1-1) unstable; urgency=low * New upstream release (Closes: #645269) * debian/rules - simplified as default dh7 rules * debian/control - set "Standards-Version: 3.9.2" - set "Maintainer: Hideki Yamane " and "Uploaders: Yoichi Imai " - set "Build-Depends: debhelper (>> 7.0.50~)" to use dh7 - update build dependency, "libglib2.0-dev (>= 2.22.0)" and drop libgnet-dev - add Homepage: field - fix "W: loqui: description-starts-with-leading-spaces" - improve description * debian/copyright - update information, some files are licensed under LGPL-2+ - convert to DEP5 style * debian/menu - rewrite it to fix lintian warning and for improvement * add debian/{install,loqui.xpm} for menu entry * add debian/compat * add debian/watch * remove unnecessary debian/dirs * use source format "3.0 (quilt)" -- Hideki Yamane Fri, 14 Oct 2011 06:50:47 +0900 loqui (0.4.4-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 13 Oct 2005 20:57:31 +0900 loqui (0.4.3-1) unstable; urgency=low * new upstream release -- yoichi Wed, 12 Oct 2005 18:39:22 +0900 loqui (0.4.2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 25 Aug 2005 02:31:04 +0900 loqui (0.4.1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 18 Jul 2005 03:31:38 +0900 loqui (0.4.0pre4-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 3 Jul 2005 20:02:33 +0900 loqui (0.4.0pre3-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 2 Jul 2005 16:08:33 +0900 loqui (0.4.0pre2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Wed, 25 May 2005 20:25:21 +0900 loqui (0.4.0pre1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 15 May 2005 19:06:14 +0900 loqui (0.3.9-1) unstable; urgency=low * new upstream release -- Yoichi Imai Wed, 22 Sep 2004 01:20:18 +0900 loqui (0.3.8-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 26 Aug 2004 01:39:14 +0900 loqui (0.3.7-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 19 Jun 2004 02:57:57 +0900 loqui (0.3.6-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 15 Jun 2004 23:54:36 +0900 loqui (0.3.5-1) unstable; urgency=low * new upstream release -- Yoichi Imai Wed, 26 May 2004 21:03:39 +0900 loqui (0.3.4-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 13 May 2004 22:32:27 +0900 loqui (0.3.3-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 04 May 2004 14:50:38 +0900 loqui (0.3.2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 01 May 2004 20:44:01 +0900 loqui (0.3.1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Fri, 16 Apr 2004 21:29:10 +0900 loqui (0.3.0pre4-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 10 Apr 2004 00:02:50 +0900 loqui (0.3.0pre3-1) unstable; urgency=low * new upstream release -- Yoichi Imai Fri, 09 Apr 2004 17:51:03 +0900 loqui (0.3.0pre2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 05 Apr 2004 22:55:18 +0900 loqui (0.3.0pre1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 04 Apr 2004 02:04:06 +0900 loqui (0.2.5-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 07 Mar 2004 03:52:53 +0900 loqui (0.2.4-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 26 Feb 2004 01:52:10 +0900 loqui (0.2.3-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 08 Feb 2004 23:47:27 +0900 loqui (0.2.2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 22 Jan 2004 15:38:46 +0900 loqui (0.2.1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 19 Jan 2004 00:50:59 +0900 loqui (0.2.0-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 18 Jan 2004 19:34:21 +0900 loqui (0.1.20-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 21 Dec 2003 03:28:31 +0900 loqui (0.1.19-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 11 Sep 2003 03:29:25 +0900 loqui (0.1.18-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 01 Jul 2003 21:16:29 +0900 loqui (0.1.17-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 16 Jun 2003 03:32:40 +0900 loqui (0.1.16-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 07 Jun 2003 21:56:41 +0900 loqui (0.1.15-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 29 May 2003 20:17:20 +0900 loqui (0.1.14-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 17 Apr 2003 21:33:53 +0900 loqui (0.1.13-1) unstable; urgency=low * new upstream release -- Yoichi Imai Wed, 26 Mar 2003 12:42:25 +0900 loqui (0.1.12-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 24 Mar 2003 14:44:55 +0900 loqui (0.1.11-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 18 Mar 2003 01:13:54 +0900 loqui (0.1.10-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 16 Mar 2003 17:41:11 +0900 loqui (0.1.9-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 16 Mar 2003 14:48:44 +0900 loqui (0.1.8-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 25 Feb 2003 00:37:29 +0900 loqui (0.1.7-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 23 Feb 2003 22:43:53 +0900 loqui (0.1.6-1) unstable; urgency=low * new upstream release. -- Yoichi Imai Wed, 19 Feb 2003 23:05:24 +0900 loqui (0.1.5-1) unstable; urgency=low * new upstream release. -- Yoichi Imai Wed, 19 Feb 2003 15:46:52 +0900 loqui (0.1.4-1) unstable; urgency=low * new upstream release. -- Yoichi Imai Sun, 16 Feb 2003 14:27:15 +0900 loqui (0.1.3-1) unstable; urgency=low * new upstream release -- Yoichi Imai Wed, 12 Feb 2003 02:42:04 +0900 loqui (0.1.2-1) unstable; urgency=low * new upstream release -- Yoichi Imai Tue, 11 Feb 2003 00:04:55 +0900 loqui (0.1.1-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sat, 8 Feb 2003 23:06:58 +0900 loqui (0.1.0-1) unstable; urgency=low * new upstream release -- Yoichi Imai Mon, 27 Jan 2003 00:27:24 +0900 loqui (0.0.9-1) unstable; urgency=low * new upstream release -- Yoichi Imai Thu, 23 Jan 2003 20:44:47 +0900 loqui (0.0.8-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 19 Jan 2003 21:29:09 +0900 loqui (0.0.7-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 19 Jan 2003 00:07:11 +0900 loqui (0.0.6-1) unstable; urgency=low * new upstream release -- Yoichi Imai Sun, 12 Jan 2003 23:41:19 +0900 loqui (0.0.5-2) unstable; urgency=low * fixed undocumented -- Yoichi Imai Fri, 10 Jan 2003 21:28:08 +0900 loqui (0.0.5-1) unstable; urgency=low * Initial Release. -- Yoichi Imai Fri, 10 Jan 2003 21:02:09 +0900 debian/loqui.xpm0000644000000000000000000001256511645311507011061 0ustar /* XPM */ static char * loqui_xpm[] = { "32 32 204 2", " c None", ". c #1475B6", "+ c #1781C9", "@ c #1A9AF4", "# c #1A9DF5", "$ c #1A9CF6", "% c #199AFD", "& c #1793F3", "* c #1896F8", "= c #1587E1", "- c #1174C4", "; c #1173C2", "> c #1477BA", ", c #1B9CF8", "' c #1CA0FF", ") c #1B9FFE", "! c #1B9EFE", "~ c #1587DE", "{ c #1A94E9", "] c #1B9FFF", "^ c #199AFC", "/ c #1896F5", "( c #0D0084", "_ c #6252BC", ": c #210D96", "< c #0A0087", "[ c #1588E4", "} c #1A9BFE", "| c #1A9BFD", "1 c #1488E4", "2 c #0A0060", "3 c #5E4EBC", "4 c #FFFFFF", "5 c #A49BD8", "6 c #3C29AC", "7 c #16047C", "8 c #1589E5", "9 c #1A9CFE", "0 c #1899FF", "a c #1488E3", "b c #2F1BA2", "c c #F0EFF8", "d c #F8F8FC", "e c #D2CDEC", "f c #6456B7", "g c #050092", "h c #199AFF", "i c #1798FF", "j c #1182E2", "k c #160386", "l c #D5D0ED", "m c #EDEBF7", "n c #6757BE", "o c #271595", "p c #1589E4", "q c #1799FF", "r c #1183E2", "s c #150190", "t c #0F0095", "u c #060091", "v c #030090", "w c #7D70C6", "x c #FEFEFE", "y c #ECEBF7", "z c #AEA6DC", "A c #3420A7", "B c #060092", "C c #070093", "D c #070092", "E c #0E0096", "F c #140089", "G c #168AE4", "H c #1697FF", "I c #1593FF", "J c #0F008B", "K c #8E84C8", "L c #F7F6FC", "M c #EEECF7", "N c #E6E4F4", "O c #DDD9F0", "P c #DDDAF0", "Q c #E0DDF1", "R c #EAE8F6", "S c #EDECF7", "T c #FCFBFD", "U c #ACA4DB", "V c #10008C", "W c #1284E4", "X c #867CC5", "Y c #A096D5", "Z c #8276C9", "` c #8175C9", " . c #8074C8", ".. c #A49BD7", "+. c #1182E4", "@. c #1594FF", "#. c #128FFF", "$. c #1181E2", "%. c #867BC5", "&. c #E4E1F3", "*. c #DAD7EF", "=. c #D9D5EF", "-. c #DAD6EF", ";. c #D9D5EE", ">. c #D9D6EF", ",. c #F6F5FB", "'. c #1492FF", "). c #118EFF", "!. c #0E7DE2", "~. c #988DD2", "{. c #786BC5", "]. c #776AC4", "^. c #7365C2", "/. c #D1CDEB", "(. c #9F96D5", "_. c #10008B", ":. c #8479C4", "<. c #E1DEF2", "[. c #D3CFEC", "}. c #A096D6", "|. c #0C7AE4", "1. c #118DFF", "2. c #8378C3", "3. c #B2AADE", "4. c #9E94D5", "5. c #9D93D5", "6. c #D0CBEA", "7. c #0F8AFF", "8. c #108CFF", "9. c #0E7CE2", "0. c #A198D6", "a. c #0E89FF", "b. c #0D79E2", "c. c #0B78E4", "d. c #0F89FF", "e. c #0973E2", "f. c #0B79E4", "g. c #0974E2", "h. c #0B7AE4", "i. c #0D86FF", "j. c #0C85FF", "k. c #776BBF", "l. c #E3E1F3", "m. c #8E83CE", "n. c #11008C", "o. c #0C84FF", "p. c #0770E2", "q. c #160096", "r. c #1C069B", "s. c #210C9E", "t. c #210C9D", "u. c #220D9F", "v. c #1D089C", "w. c #130088", "x. c #076FE2", "y. c #0B83FF", "z. c #097FFF", "A. c #0055C5", "B. c #0873E4", "C. c #087EFF", "D. c #004FB5", "E. c #004FB8", "F. c #0874E4", "G. c #097EFF", "H. c #056DE3", "I. c #0060DD", "J. c #0874E5", "K. c #087DFF", "L. c #056EE5", "M. c #0055C6", "N. c #0058CD", "O. c #0671EA", "P. c #067AFE", "Q. c #0575F6", "R. c #005FDC", "S. c #006BFA", "T. c #0678FB", "U. c #0579FF", "V. c #057AFF", "W. c #0478FF", "X. c #0370F3", "Y. c #035ECC", "Z. c #0055C2", "`. c #0053C0", " + c #0051BD", ".+ c #0057CC", "++ c #005EDA", "@+ c #0273FF", "#+ c #0066F0", "$+ c #0654AC", "%+ c #0559B4", "&+ c #055CBE", "*+ c #0464D3", "=+ c #0466D8", "-+ c #0365D7", ";+ c #0466D7", ">+ c #0363D7", ",+ c #0364D8", "'+ c #015FD9", ")+ c #0160D9", "!+ c #005FD9", "~+ c #005CD6", "{+ c #005ED8", "]+ c #005AD2", " ", " ", " ", " . + @ # $ % & * = - ; ", " > , ' ) ! ~ ", " { ] ^ / ( _ : < ", " [ } | 1 2 3 4 5 6 7 ", " 8 9 0 a b c 4 d e f g ", " 8 h i j k l 4 4 4 4 m n o ", " p i q r s t u v w 4 4 4 x 4 4 y z A B C D D B E F ", " G H I r J K L M N O P P P P P P Q R S m S m T U V ", " W I I j V X Y Z Z Z Z Z Z Z Z Z Z ` ` Z Z .z ..V ", " +.@.#.$. V %.&.*.*.=.*.-.*.;.-.-.*.>.;.,.4 4 4 Y V ", " +.'.).!. V X ~.{.{.].{.{.{.].{.{.{.].^./.4 4 4 (._.", " +.@.).!. V :.<.;.;.;.;.;.;.;.;.;.;.;.>.[.N 4 4 }.V ", " |.#.1.!. V 2.3.4.4.4.4.4.4.4.4.4.4.4.4.5.6.4 4 Y V ", " W 7.8.9. V %.4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 x 4 0._.", " W 7.a.b. V %.4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 Y _.", " c.7.d.e. V %.4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 }.V ", " f.7.a.g. V %.4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 Y V ", " h.i.j.g. V k.l.Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q l.m.n.", " h.j.o.p. q.r.s.t.t.t.t.t.u.t.u.t.t.t.t.t.t.t.s.v.w.", " c.o.j.x. ", " f.y.z.x. A. ", " B.y.C.x. D.E. ", " F.z.G.H. I. ", " J.K.K.L. M.N. ", " O.P.P.Q. R.S. ", " T.U.V.W.X.Y.Z.`.`.`. +`.`..+++S.@+#+ ", " $+%+&+*+=+-+;+>+,+'+)+!+!+!+!+!+!+~+{+{+{+]+ ", " ", " "}; debian/install0000644000000000000000000000004411645050100010545 0ustar debian/loqui.xpm usr/share/pixmaps/ debian/watch0000644000000000000000000000024511757431414010227 0ustar # Compulsory line, this is a version 3 file version=3 https://launchpad.net/loqui \ https://launchpad.net/loqui/.*/.*/\+download/loqui-(.*)\.tar\.gz debian uupdate debian/docs0000644000000000000000000000003410323445654010044 0ustar NEWS NEWS.ja README AUTHORS debian/loqui.lintian-overrides0000644000000000000000000000006412074523214013677 0ustar loqui: hardening-no-fortify-functions usr/bin/loqui debian/source/0000755000000000000000000000000011645043577010502 5ustar debian/source/format0000644000000000000000000000001411645043612011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000035512064464106010254 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --parallel --with autotools-dev override_dh_auto_configure: autoreconf -i dh_auto_configure