debian/0000755000000000000000000000000012244442335007171 5ustar debian/gajim.menu0000644000000000000000000000037612203212746011150 0ustar ?package(gajim): \ needs="X11" \ section="Applications/Network/Communication" \ command="/usr/bin/gajim" \ icon="/usr/share/pixmaps/gajim.xpm" \ title="Gajim" \ longtitle="Gajim: GTK Jabber Client" \ description="GTK Jabber Client." debian/changelog0000644000000000000000000003117412244442307011050 0ustar gajim (0.15.4-2) unstable; urgency=low * debian/control: - turn dbus into a Depends rather than a Recommends, as Gajim does not seem to work without it. (Closes: #701994) - use a secure URL for Gajim homepage (but not for VCS web interface, sorry). (Closes: #727037) - recommend ca-certificates. * debian/rules: remove cacerts.pem, replaced by certificates from ca-certificates. (Closes: #729568) -- Tanguy Ortolo Sun, 24 Nov 2013 18:58:51 +0100 gajim (0.15.4-1) unstable; urgency=low * New upstream release. (Closes: #693648) * debian/control: - new maintainer (myself). - update dependencies (add two missing ones and reformat). - update Vcs-* field for new package repository (Git). - update Standards-Version to 3.9.4 (no change needed). * debian/copyright: switch to machine-readable format. * debian/rules: update a comment to explain with more detail why the test target is broken. * debian/patches: - desktop-keywords.patch: add a keywords entry to the desktop entry. - fix-oid-definitions.patch: fix OID handling in src/common/check_X509.py, thanks to Yves-Alexis Perez . (Closes: #699477) -- Tanguy Ortolo Thu, 15 Aug 2013 19:55:23 +0200 gajim (0.15.3-1) experimental; urgency=low * New upstream release * Switch to 3.0 (quilt) source format. -- Yann Leboulanger Sun, 17 Mar 2013 18:32:12 +0200 gajim (0.15.1-4) unstable; urgency=low * apply patches using dpatch in debian/rules -- Yann Leboulanger Fri, 15 Feb 2013 23:34:36 +0200 gajim (0.15.1-3) unstable; urgency=low * Go back to old patch format so that Gajim can go in testing. -- Yann Leboulanger Sun, 02 Dec 2012 19:42:34 +0200 gajim (0.15.1-2) unstable; urgency=low * re-add missing 0.15-1.1 changelog entry * add a patch to prevent a traceback. * add a patch to fix a crash. Closes: #690937 -- Yann Leboulanger Sun, 14 Oct 2012 18:02:36 +0200 gajim (0.15.1-1) unstable; urgency=low * New upstream release. * change python-farsight to python-farstream in suggests list. Closes: #682598 * Add python-gupnp-igd to suggests list. Closes: #668194 * Fix shortcut behaviour in roster window. Closes: #667870 * Improve GPG status handling. Closes: #670243 -- Yann Leboulanger Tue, 29 Aug 2012 09:51:52 +0200 gajim (0.15-1.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix CVE-2012-2093: insecure use of temporary files when convering LaTeX IM messages to png images. Closes: #668710 -- Luk Claes Sat, 16 Jun 2012 18:22:00 +0200 gajim (0.15-1) unstable; urgency=low * New upstream release. * remove 00_debian-copying.diff because upstream doesn't install it anymore * remove 01_configure-ac.diff because upstream changed configure dependencies * remove python-gnupginterface from recommands list, it's no more used -- Yann Leboulanger Sat, 18 Mar 2012 10:32:38 +0100 gajim (0.14.4-1) unstable; urgency=low * New upstream release. Closes: #637071 * Fixes weird error. Closes: #632226 * Stop suggesting unused python-sexy. Closes: #633301 * Modify 00_debian-copying.diff to also not install ChangeLog file. dh_changelogs will do it. -- Yann Leboulanger Fri, 22 Jul 2011 12:56:30 +0200 gajim (0.14.3-1) unstable; urgency=low * New upstream release. * Fix closing roster window. Closes: #630315 -- Yann Leboulanger Sun, 19 Jun 2011 21:46:09 +0200 gajim (0.14.2-1) unstable; urgency=low * New upstream release. * Fix CPU usage when testing file transfer proxies. Closes: #626576 -- Yann Leboulanger Tue, 07 Jun 2011 19:30:43 +0200 gajim (0.14.1-1) unstable; urgency=low [ Yann Leboulanger ] * New upstream release. Closes: #604966 * Correctly sanitize menuentries in chat window action context menu. Closes: #574839 * Fix traceback when closing file request dialog. Closes: #587186 * Recommend python-openssl >= 0.9. Closes: #594772 * Improve a string. Closes: #553527 * Fix cancelling file transfer. Closes: #587679 [ Julien Valroff ] * Switch to dh from CDBS and drop unused (build-)dependencies. * Switch to dh_python2 from pysupport. Closes: #616819 * Drop useless debian/dirs. * Switch to 3.0 (quilt) source format. * Update Standards-Version to 3.9.2. * Remove useless and unused shlibs:Depends substvar. * Add a note about python-farsight in README.Debian. * Add patch and use dh_autoreconf to remove build-dependencies on python-dev, python-gtk2-dev and libgtk2.0-dev. -- Yann Leboulanger Sat, 07 May 2011 16:01:37 +0200 gajim (0.13.4-1) unstable; urgency=low * New upstream release. * Fix flood when trying to join a full MUC. Closes: #575688 -- Yann Leboulanger Fri, 02 Apr 2010 10:19:59 +0200 gajim (0.13.3-1) unstable; urgency=low * New upstream release. * Fix connection to facebook. Closes: #569767 -- Yann Leboulanger Tue, 23 Feb 2010 21:00:41 +0100 gajim (0.13.2-1) unstable; urgency=low * New upstream release. * Fix gnomekeyring usage. Closes: #562913 * Fix completion. Closes: #563930 * Fix typo in suggests list. Closes: #564754 -- Yann Leboulanger Thu, 14 Jan 2010 21:23:36 +0100 gajim (0.13.1-1) unstable; urgency=low * New upstream release. Closes: #559905 * Update PyGTK requirement to 2.12.0 minimum * Fix filetransfer proxies testing, keepalive handling, memory leak. Closes: #524514 * Better connection. Closes: #547267 * Fix proxy test on startup. Closes: #453910 * Fix sound playing. Closes: #527275 * Update debhelper compatibility level to 7 -- Yann Leboulanger Sun, 29 Nov 2009 01:21:04 +0100 gajim (0.12.5-1) unstable; urgency=low * New upstream release which fixes file transfer. Closes: #544466 * Fix history manager. Closes: #539109 * Fix custom host / port usage. Closes: #539267 * update python-gnome* dependancies. Closes: #541553 -- Yann Leboulanger Sun, 08 Aug 2009 00:06:15 +0100 gajim (0.12.3-1) unstable; urgency=low * New upstream release. * OS info are now caches. Closes: #509675 * keepalive system has been improved. Closes: #521144 * Recommends python-crypto for encryption. Closes: #513892 * update to 3.8.2 Debian Policy * update to debhelper V6 * added watch file -- Yann Leboulanger Sun, 24 Jun 2009 20:46:15 +0100 gajim (0.12.1-1) unstable; urgency=low * New upstream release. * Fix coming back from suspend. Closes: #500523 * Fix menuitem shortcut. Closes: #440530 * Warn user when logs database is brocken. Closes: #447889 * Check server certificate using python-openssl. Closes: #450756 * Don't pool to get played music from Banshee. Closes: #472862 * Escape non-ascii password correcly. Closes: #495540 * Fix URL recognition. Closes: #407806 * Suggest python-kerberos for GSSAPI authentication. * Suggest python-sexy for clickable links in chat banners. * Recommends python-openssl instead of python-pyopenssl. Package name has changed. * Depends on libc6 for gtkspell.so module * Build Gajim modules against python2.5 -- Yann Leboulanger Wed, 21 Dec 2008 14:40:16 +0100 gajim (0.11.4-1) unstable; urgency=low * New upstream release. * Fix tab switching. Closes: #452257 * update to 3.7.3 Debian Policy * Add Homepage, Vcs-Svn, Vcs-Browser fields to control file -- Yann Leboulanger Wed, 05 Dec 2007 22:23:30 +0100 gajim (0.11.3-1) unstable; urgency=low * New upstream release. * Fix depand list so that Gajim will work when python2.5 will be the default. Closes: #445275 * Fix focus bug. Closes: #447985 * Depend on dnsutils to use SRV records. Closes: #434690 -- Yann Leboulanger Fri, 16 Nov 2007 19:01:54 +0100 gajim (0.11.2-1) unstable; urgency=low * New upstream release. * Don't optionaly depend on python2.5. Closes: #418252 * Better handle gnome-keyring. Closes: #433315, #424293 * Handle dbus restart. Closes: #434993 * Don't allow bookmark creation on server that don't support that. Closes: #438620 * Fix list_contact dbus signature. Closes: #440225 * Remove changelog.gz from /usr/share/doc/gajim. Closes: #412632 -- Yann Le Boulanger Sun, 22 Sep 2007 22:22:34 +0100 gajim (0.11.1-1) unstable; urgency=low * New upstream release. * Don't depend on python2.4 specifically * Don't recommand libdbus, python-dbus does * Tooltips in chat window are now correctly destroyed. Closes: #404693 -- Yann Le Boulanger Sun, 18 Feb 2007 22:15:57 +0100 gajim (0.11-2) unstable; urgency=low * Add missing build depends to get gajim-remote. Closes: #405969 * Update recommands to support dbus. Closes: #402355 * Make python-gnupginterface a recommanded package. Closes: #405808 -- Yann Le Boulanger Tue, 09 Jan 2007 18:32:26 +0100 gajim (0.11-1) unstable; urgency=low * New upstream release. Closes: #403806 * Enable IPv6 support. Closes: #386062 * Fix popup-menu binding. Closes: #388564 * Fix quick access letter with spanish translation. Closes: #385410 * Fix typo in german translation. Closes: #398195 * Fix a bug with Gaim avatars. Closes: #398911 -- Yann Le Boulanger Tue, 19 Dec 2006 14:25:32 +0100 gajim (0.10.1-6) unstable; urgency=low * fix LDFLAGS problem. Closes: #384439 -- Yann Le Boulanger Mon, 24 Jul 2006 14:45:34 +0200 gajim (0.10.1-5) unstable; urgency=low * Add dependance on python2.4. Closes: #379662 -- Yann Le Boulanger Mon, 19 Jul 2006 21:30:08 +0200 gajim (0.10.1-4) unstable; urgency=low * Fix warning at installation. Closes: #366725 * Fix pt_BR translation. -- Yann Le Boulanger Mon, 19 Jul 2006 21:30:08 +0200 gajim (0.10.1-3) unstable; urgency=low * Updated for new Python policy. * nautilus-sendto is now suggested. Closes: #377309 -- Yann Le Boulanger Mon, 17 Jul 2006 16:46:58 +0200 gajim (0.10.1-2) unstable; urgency=low * new pytyhon policy Closes: #375310 * default player is now 'aplay -q' Closes: #374529 * python-gnupginterface now support python2.4. Recommends this one. * Standards-version updated to 3.7.2 (no changes needed). -- Yann Le Boulanger Tue, 27 Jun 2006 22:47:08 +0200 gajim (0.10.1-1) unstable; urgency=low * new upstream release -- Yann Le Boulanger Fri, 2 Jun 2006 22:07:29 +0200 gajim (0.10-1) unstable; urgency=low * new upstream release * fix description typo Closes: #349249 * Gajim now recommends dnsutils instead of python-dns * Gajim now depends on python2.4 Closes: #357777, #364078 * Use Gajim's GnuPGInterface file as there is no python2.4-gnupginterface package -- Yann Le Boulanger Wed, 12 Apr 2006 10:55:16 +0100 gajim (0.9.1-2) unstable; urgency=low * fix group bug Closes: #345306 -- Yann Le Boulanger Fri, 30 Dec 2005 13:09:55 +0100 gajim (0.9.1-1) unstable; urgency=low * new upstream release * Gajim now reconnects when connection is lost Closes: #329376 * Status-changer widget's behaviour has been improved Closes: #340499 * Gajim now recommends python-dns Closes: #340492 * new russian translation Closes: #337971 * Gajim now depends on python-pysqlite2, recommends python-dbus and notification-daemon, and suggests python-gnome2 -- Yann Le Boulanger Fri, 27 Dec 2005 01:20:54 +0100 gajim (0.8.2-1) unstable; urgency=low * all files in ~/.gajim are not 700: Closes: #325080 * gajim-remote.py is now in package: Closes: #324481 * updated russian translation: Closes: #325126 * theme issue fixed: Closes: #324493 * Gajim can now use python-dns so SRV works: Closes: #326655 * Gajim now depends on python-gtk2 >= 2.6.0 -- Yann Le Boulanger Sun, 02 Sep 2005 14:56:48 +0200 gajim (0.8-1) unstable; urgency=low * new upstream release * use cdbs * build-depend on libxss-dev Closes: #323524 * translation improved Closes: #324094,#323993 * Standards-version updated to 3.6.2 (no changes needed). -- Yann Le Boulanger Fri, 1 Jul 2005 18:35:02 +0200 gajim (0.7.1-1) unstable; urgency=low * Initial Release. Closes: #311215 * GnuPGInterface module is in debian, no need to keep it in sources. -- Yann Le Boulanger Wed, 15 Jun 2005 23:22:19 +0200 debian/docs0000644000000000000000000000001412203212746010033 0ustar README.html debian/watch0000644000000000000000000000035612203212746010222 0ustar # Control file for uscan # Run the "uscan" command to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://www.gajim.org/downloads/([\d.]*)/gajim-([\d\.]*)\.tar\.gz debian/compat0000644000000000000000000000000212203212746010363 0ustar 7 debian/pyversions0000644000000000000000000000000512203212746011324 0ustar 2.5- debian/copyright0000644000000000000000000001551112244437076011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Gajim Upstream-Contact: Gajim Source: http://gajim.org/ License: GPL-2 and GPL-3 Files: * Copyright: 2003-2013 Gajim Team, 2003-2012 Yann Leboulanger , 2010-2012 Denis Fomin , 2008 Jonathan Schleifer , 2006 Stefan Bethge , 2007-2009 Stephan Erb , 2003-2005 Vincent Hanquez , 2005-2006 Dimitur Kirov , 2005-2008 Nikos Kouremenos , 2005-2008 Travis Shirk , 2007-2008 Brendan Taylor , 2006-2008 Jean-Marie Traissard , 2006-2007 Tomasz Melcer , 2007 Lukas Petrovicky , 2007 Julien Pivotto , 2006 Junglecow J , 2005 Stéphan Kochen , 2005-2006 Alex Mauer , 2005-2006 Andrew Sayman , 2006-2007 Matt Mackall , 2006 Christoph Neuroth , 2009 Benjamin Richter
, 2008 Thorsten P., 2009 Thorsten Glaser , 2005 Norman Rasmussen , 2009 Bruno Tarquini , 2009 Anaël Verrier , 2005-2006 Gustavo J. A. M. Carneiro , 2007 Piotr Gaczkowski , 2006 Santiago Gala, 2008 Mateusz Biliński , 2005 Alex Podaras , 2006 Geobert Quach , 2006 Jeffrey C. Ollie , 2005 Sebastian Estienne, 2007 Gerald Kaszuba License: GPL-3 Files: src/common/multimedia_helpers.py Copyright: 2009 Thibaut GIRKA License: GPL-2 Files: src/common/jingle* Copyright: 2006 Gajim Team License: GPL-2 Files: src/common/xmpp/* Copyright: 2003-2005 Alexey "Snake" Nezhdanov, 2008 Tomas Karasek , 2001-2005 Twisted Matrix Laboratories, 2005-2012 Gajim Team License: GPL-3 Comment: Gajim maintains a fork of the xmpppy jabber python library. Thanks and credits to the xmpppy developers. See: http://xmpppy.sourceforge.net/ Files: src/command_system/* Copyright: 2009-2010 Alexander Cherniuk License: GPL-3+ Files: src/command_system/dispatcher.py src/command_system/tools.py src/command_system/implementation/custom.py src/command_system/implementation/execute.py src/command_system/implementation/middleware.py Copyright: 2009-2010 Alexander Cherniuk License: BSD-2-clause Files: debian/* Copyright: 2005-2013 Yann Leboulanger , 2013 Tanguy Ortolo License: GPL-3 License: BSD-2-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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; version 2 only. . 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3 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, version 3 only. . 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 program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. License: GPL-3+ 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 3 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 program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/gajim.manpages0000644000000000000000000000007612203212746011774 0ustar data/gajim.1 data/gajim-remote.1 data/gajim-history-manager.1 debian/source/0000755000000000000000000000000012244437076010477 5ustar debian/source/format0000644000000000000000000000001412244437076011705 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000036712203212746011234 0ustar gajim for Debian ---------------- For video chat support, you have to install python-farstream. -- Yann Le Boulanger , Mon, 20 Jun 2005 12:02:31 +0200 -- Julien Valroff Sat, 07 May 2011 13:50:27 +0200 debian/rules0000755000000000000000000000076512244441312010253 0ustar #!/usr/bin/make -f %: dh $@ --with python2 # The Makefile test target is broken and refers to a non-existant test/runtests.py; # in fact that target should not exist at all. override_dh_auto_test: override_dh_auto_configure: convert icons/hicolor/64x64/apps/gajim.png -resize 32x32 debian/gajim.xpm dh_auto_configure override_dh_auto_install: dh_auto_install rm -f $(CURDIR)/debian/gajim/usr/share/gajim/data/other/cacerts.pem override_dh_auto_clean: -rm -f debian/gajim.xpm dh_auto_clean debian/control0000644000000000000000000000251012244441521010566 0ustar Source: gajim Section: net Priority: optional Maintainer: Tanguy Ortolo Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python (>= 2.6.6-3~), gettext (>= 0.17-4), intltool (>= 0.40.1), imagemagick, libglib2.0-dev Standards-Version: 3.9.4 Homepage: https://gajim.org/ Vcs-Git: git://git.ortolo.eu/pkg-gajim.git Vcs-Browser: http://git.ortolo.eu/pkg-gajim.git Package: gajim Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), dnsutils, dbus, python-dbus (>=0.81) Recommends: python-openssl (>= 0.12), python-pyasn1, python-crypto, notification-daemon, ca-certificates Suggests: libxss1, avahi-daemon, python-avahi, libgtkspell0, aspell-en | aspell-dictionary, python-gnome2, python-gnomekeyring, gnome-keyring, kwalletcli, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farstream, gstreamer0.10-plugins-ugly, python-gconf, nautilus-sendto, network-manager, python-pycurl, python-gupnp-igd Description: GTK+-based Jabber client Gajim is a Jabber client. It has a tabbed user interface with normal chats, group chats, and has many features such as, TLS, GPG, SSL, multiple accounts, avatars, file transfers, audio/video call, D-Bus and Metacontacts. debian/install0000644000000000000000000000004312203226724010554 0ustar debian/gajim.xpm usr/share/pixmaps debian/patches/0000755000000000000000000000000012244437076010626 5ustar debian/patches/desktop-keywords.patch0000644000000000000000000000116012244437076015163 0ustar Description: Add keywords to the desktop entry Author: Tanguy Ortolo Last-Update: 2013-08-15 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: gajim/data/gajim.desktop.in.in =================================================================== --- gajim.orig/data/gajim.desktop.in.in 2013-05-25 17:27:16.000000000 +0200 +++ gajim/data/gajim.desktop.in.in 2013-08-15 21:45:55.579244419 +0200 @@ -3,6 +3,7 @@ _Name=Gajim _GenericName=Jabber IM Client _Comment=A GTK+ Jabber client +_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip Version=1.0 Exec=gajim Icon=gajim debian/patches/series0000644000000000000000000000006112244437076012040 0ustar fix-oid-definitions.patch desktop-keywords.patch debian/patches/fix-oid-definitions.patch0000644000000000000000000000160312244437076015517 0ustar Description: Fix OID definitions oid_xmppaddr and oid_dnssrv comparison are not correctly defined so when they are compared to the data parsed by pyasn1, it will always fail. Author: Yves-Alexis Perez Bug-Debian: http://bugs.debian.org/699477 Forwarded: yes Last-Update: 2013-08-15 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: gajim/src/common/check_X509.py =================================================================== --- gajim.orig/src/common/check_X509.py 2013-05-25 17:27:17.000000000 +0200 +++ gajim/src/common/check_X509.py 2013-08-15 22:34:24.924823541 +0200 @@ -12,8 +12,8 @@ from common.helpers import prep, InvalidFormat MAX = 64 - oid_xmppaddr = '(1, 3, 6, 1, 5, 5, 7, 8, 5)' - oid_dnssrv = '(1, 3, 6, 1, 5, 5, 7, 8, 7)' + oid_xmppaddr = '1.3.6.1.5.5.7.8.5' + oid_dnssrv = '1.3.6.1.5.5.7.8.7' debian/gajim-remote.manpages0000644000000000000000000000002412203212746013256 0ustar data/gajim-remote.1