--- libinfinity-0.3.0.orig/debian/libinfgtk-0.3-0.install +++ libinfinity-0.3.0/debian/libinfgtk-0.3-0.install @@ -0,0 +1,2 @@ +usr/lib/libinfgtk*.so.* +usr/lib/libinftextgtk*.so.* --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-0.dirs +++ libinfinity-0.3.0/debian/libinfinity-0.3-0.dirs @@ -0,0 +1 @@ +usr/lib --- libinfinity-0.3.0.orig/debian/infinoted-0.3.install +++ libinfinity-0.3.0/debian/infinoted-0.3.install @@ -0,0 +1,2 @@ +usr/bin/infinoted* +usr/lib/infinoted-*/note-plugins/*.so --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-0.install +++ libinfinity-0.3.0/debian/libinfinity-0.3-0.install @@ -0,0 +1,2 @@ +usr/lib/libinfinity*.so.* +usr/lib/libinftext-*.so.* --- libinfinity-0.3.0.orig/debian/infinoted-0.3.prerm +++ libinfinity-0.3.0/debian/infinoted-0.3.prerm @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" != "upgrade" ]; then + update-alternatives --remove infinoted /usr/bin/infinoted-0.3 +fi + +#DEBHELPER# + --- libinfinity-0.3.0.orig/debian/README.Debian +++ libinfinity-0.3.0/debian/README.Debian @@ -0,0 +1,22 @@ +libinfinity for Debian +====================== + +Please note that this library is not yet API- and ABI-stable. This is also +true for the XMPP-based wire protocol it implements. Please be in touch +with the developers if you are developing an application based on it +and with me if you are packaging it for Debian or Ubuntu, so that you +can be kept in the loop. + +Upstream agreed not to break the API and the wire protocol with minor +versions and properly announce ABI breaks through SONAME changes. + +As for the Debian package I intend to stick with one source version, +especially as infinote still suffers from frequent major releases. +Thus end-user applications are supposed to be in unversioned binary +packages. Developers are urged to upgrade to newer infinote APIs when +they become available or the package will become uninstallable and +unbuildable. The latter is the case because the -dev package's name +will be changed on new API versions. + + -- Philipp Kern Mon, 20 Apr 2009 16:43:40 +0200 + --- libinfinity-0.3.0.orig/debian/rules +++ libinfinity-0.3.0/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build --before configure + dh_auto_configure -- \ + --with-infgtk \ + --with-inftextgtk \ + --with-avahi + dh build --after configure + touch build-stamp + +clean: + dh clean + +install: build install-stamp +install-stamp: + dh install + touch install-stamp + +binary-arch: install + dh_makeshlibs -Xlibinfd-note-plugin-text.so + dh_strip -a --dbg-package=libinfinity-0.3-dbg + dh binary-arch --remaining + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep --- libinfinity-0.3.0.orig/debian/control +++ libinfinity-0.3.0/debian/control @@ -0,0 +1,100 @@ +Source: libinfinity +Priority: optional +Maintainer: Philipp Kern +Build-Depends: debhelper (>= 7), autotools-dev, libgnutls-dev, libgsasl7-dev, libxml2-dev, libgtk2.0-dev, libavahi-client-dev, gtk-doc-tools +Standards-Version: 3.8.1 +Section: libs +Homepage: http://gobby.0x539.de + +Package: libinfinity-0.3-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libinfinity-0.3-0 (= ${binary:Version}), libinfgtk-0.3-0 (= ${binary:Version}), libgnutls-dev, libgsasl7-dev, libxml2-dev, libgtk2.0-dev +Description: infinote-based collaborative editing - development files + libinfinity is library to build collaborative text editors. Changes + to the text buffers are synced to all other clients over a central server. + Even though a central server is involved, the local user sees his changes + applied instantly and the merging is done on the individual clients. + . + This package contains the C headers of libinfinity and all files needed + to link applications dependening on this library. + +Package: libinfinity-0.3-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, lynx | www-browser +Recommends: libglib2.0-doc, libxml2-doc +Suggests: libgtk2.0-doc, devhelp +Description: infinote-based collaborative editing - documentation + libinfinity is library to build collaborative text editors. Changes + to the text buffers are synced to all other clients over a central server. + Even though a central server is involved, the local user sees his changes + applied instantly and the merging is done on the individual clients. + . + This package contains the API documentation of libinfinity. + +Package: libinfinity-0.3-dbg +Section: libdevel +Priority: extra +Architecture: any +Depends: ${misc:Depends}, libinfinity-0.3-0 (= ${binary:Version}) +Recommends: libinfgtk-0.3-0 (= ${binary:Version}), infinoted-0.3 (= ${binary:Version}) +Description: infinote-based collaborative editing - debugging symbols + libinfinity is library to build collaborative text editors. Changes + to the text buffers are synced to all other clients over a central server. + Even though a central server is involved, the local user sees his changes + applied instantly and the merging is done on the individual clients. + . + These are the debugging symbols for libinfinity, needed only if you try + to debug an application using it. + +Package: libinfinity-0.3-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: infinote-based collaborative editing + libinfinity is library to build collaborative text editors. Changes + to the text buffers are synced to all other clients over a central server. + Even though a central server is involved, the local user sees his changes + applied instantly and the merging is done on the individual clients. + . + This package contains the shared object files used at runtime by + libinfinity-based application. + +Package: libinfgtk-0.3-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: infinote-based collaborative editing (Gtk widgets) + libinfinity is library to build collaborative text editors. Changes + to the text buffers are synced to all other clients over a central server. + Even though a central server is involved, the local user sees his changes + applied instantly and the merging is done on the individual clients. + . + This package contains Gtk widgets for use in libinfinity-based and + Gtk-based applications. + +Package: infinoted-0.3 +Section: net +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: dedicated server for infinote-based collaborative editing + infinoted is a dedicated server which allows clients to edit plain text + documents and source files collaboratively over a network. Changes + to the documents are synchronised instantly to the other clients. + . + It serves the documents using the same protocol as gobby-0.5. + +Package: infinoted +Section: net +Architecture: all +Depends: ${misc:Depends}, infinoted-0.3 +Description: dedicated server for infinote-based collaborative editing (current) + infinoted is a dedicated server which allows clients to edit plain text + documents and source files collaboratively over a network. Changes + to the documents are synchronised instantly to the other clients. + . + It serves the documents using the same protocol as gobby-0.5. + . + This package is a metapackage and depends on the most current stable + server version if multiple versions are available. --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-dev.install +++ libinfinity-0.3.0/debian/libinfinity-0.3-dev.install @@ -0,0 +1,5 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/lib/*.la --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-doc.install +++ libinfinity-0.3.0/debian/libinfinity-0.3-doc.install @@ -0,0 +1 @@ +usr/share/gtk-doc/html/* --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-dev.dirs +++ libinfinity-0.3.0/debian/libinfinity-0.3-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libinfinity-0.3.0.orig/debian/compat +++ libinfinity-0.3.0/debian/compat @@ -0,0 +1 @@ +7 --- libinfinity-0.3.0.orig/debian/infinoted-0.3.postinst +++ libinfinity-0.3.0/debian/infinoted-0.3.postinst @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then + update-alternatives --install /usr/bin/infinoted infinoted \ + /usr/bin/infinoted-0.3 10 +# --slave /usr/share/man/man1/infinoted.1.gz infinoted.1.gz \ +# /usr/share/man/man1/nano.1.gz +fi + +#DEBHELPER# + --- libinfinity-0.3.0.orig/debian/libinfgtk-0.3-0.dirs +++ libinfinity-0.3.0/debian/libinfgtk-0.3-0.dirs @@ -0,0 +1 @@ +usr/lib --- libinfinity-0.3.0.orig/debian/docs +++ libinfinity-0.3.0/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- libinfinity-0.3.0.orig/debian/copyright +++ libinfinity-0.3.0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Philipp Kern on +Mon, 20 Apr 2009 16:43:40 +0200. + +It was downloaded from . + +Upstream Author: + + Armin Burgmeier + +Copyright: + + Copyright (C) 2007, 2008, 2009 Armin Burgmeier + +License: + + This library 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 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +The complete license can be found on Debian systems in the file +`/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is (C) 2009, Philipp Kern and +is licensed under the GPL version 2, or (at your option) any later +version; see `/usr/share/common-licenses/GPL-2'. + --- libinfinity-0.3.0.orig/debian/libinfgtk-0.3-0.symbols +++ libinfinity-0.3.0/debian/libinfgtk-0.3-0.symbols @@ -0,0 +1,49 @@ +libinfgtk-0.3.so.0 libinfgtk-0.3-0 #MINVER# + inf_gtk_browser_model_browser_iter_to_tree_iter@Base 0.3.0 + inf_gtk_browser_model_filter_get_type@Base 0.3.0 + inf_gtk_browser_model_filter_new@Base 0.3.0 + inf_gtk_browser_model_get_type@Base 0.3.0 + inf_gtk_browser_model_resolve@Base 0.3.0 + inf_gtk_browser_model_set_browser@Base 0.3.0 + inf_gtk_browser_model_sort_get_type@Base 0.3.0 + inf_gtk_browser_model_sort_new@Base 0.3.0 + inf_gtk_browser_model_status_get_type@Base 0.3.0 + inf_gtk_browser_store_add_connection@Base 0.3.0 + inf_gtk_browser_store_add_discovery@Base 0.3.0 + inf_gtk_browser_store_get_type@Base 0.3.0 + inf_gtk_browser_store_new@Base 0.3.0 + inf_gtk_browser_view_find_explore@Base 0.3.0 + inf_gtk_browser_view_find_sync@Base 0.3.0 + inf_gtk_browser_view_find_view_browser@Base 0.3.0 + inf_gtk_browser_view_get_model@Base 0.3.0 + inf_gtk_browser_view_get_selected@Base 0.3.0 + inf_gtk_browser_view_get_type@Base 0.3.0 + inf_gtk_browser_view_new@Base 0.3.0 + inf_gtk_browser_view_new_with_model@Base 0.3.0 + inf_gtk_browser_view_set_selected@Base 0.3.0 + inf_gtk_certificate_dialog_flags_get_type@Base 0.3.0 + inf_gtk_certificate_dialog_get_type@Base 0.3.0 + inf_gtk_certificate_dialog_new@Base 0.3.0 + inf_gtk_certificate_manager_get_type@Base 0.3.0 + inf_gtk_certificate_manager_new@Base 0.3.0 + inf_gtk_certificate_view_get_type@Base 0.3.0 + inf_gtk_certificate_view_new@Base 0.3.0 + inf_gtk_certificate_view_new_with_certificate@Base 0.3.0 + inf_gtk_certificate_view_set_certificate@Base 0.3.0 + inf_gtk_io_get_type@Base 0.3.0 + inf_gtk_io_new@Base 0.3.0 +libinftextgtk-0.3.so.0 libinfgtk-0.3-0 #MINVER# + inf_text_gtk_buffer_ensure_author_tags_priority@Base 0.3.0 + inf_text_gtk_buffer_get_active_user@Base 0.3.0 + inf_text_gtk_buffer_get_author@Base 0.3.0 + inf_text_gtk_buffer_get_text_buffer@Base 0.3.0 + inf_text_gtk_buffer_get_type@Base 0.3.0 + inf_text_gtk_buffer_get_wake_on_cursor_movement@Base 0.3.0 + inf_text_gtk_buffer_new@Base 0.3.0 + inf_text_gtk_buffer_set_active_user@Base 0.3.0 + inf_text_gtk_buffer_set_wake_on_cursor_movement@Base 0.3.0 + inf_text_gtk_hue_chooser_get_hue@Base 0.3.0 + inf_text_gtk_hue_chooser_get_type@Base 0.3.0 + inf_text_gtk_hue_chooser_new@Base 0.3.0 + inf_text_gtk_hue_chooser_new_with_hue@Base 0.3.0 + inf_text_gtk_hue_chooser_set_hue@Base 0.3.0 --- libinfinity-0.3.0.orig/debian/watch +++ libinfinity-0.3.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://releases.0x539.de/libinfinity/libinfinity-(.*)\.tar\.gz + --- libinfinity-0.3.0.orig/debian/libinfinity-0.3-0.symbols +++ libinfinity-0.3.0/debian/libinfinity-0.3-0.symbols @@ -0,0 +1,533 @@ +libinfinity-0.3.so.0 libinfinity-0.3-0 #MINVER# + _inf_adopted_concurrency_warning@Base 0.3.0 + _inf_communication_group_add_member@Base 0.3.0 + _inf_communication_group_remove_member@Base 0.3.0 + _inf_gettext@Base 0.3.0 + _inf_gettext_init@Base 0.3.0 + _inf_tcp_connection_accepted@Base 0.3.0 + inf_adopted_algorithm_can_redo@Base 0.3.0 + inf_adopted_algorithm_can_undo@Base 0.3.0 + inf_adopted_algorithm_generate_redo@Base 0.3.0 + inf_adopted_algorithm_generate_request@Base 0.3.0 + inf_adopted_algorithm_generate_request_noexec@Base 0.3.0 + inf_adopted_algorithm_generate_undo@Base 0.3.0 + inf_adopted_algorithm_get_current@Base 0.3.0 + inf_adopted_algorithm_get_type@Base 0.3.0 + inf_adopted_algorithm_new@Base 0.3.0 + inf_adopted_algorithm_new_full@Base 0.3.0 + inf_adopted_algorithm_receive_request@Base 0.3.0 + inf_adopted_concurrency_id_get_type@Base 0.3.0 + inf_adopted_no_operation_get_type@Base 0.3.0 + inf_adopted_no_operation_new@Base 0.3.0 + inf_adopted_operation_apply@Base 0.3.0 + inf_adopted_operation_copy@Base 0.3.0 + inf_adopted_operation_flags_get_type@Base 0.3.0 + inf_adopted_operation_get_concurrency_id@Base 0.3.0 + inf_adopted_operation_get_flags@Base 0.3.0 + inf_adopted_operation_get_type@Base 0.3.0 + inf_adopted_operation_is_reversible@Base 0.3.0 + inf_adopted_operation_make_reversible@Base 0.3.0 + inf_adopted_operation_need_concurrency_id@Base 0.3.0 + inf_adopted_operation_revert@Base 0.3.0 + inf_adopted_operation_transform@Base 0.3.0 + inf_adopted_request_affects_buffer@Base 0.3.0 + inf_adopted_request_copy@Base 0.3.0 + inf_adopted_request_fold@Base 0.3.0 + inf_adopted_request_get_concurrency_id@Base 0.3.0 + inf_adopted_request_get_operation@Base 0.3.0 + inf_adopted_request_get_request_type@Base 0.3.0 + inf_adopted_request_get_type@Base 0.3.0 + inf_adopted_request_get_user_id@Base 0.3.0 + inf_adopted_request_get_vector@Base 0.3.0 + inf_adopted_request_log_add_request@Base 0.3.0 + inf_adopted_request_log_get_begin@Base 0.3.0 + inf_adopted_request_log_get_end@Base 0.3.0 + inf_adopted_request_log_get_request@Base 0.3.0 + inf_adopted_request_log_get_type@Base 0.3.0 + inf_adopted_request_log_get_user_id@Base 0.3.0 + inf_adopted_request_log_is_empty@Base 0.3.0 + inf_adopted_request_log_new@Base 0.3.0 + inf_adopted_request_log_next_associated@Base 0.3.0 + inf_adopted_request_log_next_redo@Base 0.3.0 + inf_adopted_request_log_next_undo@Base 0.3.0 + inf_adopted_request_log_original_request@Base 0.3.0 + inf_adopted_request_log_prev_associated@Base 0.3.0 + inf_adopted_request_log_remove_requests@Base 0.3.0 + inf_adopted_request_log_set_begin@Base 0.3.0 + inf_adopted_request_log_upper_related@Base 0.3.0 + inf_adopted_request_mirror@Base 0.3.0 + inf_adopted_request_need_concurrency_id@Base 0.3.0 + inf_adopted_request_new_do@Base 0.3.0 + inf_adopted_request_new_redo@Base 0.3.0 + inf_adopted_request_new_undo@Base 0.3.0 + inf_adopted_request_transform@Base 0.3.0 + inf_adopted_request_type_get_type@Base 0.3.0 + inf_adopted_session_broadcast_request@Base 0.3.0 + inf_adopted_session_get_algorithm@Base 0.3.0 + inf_adopted_session_get_io@Base 0.3.0 + inf_adopted_session_get_type@Base 0.3.0 + inf_adopted_session_lookup_local_user@Base 0.3.0 + inf_adopted_session_read_request_info@Base 0.3.0 + inf_adopted_session_record_get_type@Base 0.3.0 + inf_adopted_session_record_is_recording@Base 0.3.0 + inf_adopted_session_record_new@Base 0.3.0 + inf_adopted_session_record_start_recording@Base 0.3.0 + inf_adopted_session_record_stop_recording@Base 0.3.0 + inf_adopted_session_redo@Base 0.3.0 + inf_adopted_session_undo@Base 0.3.0 + inf_adopted_session_write_request_info@Base 0.3.0 + inf_adopted_split_operation_get_type@Base 0.3.0 + inf_adopted_split_operation_new@Base 0.3.0 + inf_adopted_split_operation_transform_other@Base 0.3.0 + inf_adopted_split_operation_unsplit@Base 0.3.0 + inf_adopted_state_vector_add@Base 0.3.0 + inf_adopted_state_vector_causally_before@Base 0.3.0 + inf_adopted_state_vector_causally_before_inc@Base 0.3.0 + inf_adopted_state_vector_compare@Base 0.3.0 + inf_adopted_state_vector_copy@Base 0.3.0 + inf_adopted_state_vector_error_quark@Base 0.3.0 + inf_adopted_state_vector_foreach@Base 0.3.0 + inf_adopted_state_vector_free@Base 0.3.0 + inf_adopted_state_vector_from_string@Base 0.3.0 + inf_adopted_state_vector_from_string_diff@Base 0.3.0 + inf_adopted_state_vector_get@Base 0.3.0 + inf_adopted_state_vector_get_type@Base 0.3.0 + inf_adopted_state_vector_new@Base 0.3.0 + inf_adopted_state_vector_set@Base 0.3.0 + inf_adopted_state_vector_to_string@Base 0.3.0 + inf_adopted_state_vector_to_string_diff@Base 0.3.0 + inf_adopted_state_vector_vdiff@Base 0.3.0 + inf_adopted_user_get_component@Base 0.3.0 + inf_adopted_user_get_request_log@Base 0.3.0 + inf_adopted_user_get_type@Base 0.3.0 + inf_adopted_user_get_vector@Base 0.3.0 + inf_adopted_user_set_vector@Base 0.3.0 + inf_buffer_get_modified@Base 0.3.0 + inf_buffer_get_type@Base 0.3.0 + inf_buffer_set_modified@Base 0.3.0 + inf_cert_util_copy@Base 0.3.0 + inf_cert_util_get_activation_time@Base 0.3.0 + inf_cert_util_get_dn_by_oid@Base 0.3.0 + inf_cert_util_get_expiration_time@Base 0.3.0 + inf_cert_util_get_fingerprint@Base 0.3.0 + inf_cert_util_get_hostname@Base 0.3.0 + inf_cert_util_get_issuer_dn_by_oid@Base 0.3.0 + inf_cert_util_get_serial_number@Base 0.3.0 + inf_cert_util_load_file@Base 0.3.0 + inf_cert_util_save_file@Base 0.3.0 + inf_certificate_chain_get_n_certificates@Base 0.3.0 + inf_certificate_chain_get_nth_certificate@Base 0.3.0 + inf_certificate_chain_get_own_certificate@Base 0.3.0 + inf_certificate_chain_get_raw@Base 0.3.0 + inf_certificate_chain_get_root_certificate@Base 0.3.0 + inf_certificate_chain_get_type@Base 0.3.0 + inf_certificate_chain_new@Base 0.3.0 + inf_certificate_chain_ref@Base 0.3.0 + inf_certificate_chain_unref@Base 0.3.0 + inf_communication_central_factory_get_default@Base 0.3.0 + inf_communication_central_factory_get_type@Base 0.3.0 + inf_communication_central_method_get_type@Base 0.3.0 + inf_communication_factory_get_type@Base 0.3.0 + inf_communication_factory_instantiate@Base 0.3.0 + inf_communication_factory_supports_method@Base 0.3.0 + inf_communication_group_cancel_messages@Base 0.3.0 + inf_communication_group_get_method_for_connection@Base 0.3.0 + inf_communication_group_get_method_for_network@Base 0.3.0 + inf_communication_group_get_name@Base 0.3.0 + inf_communication_group_get_publisher_id@Base 0.3.0 + inf_communication_group_get_target@Base 0.3.0 + inf_communication_group_get_type@Base 0.3.0 + inf_communication_group_is_member@Base 0.3.0 + inf_communication_group_send_group_message@Base 0.3.0 + inf_communication_group_send_message@Base 0.3.0 + inf_communication_group_set_target@Base 0.3.0 + inf_communication_hosted_group_add_member@Base 0.3.0 + inf_communication_hosted_group_add_method@Base 0.3.0 + inf_communication_hosted_group_get_type@Base 0.3.0 + inf_communication_hosted_group_remove_member@Base 0.3.0 + inf_communication_joined_group_get_publisher@Base 0.3.0 + inf_communication_joined_group_get_type@Base 0.3.0 + inf_communication_joined_group_remove_member@Base 0.3.0 + inf_communication_manager_add_factory@Base 0.3.0 + inf_communication_manager_get_factory_for@Base 0.3.0 + inf_communication_manager_get_type@Base 0.3.0 + inf_communication_manager_join_group@Base 0.3.0 + inf_communication_manager_new@Base 0.3.0 + inf_communication_manager_open_group@Base 0.3.0 + inf_communication_method_add_member@Base 0.3.0 + inf_communication_method_cancel_messages@Base 0.3.0 + inf_communication_method_enqueued@Base 0.3.0 + inf_communication_method_get_type@Base 0.3.0 + inf_communication_method_is_member@Base 0.3.0 + inf_communication_method_received@Base 0.3.0 + inf_communication_method_remove_member@Base 0.3.0 + inf_communication_method_send_all@Base 0.3.0 + inf_communication_method_send_single@Base 0.3.0 + inf_communication_method_sent@Base 0.3.0 + inf_communication_object_enqueued@Base 0.3.0 + inf_communication_object_get_type@Base 0.3.0 + inf_communication_object_received@Base 0.3.0 + inf_communication_object_sent@Base 0.3.0 + inf_communication_registry_cancel_messages@Base 0.3.0 + inf_communication_registry_get_type@Base 0.3.0 + inf_communication_registry_is_registered@Base 0.3.0 + inf_communication_registry_register@Base 0.3.0 + inf_communication_registry_send@Base 0.3.0 + inf_communication_registry_unregister@Base 0.3.0 + inf_communication_scope_get_type@Base 0.3.0 + inf_deinit@Base 0.3.0 + inf_directory_error_quark@Base 0.3.0 + inf_directory_strerror@Base 0.3.0 + inf_discovery_avahi_get_security_policy@Base 0.3.0 + inf_discovery_avahi_get_type@Base 0.3.0 + inf_discovery_avahi_new@Base 0.3.0 + inf_discovery_avahi_set_security_policy@Base 0.3.0 + inf_discovery_discover@Base 0.3.0 + inf_discovery_discovered@Base 0.3.0 + inf_discovery_get_discovered@Base 0.3.0 + inf_discovery_get_type@Base 0.3.0 + inf_discovery_info_get_service_name@Base 0.3.0 + inf_discovery_info_get_service_type@Base 0.3.0 + inf_discovery_resolve@Base 0.3.0 + inf_discovery_undiscovered@Base 0.3.0 + inf_gnutls_error_quark@Base 0.3.0 + inf_gnutls_set_error@Base 0.3.0 + inf_init@Base 0.3.0 + inf_io_add_timeout@Base 0.3.0 + inf_io_event_get_type@Base 0.3.0 + inf_io_get_type@Base 0.3.0 + inf_io_remove_timeout@Base 0.3.0 + inf_io_watch@Base 0.3.0 + inf_ip_address_collate@Base 0.3.0 + inf_ip_address_copy@Base 0.3.0 + inf_ip_address_family_get_type@Base 0.3.0 + inf_ip_address_free@Base 0.3.0 + inf_ip_address_get_family@Base 0.3.0 + inf_ip_address_get_raw@Base 0.3.0 + inf_ip_address_get_type@Base 0.3.0 + inf_ip_address_new_from_string@Base 0.3.0 + inf_ip_address_new_loopback4@Base 0.3.0 + inf_ip_address_new_loopback6@Base 0.3.0 + inf_ip_address_new_raw4@Base 0.3.0 + inf_ip_address_new_raw6@Base 0.3.0 + inf_ip_address_to_string@Base 0.3.0 + inf_local_publisher_get_type@Base 0.3.0 + inf_local_publisher_publish@Base 0.3.0 + inf_local_publisher_unpublish@Base 0.3.0 + inf_marshal_VOID__BOXED_BOXED_OBJECT@Base 0.3.0 + inf_marshal_VOID__BOXED_DOUBLE_DOUBLE@Base 0.3.0 + inf_marshal_VOID__BOXED_OBJECT@Base 0.3.0 + inf_marshal_VOID__OBJECT_BOOLEAN@Base 0.3.0 + inf_marshal_VOID__OBJECT_DOUBLE@Base 0.3.0 + inf_marshal_VOID__OBJECT_OBJECT@Base 0.3.0 + inf_marshal_VOID__OBJECT_OBJECT_BOOLEAN@Base 0.3.0 + inf_marshal_VOID__OBJECT_POINTER@Base 0.3.0 + inf_marshal_VOID__POINTER_UINT@Base 0.3.0 + inf_marshal_VOID__UINT_BOXED_OBJECT@Base 0.3.0 + inf_marshal_VOID__UINT_INT@Base 0.3.0 + inf_marshal_VOID__UINT_UINT@Base 0.3.0 + inf_marshal_VOID__UINT_UINT_OBJECT@Base 0.3.0 + inf_request_error_quark@Base 0.3.0 + inf_request_strerror@Base 0.3.0 + inf_session_add_user@Base 0.3.0 + inf_session_close@Base 0.3.0 + inf_session_get_buffer@Base 0.3.0 + inf_session_get_communication_manager@Base 0.3.0 + inf_session_get_status@Base 0.3.0 + inf_session_get_subscription_group@Base 0.3.0 + inf_session_get_synchronization_progress@Base 0.3.0 + inf_session_get_synchronization_status@Base 0.3.0 + inf_session_get_type@Base 0.3.0 + inf_session_get_user_property@Base 0.3.0 + inf_session_get_user_table@Base 0.3.0 + inf_session_has_synchronizations@Base 0.3.0 + inf_session_lookup_user_property@Base 0.3.0 + inf_session_send_to_subscriptions@Base 0.3.0 + inf_session_set_subscription_group@Base 0.3.0 + inf_session_set_user_status@Base 0.3.0 + inf_session_status_get_type@Base 0.3.0 + inf_session_synchronize_to@Base 0.3.0 + inf_session_user_to_xml@Base 0.3.0 + inf_simulated_connection_connect@Base 0.3.0 + inf_simulated_connection_flush@Base 0.3.0 + inf_simulated_connection_get_type@Base 0.3.0 + inf_simulated_connection_mode_get_type@Base 0.3.0 + inf_simulated_connection_new@Base 0.3.0 + inf_simulated_connection_set_mode@Base 0.3.0 + inf_standalone_io_get_type@Base 0.3.0 + inf_standalone_io_iteration@Base 0.3.0 + inf_standalone_io_iteration_timeout@Base 0.3.0 + inf_standalone_io_loop@Base 0.3.0 + inf_standalone_io_loop_quit@Base 0.3.0 + inf_standalone_io_loop_running@Base 0.3.0 + inf_standalone_io_new@Base 0.3.0 + inf_tcp_connection_close@Base 0.3.0 + inf_tcp_connection_get_remote_address@Base 0.3.0 + inf_tcp_connection_get_remote_port@Base 0.3.0 + inf_tcp_connection_get_type@Base 0.3.0 + inf_tcp_connection_open@Base 0.3.0 + inf_tcp_connection_send@Base 0.3.0 + inf_tcp_connection_status_get_type@Base 0.3.0 + inf_user_error_quark@Base 0.3.0 + inf_user_flags_get_type@Base 0.3.0 + inf_user_get_connection@Base 0.3.0 + inf_user_get_flags@Base 0.3.0 + inf_user_get_id@Base 0.3.0 + inf_user_get_name@Base 0.3.0 + inf_user_get_status@Base 0.3.0 + inf_user_get_type@Base 0.3.0 + inf_user_status_from_string@Base 0.3.0 + inf_user_status_get_type@Base 0.3.0 + inf_user_status_to_string@Base 0.3.0 + inf_user_strerror@Base 0.3.0 + inf_user_table_add_user@Base 0.3.0 + inf_user_table_foreach_local_user@Base 0.3.0 + inf_user_table_foreach_user@Base 0.3.0 + inf_user_table_get_type@Base 0.3.0 + inf_user_table_lookup_user_by_id@Base 0.3.0 + inf_user_table_lookup_user_by_name@Base 0.3.0 + inf_user_table_new@Base 0.3.0 + inf_user_table_remove_user@Base 0.3.0 + inf_xml_connection_close@Base 0.3.0 + inf_xml_connection_error@Base 0.3.0 + inf_xml_connection_get_type@Base 0.3.0 + inf_xml_connection_received@Base 0.3.0 + inf_xml_connection_send@Base 0.3.0 + inf_xml_connection_sent@Base 0.3.0 + inf_xml_connection_status_get_type@Base 0.3.0 + inf_xml_util_get_attribute@Base 0.3.0 + inf_xml_util_get_attribute_double@Base 0.3.0 + inf_xml_util_get_attribute_double_required@Base 0.3.0 + inf_xml_util_get_attribute_int@Base 0.3.0 + inf_xml_util_get_attribute_int_required@Base 0.3.0 + inf_xml_util_get_attribute_long@Base 0.3.0 + inf_xml_util_get_attribute_long_required@Base 0.3.0 + inf_xml_util_get_attribute_required@Base 0.3.0 + inf_xml_util_get_attribute_uint@Base 0.3.0 + inf_xml_util_get_attribute_uint_required@Base 0.3.0 + inf_xml_util_get_attribute_ulong@Base 0.3.0 + inf_xml_util_get_attribute_ulong_required@Base 0.3.0 + inf_xml_util_set_attribute@Base 0.3.0 + inf_xml_util_set_attribute_double@Base 0.3.0 + inf_xml_util_set_attribute_int@Base 0.3.0 + inf_xml_util_set_attribute_long@Base 0.3.0 + inf_xml_util_set_attribute_uint@Base 0.3.0 + inf_xml_util_set_attribute_ulong@Base 0.3.0 + inf_xmpp_connection_certificate_verify_cancel@Base 0.3.0 + inf_xmpp_connection_certificate_verify_continue@Base 0.3.0 + inf_xmpp_connection_get_type@Base 0.3.0 + inf_xmpp_connection_new@Base 0.3.0 + inf_xmpp_connection_security_policy_get_type@Base 0.3.0 + inf_xmpp_connection_set_certificate_callback@Base 0.3.0 + inf_xmpp_connection_site_get_type@Base 0.3.0 + inf_xmpp_manager_add_connection@Base 0.3.0 + inf_xmpp_manager_contains_connection@Base 0.3.0 + inf_xmpp_manager_get_type@Base 0.3.0 + inf_xmpp_manager_lookup_connection_by_address@Base 0.3.0 + inf_xmpp_manager_new@Base 0.3.0 + infc_browser_add_note@Base 0.3.0 + infc_browser_add_note_with_content@Base 0.3.0 + infc_browser_add_plugin@Base 0.3.0 + infc_browser_add_subdirectory@Base 0.3.0 + infc_browser_get_communication_manager@Base 0.3.0 + infc_browser_get_connection@Base 0.3.0 + infc_browser_get_type@Base 0.3.0 + infc_browser_iter_copy@Base 0.3.0 + infc_browser_iter_explore@Base 0.3.0 + infc_browser_iter_free@Base 0.3.0 + infc_browser_iter_from_explore_request@Base 0.3.0 + infc_browser_iter_from_node_request@Base 0.3.0 + infc_browser_iter_get_child@Base 0.3.0 + infc_browser_iter_get_explore_request@Base 0.3.0 + infc_browser_iter_get_explored@Base 0.3.0 + infc_browser_iter_get_name@Base 0.3.0 + infc_browser_iter_get_next@Base 0.3.0 + infc_browser_iter_get_note_type@Base 0.3.0 + infc_browser_iter_get_parent@Base 0.3.0 + infc_browser_iter_get_path@Base 0.3.0 + infc_browser_iter_get_plugin@Base 0.3.0 + infc_browser_iter_get_prev@Base 0.3.0 + infc_browser_iter_get_root@Base 0.3.0 + infc_browser_iter_get_session@Base 0.3.0 + infc_browser_iter_get_subscribe_request@Base 0.3.0 + infc_browser_iter_get_sync_in@Base 0.3.0 + infc_browser_iter_get_sync_in_requests@Base 0.3.0 + infc_browser_iter_get_type@Base 0.3.0 + infc_browser_iter_is_subdirectory@Base 0.3.0 + infc_browser_iter_save_session@Base 0.3.0 + infc_browser_iter_subscribe_session@Base 0.3.0 + infc_browser_lookup_plugin@Base 0.3.0 + infc_browser_new@Base 0.3.0 + infc_browser_remove_node@Base 0.3.0 + infc_explore_request_finished@Base 0.3.0 + infc_explore_request_get_finished@Base 0.3.0 + infc_explore_request_get_initiated@Base 0.3.0 + infc_explore_request_get_node_id@Base 0.3.0 + infc_explore_request_get_type@Base 0.3.0 + infc_explore_request_initiated@Base 0.3.0 + infc_explore_request_progress@Base 0.3.0 + infc_node_request_finished@Base 0.3.0 + infc_node_request_get_type@Base 0.3.0 + infc_request_failed@Base 0.3.0 + infc_request_get_name@Base 0.3.0 + infc_request_get_seq@Base 0.3.0 + infc_request_get_type@Base 0.3.0 + infc_request_manager_add_request@Base 0.3.0 + infc_request_manager_add_request_valist@Base 0.3.0 + infc_request_manager_clear@Base 0.3.0 + infc_request_manager_fail_request@Base 0.3.0 + infc_request_manager_foreach_named_request@Base 0.3.0 + infc_request_manager_foreach_request@Base 0.3.0 + infc_request_manager_get_request_by_seq@Base 0.3.0 + infc_request_manager_get_request_by_xml@Base 0.3.0 + infc_request_manager_get_request_by_xml_required@Base 0.3.0 + infc_request_manager_get_type@Base 0.3.0 + infc_request_manager_new@Base 0.3.0 + infc_request_manager_remove_request@Base 0.3.0 + infc_session_proxy_get_connection@Base 0.3.0 + infc_session_proxy_get_session@Base 0.3.0 + infc_session_proxy_get_subscription_group@Base 0.3.0 + infc_session_proxy_get_type@Base 0.3.0 + infc_session_proxy_join_user@Base 0.3.0 + infc_session_proxy_set_connection@Base 0.3.0 + infc_user_request_finished@Base 0.3.0 + infc_user_request_get_type@Base 0.3.0 + infd_directory_add_connection@Base 0.3.0 + infd_directory_add_note@Base 0.3.0 + infd_directory_add_plugin@Base 0.3.0 + infd_directory_add_subdirectory@Base 0.3.0 + infd_directory_get_communication_manager@Base 0.3.0 + infd_directory_get_io@Base 0.3.0 + infd_directory_get_storage@Base 0.3.0 + infd_directory_get_type@Base 0.3.0 + infd_directory_iter_copy@Base 0.3.0 + infd_directory_iter_free@Base 0.3.0 + infd_directory_iter_get_child@Base 0.3.0 + infd_directory_iter_get_explored@Base 0.3.0 + infd_directory_iter_get_name@Base 0.3.0 + infd_directory_iter_get_next@Base 0.3.0 + infd_directory_iter_get_node_type@Base 0.3.0 + infd_directory_iter_get_parent@Base 0.3.0 + infd_directory_iter_get_path@Base 0.3.0 + infd_directory_iter_get_plugin@Base 0.3.0 + infd_directory_iter_get_prev@Base 0.3.0 + infd_directory_iter_get_root@Base 0.3.0 + infd_directory_iter_get_session@Base 0.3.0 + infd_directory_iter_get_type@Base 0.3.0 + infd_directory_iter_peek_session@Base 0.3.0 + infd_directory_iter_save_session@Base 0.3.0 + infd_directory_lookup_plugin@Base 0.3.0 + infd_directory_new@Base 0.3.0 + infd_directory_remove_node@Base 0.3.0 + infd_filesystem_storage_get_type@Base 0.3.0 + infd_filesystem_storage_new@Base 0.3.0 + infd_filesystem_storage_open@Base 0.3.0 + infd_server_pool_add_local_publisher@Base 0.3.0 + infd_server_pool_add_server@Base 0.3.0 + infd_server_pool_get_type@Base 0.3.0 + infd_server_pool_new@Base 0.3.0 + infd_session_proxy_add_user@Base 0.3.0 + infd_session_proxy_get_session@Base 0.3.0 + infd_session_proxy_get_type@Base 0.3.0 + infd_session_proxy_has_subscriptions@Base 0.3.0 + infd_session_proxy_is_idle@Base 0.3.0 + infd_session_proxy_is_subscribed@Base 0.3.0 + infd_session_proxy_subscribe_to@Base 0.3.0 + infd_storage_create_subdirectory@Base 0.3.0 + infd_storage_get_type@Base 0.3.0 + infd_storage_node_copy@Base 0.3.0 + infd_storage_node_free@Base 0.3.0 + infd_storage_node_get_type@Base 0.3.0 + infd_storage_node_list_free@Base 0.3.0 + infd_storage_node_new_note@Base 0.3.0 + infd_storage_node_new_subdirectory@Base 0.3.0 + infd_storage_node_type_get_type@Base 0.3.0 + infd_storage_read_subdirectory@Base 0.3.0 + infd_storage_remove_node@Base 0.3.0 + infd_tcp_server_close@Base 0.3.0 + infd_tcp_server_get_type@Base 0.3.0 + infd_tcp_server_open@Base 0.3.0 + infd_tcp_server_status_get_type@Base 0.3.0 + infd_xml_server_close@Base 0.3.0 + infd_xml_server_get_type@Base 0.3.0 + infd_xml_server_new_connection@Base 0.3.0 + infd_xml_server_status_get_type@Base 0.3.0 + infd_xmpp_server_get_security_policy@Base 0.3.0 + infd_xmpp_server_get_type@Base 0.3.0 + infd_xmpp_server_new@Base 0.3.0 + infd_xmpp_server_set_security_policy@Base 0.3.0 +libinftext-0.3.so.0 libinfinity-0.3-0 #MINVER# + inf_text_buffer_create_iter@Base 0.3.0 + inf_text_buffer_destroy_iter@Base 0.3.0 + inf_text_buffer_erase_text@Base 0.3.0 + inf_text_buffer_get_encoding@Base 0.3.0 + inf_text_buffer_get_length@Base 0.3.0 + inf_text_buffer_get_slice@Base 0.3.0 + inf_text_buffer_get_type@Base 0.3.0 + inf_text_buffer_insert_chunk@Base 0.3.0 + inf_text_buffer_insert_text@Base 0.3.0 + inf_text_buffer_iter_get_author@Base 0.3.0 + inf_text_buffer_iter_get_bytes@Base 0.3.0 + inf_text_buffer_iter_get_length@Base 0.3.0 + inf_text_buffer_iter_get_text@Base 0.3.0 + inf_text_buffer_iter_next@Base 0.3.0 + inf_text_buffer_iter_prev@Base 0.3.0 + inf_text_chunk_copy@Base 0.3.0 + inf_text_chunk_equal@Base 0.3.0 + inf_text_chunk_erase@Base 0.3.0 + inf_text_chunk_free@Base 0.3.0 + inf_text_chunk_get_encoding@Base 0.3.0 + inf_text_chunk_get_length@Base 0.3.0 + inf_text_chunk_get_text@Base 0.3.0 + inf_text_chunk_get_type@Base 0.3.0 + inf_text_chunk_insert_chunk@Base 0.3.0 + inf_text_chunk_insert_text@Base 0.3.0 + inf_text_chunk_iter_get_author@Base 0.3.0 + inf_text_chunk_iter_get_bytes@Base 0.3.0 + inf_text_chunk_iter_get_length@Base 0.3.0 + inf_text_chunk_iter_get_text@Base 0.3.0 + inf_text_chunk_iter_init@Base 0.3.0 + inf_text_chunk_iter_next@Base 0.3.0 + inf_text_chunk_iter_prev@Base 0.3.0 + inf_text_chunk_new@Base 0.3.0 + inf_text_chunk_substring@Base 0.3.0 + inf_text_default_buffer_get_type@Base 0.3.0 + inf_text_default_buffer_new@Base 0.3.0 + inf_text_default_delete_operation_get_chunk@Base 0.3.0 + inf_text_default_delete_operation_get_type@Base 0.3.0 + inf_text_default_delete_operation_new@Base 0.3.0 + inf_text_default_insert_operation_get_chunk@Base 0.3.0 + inf_text_default_insert_operation_get_type@Base 0.3.0 + inf_text_default_insert_operation_new@Base 0.3.0 + inf_text_delete_operation_get_concurrency_id@Base 0.3.0 + inf_text_delete_operation_get_length@Base 0.3.0 + inf_text_delete_operation_get_position@Base 0.3.0 + inf_text_delete_operation_get_type@Base 0.3.0 + inf_text_delete_operation_need_concurrency_id@Base 0.3.0 + inf_text_delete_operation_transform_delete@Base 0.3.0 + inf_text_delete_operation_transform_insert@Base 0.3.0 + inf_text_insert_operation_get_concurrency_id@Base 0.3.0 + inf_text_insert_operation_get_length@Base 0.3.0 + inf_text_insert_operation_get_position@Base 0.3.0 + inf_text_insert_operation_get_type@Base 0.3.0 + inf_text_insert_operation_need_concurrency_id@Base 0.3.0 + inf_text_insert_operation_transform_delete@Base 0.3.0 + inf_text_insert_operation_transform_insert@Base 0.3.0 + inf_text_move_operation_get_length@Base 0.3.0 + inf_text_move_operation_get_position@Base 0.3.0 + inf_text_move_operation_get_type@Base 0.3.0 + inf_text_move_operation_new@Base 0.3.0 + inf_text_move_operation_transform_delete@Base 0.3.0 + inf_text_move_operation_transform_insert@Base 0.3.0 + inf_text_remote_delete_operation_get_type@Base 0.3.0 + inf_text_remote_delete_operation_new@Base 0.3.0 + inf_text_session_flush_requests_for_user@Base 0.3.0 + inf_text_session_get_type@Base 0.3.0 + inf_text_session_new@Base 0.3.0 + inf_text_session_new_with_user_table@Base 0.3.0 + inf_text_session_set_user_color@Base 0.3.0 + inf_text_user_get_caret_position@Base 0.3.0 + inf_text_user_get_hue@Base 0.3.0 + inf_text_user_get_selection_length@Base 0.3.0 + inf_text_user_get_type@Base 0.3.0 + inf_text_user_set_selection@Base 0.3.0 --- libinfinity-0.3.0.orig/debian/changelog +++ libinfinity-0.3.0/debian/changelog @@ -0,0 +1,6 @@ +libinfinity (0.3.0-1) experimental; urgency=low + + * Initial release (Closes: #525278) + + -- Philipp Kern Mon, 20 Apr 2009 16:43:40 +0200 +