debian/0000755000000000000000000000000012041537401007163 5ustar debian/install0000644000000000000000000000013312041537401010551 0ustar debian/greenwich.xpm /usr/share/pixmaps/ debian/greenwich.desktop /usr/share/applications/ debian/rules0000755000000000000000000000033612041537401010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: dh_auto_install find $(CURDIR)/debian/greenwich/ -name "*.pm" | xargs chmod 644 debian/watch0000644000000000000000000000025112041537401010212 0ustar version=3 # Note: upstream has an old, badly named 0.11 opts=uversionmangle=s/^(0\.11)/0.$1/ \ http://jodrell.net/files/unsupported/greenwich/greenwich-(\d+.*)\.tar\.gz debian/control0000644000000000000000000000166112041537401010572 0ustar Source: greenwich Section: gnome Priority: optional Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: libgnome2-perl Standards-Version: 3.9.1 Homepage: http://jodrell.net/projects/greenwich Vcs-Git: git://git.debian.org/git/collab-maint/greenwich.git Vcs-Browser: http://git.debian.org/?p=collab-maint/greenwich.git Package: greenwich Architecture: all Depends: whois , perl , perl (>= 5.8) | liblocale-maketext-perl , libgnome2-perl , libgtk2-perl , libgnome2-gconf-perl , libgtk2-gladexml-perl , liblocale-gettext-perl , ${misc:Depends} Description: graphical whois client for GNOME A GNOME application which allows you to perform whois lookups. You enter the whois server to use (or choose from predefined values), type the name of the host you want to find details of; and the full output from the server will be shown. For convenience, output can be easily saved to file. debian/changelog0000644000000000000000000001131712041537401011040 0ustar greenwich (0.8.2-6) unstable; urgency=low * Add dependency on liblocale-gettext-perl (Closes: #690864) * Fix Polish translation encoding, thanks to Jakub Wilk (Closes: #690867) -- David Paleino Tue, 23 Oct 2012 17:59:38 +0200 greenwich (0.8.2-5) unstable; urgency=low * debian/control: - updated Vcs-* fields - Depends line wrapped - added ${misc:Depends} to Depends, we're using debhelper - Build-Depends: debhelper updated, quilt removed - Standards-Version to 3.9.1 - email address updated * debian/patches/*: added patches descriptions * debian/rules: switched to dh7-style * debian/compat, debian/copyright updated * debian/install, debian/greenwich.desktop added * Switch to "3.0 (quilt)" source format * Update debian/watch to point to the proper location * Added Italian translation (03-add_italian_translation.patch) -- David Paleino Sat, 12 Feb 2011 16:58:04 +0100 greenwich (0.8.2-4) unstable; urgency=low * Package adopted (Closes: #477829, #479067) * debian/copyright updated * debian/watch updated: ignore only 0.11. * debian/control: - Standards-Version updated to 3.7.3 (no changes needed) - removed Build-Depends on cdbs, imagemagick and menu - added Build-Depends on quilt - using Homepage field in source stanza - Vcs-* fields added * debian/compat bumped to 5 * debian/rules converted to debhelper * debian/patches/*: - 01-fix_manpage.patch added to fix hyphen-used-as-minus-sign warning - 02-fix_desktop-file.patch added to fix desktop-entry-contains-unknown-key MultipleArgs * debian/README.Debian dropped -- David Paleino Fri, 23 May 2008 19:35:40 +0200 greenwich (0.8.2-3) unstable; urgency=low * Updated watch file. Closes: #462825. * orphaned. -- Mark Howard Mon, 10 Dec 2007 10:01:54 +0000 greenwich (0.8.2-2) unstable; urgency=low * Fixed copyright formatting. Closes: #455095. -- Mark Howard Mon, 10 Dec 2007 08:57:03 +0000 greenwich (0.8.2-1) unstable; urgency=low * New upstream release. * patches/01-instdirs.diff removed, merged upstream * Updated menu entry * Updated debian/watch. Closes: #449837. -- Mark Howard Sat, 08 Dec 2007 15:08:15 +0000 greenwich (0.8.1-3) unstable; urgency=low * Added dependency for libgtk2-gladexml-perl. Closes: #334276 -- Mark Howard Sun, 4 Jun 2006 10:09:51 +0100 greenwich (0.8.1-2) unstable; urgency=low * Fixed buld depends formatting. Closes: #316942 -- Mark Howard Sun, 17 Jul 2005 06:56:00 +0100 greenwich (0.8.1-1) unstable; urgency=low * New upstream release * Updated dependencies for new release. * patches/01-instdirs.diff clean up a few install dirs -- Mark Howard Sun, 3 Jul 2005 14:35:00 +0100 greenwich (0.8.0-1) unstable; urgency=low * New upstream release -- Mark Howard Tue, 16 Nov 2004 20:47:45 +0000 greenwich (0.6.2-1) unstable; urgency=low * New upstream release -- Mark Howard Wed, 10 Dec 2003 10:39:36 +0000 greenwich (0.5.2-3) unstable; urgency=low * Remove cmap.xpm ugliness thanks to new menu policy. Closes: #200077 -- Mark Howard Tue, 26 Aug 2003 19:01:46 +0100 greenwich (0.5.2-2) unstable; urgency=low * Build depend on menu to fix FTBFS. Closes: #189875 -- Mark Howard Tue, 22 Apr 2003 09:08:32 +0100 greenwich (0.5.2-1) unstable; urgency=low * New upstream release * Changed section to gnome * Standards -> 3.5.9 * Update short description * Move perl libraries to /usr/share/perl5 * Modified icon to conform to menu2 requirements * Added hints to menu -- Mark Howard Tue, 1 Apr 2003 09:32:40 +0100 greenwich (0.4.0-3) unstable; urgency=low * Added perl 5.6 library dependencies as alternative to perl 5.8 so greenwich may enter testing without perl 5.8 * Standards -> 3.5.8 -- Mark Howard Mon, 25 Nov 2002 19:48:41 +0000 greenwich (0.4.0-2) unstable; urgency=low * Standards -> 3.5.7 * Maintainer email -> @debian.org -- Mark Howard Sun, 20 Oct 2002 10:15:47 +0100 greenwich (0.4.0-1) unstable; urgency=low * New upstream release -- Mark Howard Sat, 7 Sep 2002 18:47:02 +0100 greenwich (0.3.2-2) unstable; urgency=low * Removed use GtkHandyCList line as it is not used within the program Closes: #155754, #155963 -- Mark Howard Wed, 14 Aug 2002 09:09:20 +0100 greenwich (0.3.2-1) unstable; urgency=low * Initial Release. Closes: #153418 Created man page for Debian Package. -- Mark Howard Mon, 8 Jul 2002 19:28:25 +0100 debian/menu0000644000000000000000000000027612041537401010057 0ustar ?package(greenwich):needs="X11" section="Applications/Network/Monitoring"\ title="greenwich" command="/usr/bin/greenwich"\ icon="/usr/share/pixmaps/greenwich.xpm"\ hints="GNOME,Whois" debian/copyright0000644000000000000000000000130512041537401011115 0ustar Format: http://dep.debian.net/deps/dep5 Source: http://jodrell.net/files/greenwich/ Files: * Copyright: © 2003-2004, Gavin Brown License: GPL-2+ Files: debian/* Copyright: © 2002-2008, Mark Howard © 2008-2011, David Paleino License: GPL-2+ License: GPL-2+ This program 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. . On Debian systems, the full text of the GNU General Public License, version 2 or later, can be found in `/usr/share/common-licenses/GPL-2'. debian/greenwich.desktop0000644000000000000000000000015512041537401012532 0ustar [Desktop Entry] Type=Application Name=Greenwich Exec=greenwich Icon=greenwich Categories=Network;Utility;GTK debian/source/0000755000000000000000000000000012041537401010463 5ustar debian/source/format0000644000000000000000000000001412041537401011671 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012041537401010612 5ustar debian/patches/01-fix_manpage.patch0000644000000000000000000000136512041537401014334 0ustar From: David Paleino Subject: fix hyphen-used-as-minus Forwarded: no --- share/greenwich.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- greenwich.orig/share/greenwich.1 +++ greenwich/share/greenwich.1 @@ -42,11 +42,11 @@ Show summary of options. .TP .B \-g, \-\-geometry Create the main window with the specified geometry, e.g. greenwich ---geometry=500x600 +\-\-geometry=500x600 .SH SEE ALSO .BR whois (1), perl (1) .br .SH AUTHOR This manual page was written by Mark Howard , for the Debian GNU/Linux system (but may be used by others). -.\" $Id: greenwich.1,v 1.1 2004/04/07 21:23:42 jodrell Exp $ \ No newline at end of file +.\" $Id: greenwich.1,v 1.1 2004/04/07 21:23:42 jodrell Exp $ debian/patches/04-fix_polish_translation.patch0000644000000000000000000000225312041537401016640 0ustar From: Jakub Wilk Subject: fix Polish translation encoding Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690867 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690867 Forwarded: no --- src/po/pl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- greenwich.orig/src/po/pl.po +++ greenwich/src/po/pl.po @@ -38,7 +38,7 @@ msgid "" "Do you want to replace it?" msgstr "Plik '%s' istnieje.\n" "\n" -"Czy chcesz nadpisać zmiany?" +"Czy chcesz nadpisać zmiany?" msgid "A whois client for GNOME." msgstr "Whois klient pod GNOME." @@ -65,10 +65,10 @@ msgid "Greenwich Preferences" msgstr "Greenwich Preferencje" msgid "Network:" -msgstr "Sieć:" +msgstr "Sieć:" msgid "Timeout for network connections:" -msgstr "UpĹ‚ynÄ…Ĺ‚ ĹĽÄ…dany limit czasu:" +msgstr "Upłynął żądany limit czasu:" msgid "Recursive:" msgstr "Rekursywny:" @@ -80,4 +80,4 @@ msgid "Question" msgstr "Pytanie" msgid "_Replace" -msgstr "_ZamieĹ„" +msgstr "_Zamień" debian/patches/03-add_italian_translation.patch0000644000000000000000000001056612041537401016732 0ustar From: David Paleino Subject: add Italian translation Forwarded: no --- Makefile.in | 6 +++ src/po/it.po | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 1 deletion(-) --- greenwich.orig/Makefile.in +++ greenwich/Makefile.in @@ -12,11 +12,13 @@ build: build/locale/en/LC_MESSAGES \ build/locale/fr_FR/LC_MESSAGES \ build/locale/sv_SE/LC_MESSAGES \ - build/locale/pl/LC_MESSAGES + build/locale/pl/LC_MESSAGES \ + build/locale/it/LC_MESSAGES msgfmt -o build/locale/en/LC_MESSAGES/$(name).mo src/po/en.po msgfmt -o build/locale/fr_FR/LC_MESSAGES/$(name).mo src/po/fr.po msgfmt -o build/locale/sv_SE/LC_MESSAGES/$(name).mo src/po/sv.po msgfmt -o build/locale/pl/LC_MESSAGES/$(name).mo src/po/pl.po + msgfmt -o build/locale/it/LC_MESSAGES/$(name).mo src/po/it.po perl -ne 's!\@PREFIX\@!$(prefix)!g ; print' < src/$(name).pl > build/bin/$(name) install: @@ -32,6 +34,7 @@ install: $(DESTDIR)/$(prefix)/share/locale/fr_FR/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/sv_SE/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/locale/pl/LC_MESSAGES \ + $(DESTDIR)/$(prefix)/share/locale/it/LC_MESSAGES \ $(DESTDIR)/$(prefix)/share/applications \ $(DESTDIR)/$(prefix)/share/icons/hicolor/24x24/apps \ $(DESTDIR)/$(prefix)/share/icons/hicolor/48x48/apps \ @@ -57,6 +60,7 @@ install: install -m 0644 build/locale/fr_FR/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/fr_FR/LC_MESSAGES/$(name).mo install -m 0644 build/locale/sv_SE/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/sv_SE/LC_MESSAGES/$(name).mo install -m 0644 build/locale/pl/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/pl/LC_MESSAGES/$(name).mo + install -m 0644 build/locale/it/LC_MESSAGES/$(name).mo $(DESTDIR)/$(prefix)/share/locale/it/LC_MESSAGES/$(name).mo @echo Installation complete: now do 'gconftool-2 --install-schema-file=$(DESTDIR)/$(prefix)/share/$(name)/$(name).schema' to install the GConf schema! --- /dev/null +++ greenwich/src/po/it.po @@ -0,0 +1,90 @@ +# This file is part of Greenwich. +# +# PerlPanel 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. +# +# PerlPanel 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 PerlPanel; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# Copyright: (C) 2003-2004 Gavin Brown +# +# $Id: it.po,v 1.2 2004/04/08 13:55:25 jodrell Exp $ + +msgid "" +msgstr "" +"Project-Id-Version: Greenwich X.Y.Z\n" +"Report-Msgid-Bugs-To: gavin.brown@uk.com\n" +"POT-Creation-Date: 2004-04-07 16:23:00\n" +"PO-Revision-Date: 2011-02-12 10:56+0100\n" +"Last-Translator: David Paleino \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language-Team: Italian\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Ready." +msgstr "Pronto." + +msgid "Choose File" +msgstr "Scegli file" + +msgid "" +"The file '%s' already exists.\n" +"\n" +"Do you want to replace it?" +msgstr "" +"Il file '%s' esiste già.\n" +"\n" +"Vuoi sostituirlo?" + +msgid "A whois client for GNOME." +msgstr "Un client whois per GNOME." + +msgid "Querying %s:%d..." +msgstr "Richiesta a %s:%d..." + +msgid "Greenwich" +msgstr "Greenwich" + +msgid "Auto" +msgstr "Auto" + +msgid "Server:" +msgstr "Server:" + +msgid "Port:" +msgstr "Porta:" + +msgid "Query:" +msgstr "Query:" + +msgid "Greenwich Preferences" +msgstr "Preferenze di Greenwich" + +msgid "Network:" +msgstr "Rete:" + +msgid "Timeout for network connections:" +msgstr "Timeout per le connessioni di rete:" + +msgid "Recursive:" +msgstr "Ricorsivo:" + +msgid "Perform recursive lookups" +msgstr "Effettua ricerche ricorsive" + +msgid "Question" +msgstr "Domanda" + +msgid "_Replace" +msgstr "_Sostituisci" debian/patches/series0000644000000000000000000000016012041537401012024 0ustar 01-fix_manpage.patch 02-fix_desktop-file.patch 03-add_italian_translation.patch 04-fix_polish_translation.patch debian/patches/02-fix_desktop-file.patch0000644000000000000000000000070012041537401015303 0ustar From: David Paleino Subject: remove unknown key from .desktop Forwarded: no --- share/greenwich.desktop | 1 - 1 file changed, 1 deletion(-) --- greenwich.orig/share/greenwich.desktop +++ greenwich/share/greenwich.desktop @@ -4,7 +4,6 @@ Comment=Get information about domain nam Exec=greenwich Icon=greenwich.png Terminal=false -MultipleArgs=false Type=Application StartupNotify=true Categories=Application;Network; debian/links0000644000000000000000000000012312041537401010222 0ustar /usr/share/icons/hicolor/48x48/apps/greenwich.png /usr/share/pixmaps/greenwich.png debian/greenwich.xpm0000644000000000000000000001653412041537401011675 0ustar /* XPM */ static char *greenwich__[] = { /* columns rows colors chars-per-pixel */ "32 32 238 2", " c #017C018501F9", ". c #01BA01E40852", "X c #0B110B0E0B0B", "o c #0AF70BB6144B", "O c #06FD06D71D66", "+ c #16F716F116F2", "@ c #17E317E41783", "# c #13EB16BB1B45", "$ c #1C571C3E1C11", "% c #2D2E1FE312CF", "& c #0CD80D0F23CF", "* c #124912362570", "= c #182C18222E51", "- c #14081509358A", "; c #19EA195233EA", ": c #178B18213F77", "> c #1FA21F901FB0", ", c #1E4421162F3A", "< c #22F922D222A5", "1 c #2A232A1F2AA1", "2 c #27032AE031D5", "3 c #327D325A3283", "4 c #3C413C663D98", "5 c #3FCE34C92A16", "6 c #4C003AEC2A82", "7 c #58BC481B38E2", "8 c #157B17A140BB", "9 c #1A511AA2432B", "0 c #1B481D365354", "q c #1F6F218444FA", "w c #29B529DD48FA", "e c #2EAA30524797", "r c #35AE3A934378", "t c #2950282E5772", "y c #2AAF2BB95A39", "u c #352436045149", "i c #36FA36DC5949", "p c #3C513C2B5C90", "a c #1F9C2433721B", "s c #2166230C61C5", "d c #1FAC223A6A6C", "f c #23AB284B6D50", "g c #29F02D2C6D9B", "h c #2EF931846848", "j c #33463389666C", "k c #3B4F3BF46204", "l c #3D963EB66C56", "z c #2220269473F6", "x c #257D2981740D", "c c #319A33107370", "v c #34FF38027749", "b c #380739A57838", "n c #41F53E2C729E", "m c #3F5E40C455DD", "M c #3F8340945B96", "N c #460D469A464B", "B c #433E492F4E0D", "V c #4CE04CD04CF5", "C c #418A4620546E", "Z c #45DB4AF85462", "A c #4F5B4F5B4FDA", "S c #49EF432A5F6A", "D c #4CDC539E5ADB", "F c #57B05778578E", "G c #538A59F45EAB", "H c #5C2B5BF95BC4", "J c #49D944016574", "K c #49074A5B64E3", "L c #558048DF68EC", "P c #4F36545A6070", "I c #5386544964C9", "U c #5DC45DF06C8B", "Y c #47274765732F", "T c #497A48E17EED", "R c #530751747FAF", "E c #677359CA7A09", "W c #69095E6A7804", "Q c #5D11617869F0", "! c #6519654E655A", "~ c #657566186B67", "^ c #671E68C068BA", "/ c #6DFC6DD66E12", "( c #622363ED728E", ") c #695264D37A1B", "_ c #735A73E0744F", "` c #743675B47C15", "' c #72A779A37AC2", "] c #7A0079CF7A76", "[ c #2BDB2E838620", "{ c #2C932FD2864B", "} c #325735668029", "| c #3A083AD58032", " . c #48724A6F8D91", ".. c #59CC5A398A8E", "X. c #55FB5407966B", "o. c #541457619EFB", "O. c #56E358019DD2", "+. c #594359319F79", "@. c #7EAF7ED580B1", "#. c #7C667BEF8DA7", "$. c #69B8672F9269", "%. c #687067B09DAE", "&. c #7D0666D19BED", "*. c #7C946DB39F02", "=. c #4C4C4C8CA9A1", "-. c #54B85755A6D7", ";. c #59555BA8A3DE", ":. c #50C05113AD89", ">. c #41C544C8B150", ",. c #5B13594EB10B", "<. c #70BE64C3A6AB", "1. c #6FA27091A039", "2. c #7F2077ECAB26", "3. c #6A916B11B874", "4. c #8D3B7BD79736", "5. c #90857BC59CF0", "6. c #8D6677F5A692", "7. c #846B84888493", "8. c #812183C18B7E", "9. c #838C89008C59", "0. c #8AAC8B5C8BC0", "q. c #83B98403953D", "w. c #8C3F8D1B9071", "e. c #89948B0A9CAF", "r. c #8FF191269701", "t. c #952F952E964D", "y. c #9923980F97BE", "u. c #984497F099B9", "i. c #9A699ABF9CF5", "p. c #A5918A0B9499", "a. c #B0DB8E1295B8", "s. c #A3C49B6693C3", "d. c #B48CA7639C13", "f. c #801B8171A7BA", "g. c #8988838BA0A6", "h. c #8D9682DFAEF8", "j. c #95A5802AA269", "k. c #9722970EA641", "l. c #9E6C96F9A576", "z. c #9EA59F02A3D0", "x. c #8FAF8C5DB4F9", "c. c #87EC80BEB8E5", "v. c #9E0A9CCFB091", "b. c #92CB9157B937", "n. c #98559278BA2E", "m. c #A6BC968DAC36", "M. c #AE1B9931AA8D", "N. c #A5C79D5FB55C", "B. c #A9B79FD8B438", "V. c #A25B9F23BDBE", "C. c #A552A4CCA58C", "Z. c #AF34AA17A68D", "A. c #A446A4D9AB56", "S. c #AD2DAB11ABCD", "D. c #A833A3AEB7EF", "F. c #A346A35FBAB3", "G. c #ABA7A660B8F0", "H. c #AE0EAA66BCF1", "J. c #BCB1A3FBB171", "K. c #BA50A906B362", "L. c #B296ACAAB911", "P. c #AF6FB0C8B543", "I. c #B33FB2BEB466", "U. c #BD6ABA5EBD6D", "Y. c #C558AA1CA742", "T. c #CA0FB740B748", "R. c #CE14B95AB7A8", "E. c #C07BBF9CC021", "W. c #C9B2BA0FBAF9", "Q. c #D466BCE7B8F9", "!. c #D619C09BB805", "~. c #D46FC086BED9", "^. c #D8FFC1D9BBC8", "/. c #E6A6CABFBEC6", "(. c #97729439CACD", "). c #A1289EB3C4C2", "_. c #A652A3CCC370", "`. c #ACBDABA2C576", "'. c #ADA3A7BBC961", "]. c #AB99A9A8CB66", "[. c #B0BEAD36C0E0", "{. c #B08EAFD5CC88", "}. c #B212B12BC6E5", "|. c #BC1BBE0FC3E9", " X c #B31BB3B5CB45", ".X c #BE7BBCA0CA0D", "XX c #ADF2AB24D516", "oX c #B22CB1C7D4A2", "OX c #BD78BCC1D323", "+X c #BAA9BAF4D9AE", "@X c #C2C4BDA2C2A4", "#X c #C60FBE2DCBEB", "$X c #BF81C17EC449", "%X c #BFE4C13ED88C", "&X c #C388C1DEC21D", "*X c #CBB7C456C631", "=X c #C3B2C4EACFD1", "-X c #C9ACC303CA50", ";X c #C6A0C96CD01F", ":X c #CC1ECBC0CDCE", ">X c #D580C4D8C489", ",X c #DBA5C728C35A", "X^.J.c.3.o.k mXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXS.aXfXuX,XQ.R.T.R.Y.j.,.:.>.O.K mXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXC.aXcXqX9X-X@X*X>X>XK.2.,.=.=.o...q mXmXmXmXmXmXmX", "mXmXmXmXmXmXt.0XbXjXrX9X5XwXcXvXeXjXOX'.b.f.1. .g & mXmXmXmXmXmX", "mXmXmXmXmXmXI.lXjXjXrX9XcXeX7.V 4 V _ E.hXx.$.R b 9 mXmXmXmXmXmX", "mXmXmXmXmXmXwXlXgX3X5XrX*X3 + u.7XX.T Y y O mXmXmXmXmX", "mXmXmXmXmXA.lXlX7XOX.XcXw.3 0.C.] < 3 X+.| Y p * mXmXmXmXmX", "mXmXmXmXmX4XlXlX6X X.XrXF S.pX8XhXS.X X e.-.{ c j ; mXmXmXmXmX", "mXmXmXmXmXkXkXgXOX{.7XrXy.qXa.&.(.rX@ q.;.[ x x : mXmXmXmXmX", "mXmXmXmXmXhXgX+X].)._.3XtX!.p.*.XXz.X $ A.%.} z z 8 mXmXmXmXmX", "mXmXmXmXmX=XgXoX].OX_.h.M.W.U.2X5X4 . _ OX..v a d - mXmXmXmXmX", "mXmXmXmXmXi.hXoX).[.n.<.6.m.eXxXF X _ 5Xg.n l f s & mXmXmXmXmX", "mXmXmXmXmX^ ;X%XV.G.N.*.5.-XeXH < u.wXl.) J K h 0 o mXmXmXmXmX", "mXmXmXmXmXmXA.hX`.N.L.G.B.zX! . V U.#X4.W ( I P p - mXmXmXmXmX", "mXmXmXmXmXmX@..X2XH.D.|.:XI.$ _ rXG.E L J k p M w o mXmXmXmXmXmX", "mXmXmXmXmXmXmX` X}.v.k.$X7.V xXL.) I S p i i t & mXmXmXmXmXmX", "mXmXmXmXmXmXmXmX#.F.k.#.P.U.F :X9.Q P Z C m u = . mXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmX~ w.8.i.rX@X:X' G D Z C e * . mXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmX4 r.&X0XvXjX' Z B r , o . mXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXrXu.< 1 I.i.2 # o mXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXeX3 ] C.< mXmXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmX0X> 0.Z.5 mXmXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXnX_ < H qXd.6 mXmXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXmXnXrX&Xs.7 % mXmXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXmXmX1 N 7.H 3 1 mXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmX0.0.7.! 7.C.:XI.t._ N 7.0.7.mXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXH H H V / ] ] _ / H 3 A F H mXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXmXmXmXX X X X mXmXmXmXmXmXmXmXmXmXmXmXmXmX", "mXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmXmX" }; debian/compat0000644000000000000000000000000212041537401010361 0ustar 7