--- loudmouth-1.4.0.orig/debian/control.in +++ loudmouth-1.4.0/debian/control.in @@ -0,0 +1,54 @@ +Source: loudmouth +Section: libs +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), + cdbs (>= 0.2.11), + gnome-pkg-tools, + autotools-dev, + gtk-doc-tools (>= 1.1-2), + libglib2.0-dev, + libgnutls-dev, + dpkg-dev (>= 1.13.19), + libidn11-dev +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.0 + +Package: libloudmouth1-dev +Section: libdevel +Architecture: any +Depends: libloudmouth1-0 (= ${binary:Version}), + libglib2.0-dev, + libgnutls-dev, + libidn11-dev +Conflicts: libloudmouth-dev +Description: Development files for Loudmouth Jabber library + The development headers and API documentation for the LoudMouth + Jabber library. See the description of loudmouth0 for a more detailed + description. + +Package: libloudmouth1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Lightweight C Jabber library + Loudmouth is a lightweight and easy-to-use C library for programming + with the Jabber protocol. It's designed to be easy to get started + with and yet extensible to let you do anything the Jabber protocol + allows. + +Package: libloudmouth1-0-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libloudmouth1-0 (= ${binary:Version}) +Description: Lightweight C Jabber library (debugging symbols) + Loudmouth is a lightweight and easy-to-use C library for programming + with the Jabber protocol. It's designed to be easy to get started + with and yet extensible to let you do anything the Jabber protocol + allows. + . + This package contains detached debugging symbols. + . + Most people will not need this package. --- loudmouth-1.4.0.orig/debian/control +++ loudmouth-1.4.0/debian/control @@ -0,0 +1,54 @@ +Source: loudmouth +Section: libs +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 5), + cdbs (>= 0.2.11), + gnome-pkg-tools, + autotools-dev, + gtk-doc-tools (>= 1.1-2), + libglib2.0-dev, + libgnutls-dev, + dpkg-dev (>= 1.13.19), + libidn11-dev +Uploaders: Debian GNOME Maintainers , Kilian Krause , Norbert Tretkowski , Sjoerd Simons +Standards-Version: 3.8.0 + +Package: libloudmouth1-dev +Section: libdevel +Architecture: any +Depends: libloudmouth1-0 (= ${binary:Version}), + libglib2.0-dev, + libgnutls-dev, + libidn11-dev +Conflicts: libloudmouth-dev +Description: Development files for Loudmouth Jabber library + The development headers and API documentation for the LoudMouth + Jabber library. See the description of loudmouth0 for a more detailed + description. + +Package: libloudmouth1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Lightweight C Jabber library + Loudmouth is a lightweight and easy-to-use C library for programming + with the Jabber protocol. It's designed to be easy to get started + with and yet extensible to let you do anything the Jabber protocol + allows. + +Package: libloudmouth1-0-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: libloudmouth1-0 (= ${binary:Version}) +Description: Lightweight C Jabber library (debugging symbols) + Loudmouth is a lightweight and easy-to-use C library for programming + with the Jabber protocol. It's designed to be easy to get started + with and yet extensible to let you do anything the Jabber protocol + allows. + . + This package contains detached debugging symbols. + . + Most people will not need this package. --- loudmouth-1.4.0.orig/debian/compat +++ loudmouth-1.4.0/debian/compat @@ -0,0 +1 @@ +5 --- loudmouth-1.4.0.orig/debian/libloudmouth1-dev.examples +++ loudmouth-1.4.0/debian/libloudmouth1-dev.examples @@ -0,0 +1 @@ +examples/*.c --- loudmouth-1.4.0.orig/debian/watch +++ loudmouth-1.4.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.imendio.com/pub/imendio/loudmouth/src/loudmouth-([\d\.]+)\.tar\.gz debian uupdate --- loudmouth-1.4.0.orig/debian/changelog +++ loudmouth-1.4.0/debian/changelog @@ -0,0 +1,316 @@ +loudmouth (1.4.0-1) unstable; urgency=low + + * New upstream release. + + -- Norbert Tretkowski Wed, 23 Jul 2008 13:49:28 +0200 + +loudmouth (1.3.4-1) unstable; urgency=low + + * New upstream release. + * Drop patch 00_xmpp_with_old_style_auth.patch. + * Enable IDN support. (closes: #463101) + + -- Norbert Tretkowski Tue, 04 Mar 2008 13:42:12 +0100 + +loudmouth (1.3.3-2) unstable; urgency=low + + * debian/paches/00_xmpp_with_old_style_auth.patch + - Add support for using obsolete XEP-0078 authentication with XMPP 1.0 + servers that don't implement SASL + + -- Sjoerd Simons Wed, 13 Feb 2008 11:16:01 +0100 + +loudmouth (1.3.3-1) unstable; urgency=low + + * New upstream release + * debian/libloudmouth1-0.symbols: Add a symbols file for loudmouth + + -- Sjoerd Simons Tue, 08 Jan 2008 15:25:51 +0100 + +loudmouth (1.3.2-1) experimental; urgency=low + + * New upstream release. + + -- Norbert Tretkowski Wed, 31 Oct 2007 23:31:43 +0100 + +loudmouth (1.2.3-3) UNRELEASED; urgency=low + + * Use binary:version and source:Version for binnNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly. + + -- Kilian Krause Sat, 22 Sep 2007 12:47:08 +0200 + +loudmouth (1.2.3-2) unstable; urgency=low + + * Configure with --disable-idn. (closes: #427490) + + -- Norbert Tretkowski Tue, 12 Jun 2007 19:44:23 +0200 + +loudmouth (1.2.3-1) unstable; urgency=low + + * New upstream release. + + -- Norbert Tretkowski Mon, 11 Jun 2007 20:18:50 +0200 + +loudmouth (1.2.2-1) unstable; urgency=low + + [ Loic Minier ] + * Fix description of the -dbg package. + * Wrap build-deps and deps. + * Use http://ftp.imendio.com/pub/imendio/loudmouth/src in copyright. + * Track all versions in watch file. + + [ Norbert Tretkowski ] + * New upstream release. (closes: #426684) + * Added patch from Ubuntu to fix crash when connection_data->connection + is used as a pointer. + + -- Norbert Tretkowski Wed, 30 May 2007 15:08:24 +0200 + +loudmouth (1.2.1-1) unstable; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + + [ Sjoerd Simons ] + * New upstream release + * debian/patches/01_64bit-clean.patch + - Dropped. Fixed upstream + * debian/patches/01_dont_free_parser_while_parsing.patch + - Dropped. Fixed upstream + * debian/ptaches/01_escape_xml_entities.patch + - Dropped. Fixed upstream + + -- Sjoerd Simons Mon, 16 Apr 2007 14:37:21 +0200 + +loudmouth (1.1.4-2) unstable; urgency=low + + [ Dafydd Harries ] + + * Apply patches from CVS that fix crashes/forced disconnections: + - 01_dont_free_parser_while_parsing.patch + - 01_escape_xml_entities.patch + + [ Ross Burton ] + + * Apply patch from CVS to fix warnings on 64-bit archs: + - 01_64bit-clean.patch + + -- Ross Burton Thu, 7 Dec 2006 16:59:11 +0000 + +loudmouth (1.1.4-1) unstable; urgency=low + + * New upstream version. + + -- Dafydd Harries Sat, 30 Sep 2006 19:34:07 +0100 + +loudmouth (1.0.4-2) unstable; urgency=low + + * Add dependency libloudmouth1-dev -> libgnutls-dev. + + -- Dafydd Harries Thu, 29 Jun 2006 18:59:33 +0100 + +loudmouth (1.0.4-1) unstable; urgency=low + + * New upstream release. + * debian/watch: point at ftp.imendio.com. + + -- Dafydd Harries Thu, 29 Jun 2006 12:55:05 +0100 + +loudmouth (1.0.3-1) unstable; urgency=low + + * New upstream release. + * This package is built against libgnutls13 (closes: #335761) + * Use Debhelper compat version 5, and bump build-depends accordingly. + * Add -dbg package. + * Bump standards version (no changes). + + -- Dafydd Harries Mon, 19 Jun 2006 14:41:52 +0100 + +loudmouth (1.0.1-5) unstable; urgency=low + + * Don't install the .la file + * Update FSF address + + -- Ross Burton Fri, 5 May 2006 16:28:53 +0100 + +loudmouth (1.0.1-4) unstable; urgency=low + + * Change Build-Depends to libgnutls-dev (#335761) + + -- Ross Burton Wed, 26 Oct 2005 09:41:16 +0100 + +loudmouth (1.0.1-3) unstable; urgency=low + + * Put symlink to API docs in the right directory. + + -- Ross Burton Thu, 29 Sep 2005 12:07:49 +0100 + +loudmouth (1.0.1-2) unstable; urgency=low + + * Add dependency on libglib2.0-dev to libloudmouth1-dev (closes: #327117) + * Add the examples to libloudmouth1-dev + + -- Ross Burton Mon, 12 Sep 2005 09:21:33 +0100 + +loudmouth (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Wed, 17 Aug 2005 09:35:16 +0100 + +loudmouth (1.0-1) unstable; urgency=low + + * New upstream release (closes: #322410, #320718, #320719) + + -- Ross Burton Mon, 15 Aug 2005 10:45:58 +0100 + +loudmouth (0.90-1) unstable; urgency=low + + * New upstream release (closes: #319751) + - Remove lm-ssl-disconnect.diff + * Use list-missing to check installed files + * Install the .la file + + -- Ross Burton Sun, 31 Jul 2005 17:02:29 +0100 + +loudmouth (0.17.2-2) unstable; urgency=low + + * debian/patches/lm-ssl-disconnect.diff: Fix crash when SSL servers + disconnect (closes: #299571) + * Add debian/watch + + -- Ross Burton Thu, 31 Mar 2005 16:23:44 +0100 + +loudmouth (0.17.2-1) unstable; urgency=low + + * New upstream release + * 64-bit builds fixed (closes: 272421) + + -- Ross Burton Tue, 2 Nov 2004 13:33:30 +0000 + +loudmouth (0.17.1-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Tue, 31 Aug 2004 17:50:05 +0100 + +loudmouth (0.17-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Fri, 27 Aug 2004 08:01:44 +0100 + +loudmouth (0.16-3) unstable; urgency=low + + * GNOME team upload. + * debian/control.in: switch to gnutls11. + + -- Jordi Mallach Sun, 1 Aug 2004 13:28:28 +0200 + +loudmouth (0.16-2) unstable; urgency=low + + * GNOME Team Upload + * Rebuilt in unstable with gnutls10. + + -- Sebastien Bacher Thu, 27 May 2004 21:31:17 +0200 + +loudmouth (0.16-1) experimental; urgency=low + + * New upstream release + * debian/control.in: we need gnutls10. + + -- Ross Burton Fri, 16 Apr 2004 11:57:13 +0100 + +loudmouth (0.15-1) unstable; urgency=low + + * New upstream release + * Rename packages for new upstrem versioning scheme + * debian/copyright: Update home page URL + * Move to GNOME Packaging Team + + -- Ross Burton Mon, 2 Feb 2004 18:11:43 +0000 + +loudmouth (0.14.1-1) unstable; urgency=low + + * New upstream release (closes: #215214) + + -- Ross Burton Mon, 13 Oct 2003 11:24:08 +0100 + +loudmouth (0.14-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Fri, 10 Oct 2003 10:56:31 +0100 + +loudmouth (0.13.2-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Fri, 15 Aug 2003 14:23:30 +0100 + +loudmouth (0.13-2) unstable; urgency=low + + * Rebuild with libgnutls7-dev. + + -- Ross Burton Tue, 5 Aug 2003 12:07:13 +0100 + +loudmouth (0.13-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Tue, 5 Aug 2003 11:53:29 +0100 + +loudmouth (0.12-1) unstable; urgency=low + + * Maintainer upload. Thanks to Jordi for the NMU whilst I was in Greece, + doing nothing. + * Push Standards to 3.6.0 whilst I'm uploading. + + -- Ross Burton Tue, 22 Jul 2003 17:49:55 +0100 + +loudmouth (0.12-0.1) unstable; urgency=low + + * Non-Maintainer Upload. Ross, I hope it's ok! + * New upstream release. + * debian/control: + + build depend on libgnutls5-dev. We can't use libgnutls7 because + libgnome still uses gnutls5. + + bump gtk-doc-tools to (>= 1.1-2) for local DTD fixes. This should now + build ok on ARM (closes: #200601). + + -- Jordi Mallach Mon, 21 Jul 2003 11:28:18 +0200 + +loudmouth (0.10-1) unstable; urgency=low + + * New upstream release + + -- Ross Burton Thu, 26 Jun 2003 17:46:12 +0100 + +loudmouth (0.9.1-3) unstable; urgency=low + + * debian/rules: declare variables after includes (closes: #198245) + + -- Ross Burton Tue, 24 Jun 2003 12:32:44 +0100 + +loudmouth (0.9.1-2) unstable; urgency=low + + * Add Build-depend on gtk-doc-tools (closes: #195469) + * Add Build-depend on autotools-dev, pre-empting the buildd's + * Build-depend on CDBS 0.2.11 so that dh_link is called for us. + + -- Ross Burton Mon, 2 Jun 2003 07:59:02 +0100 + +loudmouth (0.9.1-1) unstable; urgency=low + + * New upstream release + * debian/rules: upgrade to CDBS + * debian/rocks: unused with CDBS + + -- Ross Burton Wed, 28 May 2003 18:32:36 +0100 + +loudmouth (0.9-1) unstable; urgency=low + + * Initial Release. (closes: #183826) + + -- Ross Burton Sun, 13 Apr 2003 19:21:57 +0100 --- loudmouth-1.4.0.orig/debian/libloudmouth1-dev.links +++ loudmouth-1.4.0/debian/libloudmouth1-dev.links @@ -0,0 +1 @@ +usr/share/gtk-doc/html/loudmouth usr/share/doc/libloudmouth1-dev/api --- loudmouth-1.4.0.orig/debian/copyright +++ loudmouth-1.4.0/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Ross Burton on +Thu, 13 Mar 2003 14:46:16 +0000. + +It was downloaded from http://ftp.imendio.com/pub/imendio/loudmouth/src/ + + +Upstream Author: Mikael Hallendal + +Copyright: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- loudmouth-1.4.0.orig/debian/rules +++ loudmouth-1.4.0/debian/rules @@ -0,0 +1,23 @@ +#! /usr/bin/make -f + +GNOME_DOWNLOAD_URL = http://ftp.imendio.com/pub/imendio/loudmouth/src/$(GNOME_TARBALL) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-idn +DEB_DH_MAKESHLIBS_ARGS_ALL := -V +DEB_DH_STRIP_ARGS := --dbg-package=libloudmouth1-0-dbg + +common-binary-predeb-arch:: list-missing + +clean:: + rm -fr docs/reference/html + rm -fr docs/reference/xml + rm -f docs/reference/loudmouth-decl.txt + rm -f docs/reference/loudmouth-decl-list.txt + rm -f docs/reference/loudmouth-undocumented.txt --- loudmouth-1.4.0.orig/debian/libloudmouth1-dev.install +++ loudmouth-1.4.0/debian/libloudmouth1-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/share/gtk-doc/html/ --- loudmouth-1.4.0.orig/debian/libloudmouth1-0.install +++ loudmouth-1.4.0/debian/libloudmouth1-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- loudmouth-1.4.0.orig/debian/libloudmouth1-0.symbols +++ loudmouth-1.4.0/debian/libloudmouth1-0.symbols @@ -0,0 +1,127 @@ +libloudmouth-1.so.0 libloudmouth1-0 #MINVER# +#DEPRECATED: 1.3.3-1# _lm_connection_failed@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_connection_failed_with_error@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_connection_succeeded@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_handler_handle_message@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_new_from_node@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_node_add_child_node@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_node_new@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_sub_type_to_string@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_message_type_to_string@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_proxy_connect_cb@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_sock_addrinfo_get_error_str@Base 1.1.4-2 + _lm_sock_close@Base 1.1.4-2 + _lm_sock_connect@Base 1.1.4-2 + _lm_sock_get_error@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_sock_get_error_str@Base 1.1.4-2 + _lm_sock_get_last_error@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_sock_get_local_host@Base 1.2.3-2 + _lm_sock_is_blocking_error@Base 1.1.4-2 + _lm_sock_is_blocking_success@Base 1.1.4-2 + _lm_sock_library_init@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_sock_library_shutdown@Base 1.1.4-2 + _lm_sock_makesocket@Base 1.1.4-2 + _lm_sock_set_blocking@Base 1.1.4-2 + _lm_sock_shutdown@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_base_free_fields@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_base_init@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_begin@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_close@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_free@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_func_always_continue@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_initialize@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_new@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_read@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_ssl_send@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_utils_base64_encode@Base 1.1.4-2 + _lm_utils_free_callback@Base 1.1.4-2 +#DEPRECATED: 1.3.3-1# _lm_utils_generate_id@Base 1.1.4-2 + _lm_utils_hostname_to_punycode@Base 1.1.4-2 + _lm_utils_new_callback@Base 1.1.4-2 + lm_connection_authenticate@Base 1.1.4-2 + lm_connection_authenticate_and_block@Base 1.1.4-2 + lm_connection_cancel_open@Base 1.1.4-2 + lm_connection_close@Base 1.1.4-2 + lm_connection_get_full_jid@Base 1.2.3-2 + lm_connection_get_jid@Base 1.1.4-2 + lm_connection_get_local_host@Base 1.2.3-2 + lm_connection_get_port@Base 1.1.4-2 + lm_connection_get_proxy@Base 1.1.4-2 + lm_connection_get_server@Base 1.1.4-2 + lm_connection_get_ssl@Base 1.1.4-2 + lm_connection_get_state@Base 1.1.4-2 + lm_connection_is_authenticated@Base 1.1.4-2 + lm_connection_is_open@Base 1.1.4-2 + lm_connection_new@Base 1.1.4-2 + lm_connection_new_with_context@Base 1.1.4-2 + lm_connection_open@Base 1.1.4-2 + lm_connection_open_and_block@Base 1.1.4-2 + lm_connection_ref@Base 1.1.4-2 + lm_connection_register_message_handler@Base 1.1.4-2 + lm_connection_send@Base 1.1.4-2 + lm_connection_send_raw@Base 1.1.4-2 + lm_connection_send_with_reply@Base 1.1.4-2 + lm_connection_send_with_reply_and_block@Base 1.1.4-2 + lm_connection_set_disconnect_function@Base 1.1.4-2 + lm_connection_set_jid@Base 1.1.4-2 + lm_connection_set_keep_alive_rate@Base 1.1.4-2 + lm_connection_set_port@Base 1.1.4-2 + lm_connection_set_proxy@Base 1.1.4-2 + lm_connection_set_server@Base 1.1.4-2 + lm_connection_set_ssl@Base 1.1.4-2 + lm_connection_unref@Base 1.1.4-2 + lm_connection_unregister_message_handler@Base 1.1.4-2 + lm_debug_init@Base 1.1.4-2 + lm_error_quark@Base 1.1.4-2 + lm_message_get_node@Base 1.1.4-2 + lm_message_get_sub_type@Base 1.1.4-2 + lm_message_get_type@Base 1.1.4-2 + lm_message_handler_invalidate@Base 1.1.4-2 + lm_message_handler_is_valid@Base 1.1.4-2 + lm_message_handler_new@Base 1.1.4-2 + lm_message_handler_ref@Base 1.1.4-2 + lm_message_handler_unref@Base 1.1.4-2 + lm_message_new@Base 1.1.4-2 + lm_message_new_with_sub_type@Base 1.1.4-2 + lm_message_node_add_child@Base 1.1.4-2 + lm_message_node_find_child@Base 1.1.4-2 + lm_message_node_get_attribute@Base 1.1.4-2 + lm_message_node_get_child@Base 1.1.4-2 + lm_message_node_get_raw_mode@Base 1.1.4-2 + lm_message_node_get_value@Base 1.1.4-2 + lm_message_node_ref@Base 1.1.4-2 + lm_message_node_set_attribute@Base 1.1.4-2 + lm_message_node_set_attributes@Base 1.1.4-2 + lm_message_node_set_raw_mode@Base 1.1.4-2 + lm_message_node_set_value@Base 1.1.4-2 + lm_message_node_to_string@Base 1.1.4-2 + lm_message_node_unref@Base 1.1.4-2 + lm_message_ref@Base 1.1.4-2 + lm_message_unref@Base 1.1.4-2 + lm_parser_free@Base 1.1.4-2 + lm_parser_new@Base 1.1.4-2 + lm_parser_parse@Base 1.1.4-2 + lm_proxy_get_password@Base 1.1.4-2 + lm_proxy_get_port@Base 1.1.4-2 + lm_proxy_get_server@Base 1.1.4-2 + lm_proxy_get_type@Base 1.1.4-2 + lm_proxy_get_username@Base 1.1.4-2 + lm_proxy_new@Base 1.1.4-2 + lm_proxy_new_with_server@Base 1.1.4-2 + lm_proxy_ref@Base 1.1.4-2 + lm_proxy_set_password@Base 1.1.4-2 + lm_proxy_set_port@Base 1.1.4-2 + lm_proxy_set_server@Base 1.1.4-2 + lm_proxy_set_type@Base 1.1.4-2 + lm_proxy_set_username@Base 1.1.4-2 + lm_proxy_unref@Base 1.1.4-2 + lm_sha_hash@Base 1.1.4-2 + lm_ssl_get_fingerprint@Base 1.1.4-2 + lm_ssl_get_require_starttls@Base 1.3.3-1 + lm_ssl_get_use_starttls@Base 1.3.3-1 + lm_ssl_is_supported@Base 1.1.4-2 + lm_ssl_new@Base 1.1.4-2 + lm_ssl_ref@Base 1.1.4-2 + lm_ssl_unref@Base 1.1.4-2 + lm_ssl_use_starttls@Base 1.3.3-1 + lm_utils_get_localtime@Base 1.1.4-2 --- loudmouth-1.4.0.orig/debian/libloudmouth1-0.docs +++ loudmouth-1.4.0/debian/libloudmouth1-0.docs @@ -0,0 +1,2 @@ +NEWS +README