debian/0000775000000000000000000000000012313220566007170 5ustar debian/rules0000775000000000000000000000062511711704641010255 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_CONFIGURE_EXTRA_FLAGS += --enable-static debian/watch0000664000000000000000000000013411664004276010225 0ustar version=3 http://ftp.gnome.org/pub/gnome/sources/libepc/([\d\.]+)/libepc-([\d\.]+)\.tar\.xz debian/libepc-common.install0000664000000000000000000000002111664004276013303 0ustar usr/share/locale debian/libepc-ui-dev.install0000664000000000000000000000017211664004276013213 0ustar usr/include/libepc-ui-1.0/libepc-ui/* usr/lib/libepc-ui-1.0*.a usr/lib/libepc-ui-1.0*.so usr/lib/pkgconfig/libepc-ui-1.0* debian/libepc-dev.install0000664000000000000000000000015111664004276012575 0ustar usr/include/libepc-1.0/libepc/* usr/lib/libepc-1.0.a usr/lib/libepc-1.0.so usr/lib/pkgconfig/libepc-1.0* debian/changelog0000664000000000000000000001563612313220566011055 0ustar libepc (0.4.4-1ubuntu1) trusty; urgency=medium * Manually patch libtool files to add support for ppc64el. -- Logan Rosen Sat, 22 Mar 2014 01:36:39 -0400 libepc (0.4.4-1) unstable; urgency=low * New upstream release. * Add symbols file for libepc and libepc-ui. * Add Depends on libgnutls-dev to libepc-dev as per libepc-1.0.pc. -- Michael Biebl Tue, 31 Jan 2012 07:34:10 +0100 libepc (0.4.3-1) unstable; urgency=low [ Sjoerd Simons ] * New upstream release * d/p/0001-Fix-libepc-ui-1.0.pc.in-to-depend-on-gtk-3.0.patch: - Removed, fixed upstream [ Michael Biebl ] * Upload to unstable. -- Michael Biebl Sun, 04 Dec 2011 07:04:11 +0100 libepc (0.4.2-2) experimental; urgency=low * debian/control.in: - Update Build-Depends on libgtk2.0-dev to libgtk-3-dev (>= 3.0). - Bump Build-Depends on debhelper to (>= 8). - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. - Bump Standards-Version to 3.9.2. No further changes. - Update libepc-ui-dev to depend on libgtk-3-dev (>= 3.0) instead of libgtk2.0-dev. * debian/patches/0001-Fix-libepc-ui-1.0.pc.in-to-depend-on-gtk-3.0.patch: - Fix the pkg-config file for libepc-ui to depend on gtk+-3.0 instead of gtk+-2.0. * Strip debian/tmp/ from .install files. -- Michael Biebl Mon, 21 Nov 2011 22:06:39 +0100 libepc (0.4.2-1) experimental; urgency=low * New upstream release * debian/control.in: s/libavahi-ui-dev/libavahi-ui-gtk3-dev/ * debian/control.in: Bump soname * debian/compat: Move up to version 8 * debian/source: Switch to format 3.0 (quilt) * debian/rules: drop simple patchsys * debian/rules: update shlibs ver to 0.4.2-1 * debian/watch: Track xz tarballs -- Sjoerd Simons Sat, 05 Nov 2011 22:33:50 +0000 libepc (0.3.11-1) unstable; urgency=low * Update my email address. * New upstream release. - debian/patches/01_kfreebsd.patch: + Removed, applied upstream. * debian/control.in: - Standards-Version is 3.8.4, no changes needed. * debian/rules: - Build with --enable-static. -- Emilio Pozuelo Monfort Thu, 25 Mar 2010 00:58:12 +0100 libepc (0.3.10-2) unstable; urgency=low * debian/patches/01_kfreebsd.patch: Patch from Petr Salinger to build on GNU/kFreeBSD. Closes: #542636. * Standards-Version is 3.8.3, no changes needed. -- Emilio Pozuelo Monfort Sat, 22 Aug 2009 00:07:44 +0200 libepc (0.3.10-1) unstable; urgency=low * Add a new binary package, libepc-common, to ship common files that don't have a versioned path. Ship the translations on it. * New upstream bugfix release. * Standards-Version is 3.8.2, no changes needed. * Point Vcs-* to the unstable branch. -- Emilio Pozuelo Monfort Wed, 17 Jun 2009 23:57:14 +0200 libepc (0.3.9-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * New upstream bugfix release, no API changes. * debian/control.in: Switch Vcs-Browser to viewsvn. * Don't duplicate the Section in the binary packages, inherit it from the Source instead. Thanks lintian. [ Josselin Mouette ] * Add libglib2.0-doc to b-d-i to ensure proper xrefs. [ Emilio Pozuelo Monfort ] * Standards-Version is 3.8.1, no changes needed. * Don't ship an AUTHORS file, that info is already in debian/copyright. * Improve the short descriptions. [ Josselin Mouette ] * Upload to unstable; drop check-dist include. -- Josselin Mouette Tue, 07 Apr 2009 15:06:10 +0200 libepc (0.3.8-2) experimental; urgency=low * Remove wrong Conflicts/Replaces in libepc{,-ui}-1.0-2, there's no reason why they shouldn't be allowed to be installed together with the 1.0-1 packages, as all their files are versioned. -- Emilio Pozuelo Monfort Tue, 28 Oct 2008 01:20:48 +0100 libepc (0.3.8-1) experimental; urgency=low [ Loic Minier ] * Properly anchor package name regexp. [ Emilio Pozuelo Monfort ] * New upstream release, with a symbol removal. - Update package names for the SONAME bump, and add Conflicts and Replaces where needed. - Bump shlibs. - Upload to experimental, update Vcs-* fields, add check-dist.mk to debian/rules. * Update Standards-Version. * Build-depend on intltool, as configure runs it directly instead of of using libxml-parser-perl. Remove build-dependency on the latter. -- Emilio Pozuelo Monfort Thu, 23 Oct 2008 18:42:32 +0200 libepc (0.3.5-2) unstable; urgency=high * Depend on libsoup2.4-dev instead of libsoup2.2-dev; closes: #480875. -- Loic Minier Mon, 12 May 2008 16:38:17 +0200 libepc (0.3.5-1) unstable; urgency=low * New upstream release, no API changes. -- Emilio Pozuelo Monfort Tue, 08 Apr 2008 16:13:58 +0200 libepc (0.3.4-3) unstable; urgency=low * Upload to unstable -- Emilio Pozuelo Monfort Fri, 21 Mar 2008 02:48:00 +0100 libepc (0.3.4-2) experimental; urgency=low [ Emilio Pozuelo Monfort ] * Upload to experimental. * Cleanup changelog of 0.3.4-1. * Build depend on libsoup2.4-dev, instead of libsoup2.2-dev. * Require libglib2.0-dev >= 2.15.1 to get GIO support. This enables mimetype detection in libepc. * Bump shlibs to 0.3.4-2 as we build with MIME type support. * Rename 'api-break' to 'api-change' in debian/rules. [ Loic Minier ] * Include check-dist.mk to prevent accidental upload to unstable. * Rename $(api-change) to $(SHLIBVER). * Tidy up libepc.* regexps. -- Emilio Pozuelo Monfort Mon, 25 Feb 2008 10:34:30 +0100 libepc (0.3.4-1) unstable; urgency=low * New upstream release, no API changes. - debian/copyright: Updated for 2008. - Build depend on libxml-parser-perl. Needed by intltool to get i18n support. * Improve some short descriptions to be consistent. -- Emilio Pozuelo Monfort Mon, 18 Feb 2008 20:19:13 +0100 libepc (0.3.3-1) unstable; urgency=low * New upstream releases, no API changes: - Build with latest gio version. - Explictly add copyright statements to make licensecheck happy. * debian/control: - Suggest libepc-doc in -dev packages. - Bump libavahi-ui-dev requirement to 2.6.22 now that it's packaged, since configure checks for it, so we have the same results in all arches. * debian/rules, debian/libepc-1.0-1.shlibs, debian/libepc-ui-1.0-1.shlibs: - Add DEB_DH_MAKESHLIBS_ARGS_* to call dh_makeshlibs to generate the shlibs files in debian/rules. - Remove debian/*.shlibs as those are now generated by the dh_makeshlibs calls. * Thanks to Loïc Minier for all the suggestions. -- Emilio Pozuelo Monfort Tue, 15 Jan 2008 10:51:18 +0100 libepc (0.3.1-1) unstable; urgency=low * Initial release (Closes: #454805) -- Emilio Pozuelo Monfort Mon, 17 Dec 2007 17:29:35 +0100 debian/libepc-doc.install0000664000000000000000000000004411664004276012565 0ustar usr/share/gtk-doc/html/libepc-1.0/* debian/compat0000664000000000000000000000000211664004276010374 0ustar 8 debian/libepc-doc.examples0000664000000000000000000000001311662532357012735 0ustar examples/* debian/libepc-1.0-3.symbols0000664000000000000000000001241411711704557012506 0ustar libepc-1.0.so.3 libepc-1.0-3 #MINVER# _epc_marshal_BOOLEAN__STRING@Base 0.4.2 _epc_marshal_VOID__ENUM_STRING_UINT@Base 0.4.2 _epc_marshal_VOID__STRING_BOXED@Base 0.4.2 _epc_marshal_VOID__STRING_STRING@Base 0.4.2 epc_address_family_get_class@Base 0.4.2 epc_address_family_get_type@Base 0.4.2 epc_address_family_to_string@Base 0.4.2 epc_auth_context_check_password@Base 0.4.2 epc_auth_context_get_key@Base 0.4.2 epc_auth_context_get_password@Base 0.4.2 epc_auth_context_get_publisher@Base 0.4.2 epc_auth_flags_get_class@Base 0.4.2 epc_auth_flags_get_type@Base 0.4.2 epc_avahi_error_quark@Base 0.4.2 epc_collision_handling_get_class@Base 0.4.2 epc_collision_handling_get_type@Base 0.4.2 epc_collision_handling_to_string@Base 0.4.2 epc_consumer_get_password@Base 0.4.2 epc_consumer_get_protocol@Base 0.4.2 epc_consumer_get_type@Base 0.4.2 epc_consumer_get_username@Base 0.4.2 epc_consumer_is_publisher_resolved@Base 0.4.2 epc_consumer_list@Base 0.4.2 epc_consumer_lookup@Base 0.4.2 epc_consumer_new@Base 0.4.2 epc_consumer_new_for_name@Base 0.4.2 epc_consumer_new_for_name_full@Base 0.4.2 epc_consumer_resolve_publisher@Base 0.4.2 epc_consumer_set_password@Base 0.4.2 epc_consumer_set_protocol@Base 0.4.2 epc_consumer_set_username@Base 0.4.2 epc_contents_get_data@Base 0.4.2 epc_contents_get_mime_type@Base 0.4.2 epc_contents_is_stream@Base 0.4.2 epc_contents_new@Base 0.4.2 epc_contents_new_dup@Base 0.4.2 epc_contents_ref@Base 0.4.2 epc_contents_stream_new@Base 0.4.2 epc_contents_stream_read@Base 0.4.2 epc_contents_unref@Base 0.4.2 epc_dispatcher_add_service@Base 0.4.2 epc_dispatcher_add_service_subtype@Base 0.4.2 epc_dispatcher_get_collision_handling@Base 0.4.2 epc_dispatcher_get_cookie@Base 0.4.2 epc_dispatcher_get_name@Base 0.4.2 epc_dispatcher_get_type@Base 0.4.2 epc_dispatcher_new@Base 0.4.2 epc_dispatcher_reset@Base 0.4.2 epc_dispatcher_run@Base 0.4.2 epc_dispatcher_set_collision_handling@Base 0.4.2 epc_dispatcher_set_cookie@Base 0.4.2 epc_dispatcher_set_name@Base 0.4.2 epc_dispatcher_set_service_details@Base 0.4.2 epc_http_error_quark@Base 0.4.2 epc_protocol_build_uri@Base 0.4.2 epc_protocol_from_name@Base 0.4.2 epc_protocol_get_class@Base 0.4.2 epc_protocol_get_service_type@Base 0.4.2 epc_protocol_get_type@Base 0.4.2 epc_protocol_get_uri_scheme@Base 0.4.2 epc_protocol_to_string@Base 0.4.2 epc_publisher_add@Base 0.4.2 epc_publisher_add_bookmark@Base 0.4.2 epc_publisher_add_file@Base 0.4.2 epc_publisher_add_handler@Base 0.4.2 epc_publisher_expand_name@Base 0.4.2 epc_publisher_get_auth_flags@Base 0.4.2 epc_publisher_get_certificate_file@Base 0.4.2 epc_publisher_get_collision_handling@Base 0.4.2 epc_publisher_get_contents_path@Base 0.4.2 epc_publisher_get_path@Base 0.4.2 epc_publisher_get_private_key_file@Base 0.4.2 epc_publisher_get_protocol@Base 0.4.2 epc_publisher_get_service_cookie@Base 0.4.2 epc_publisher_get_service_domain@Base 0.4.2 epc_publisher_get_service_name@Base 0.4.2 epc_publisher_get_type@Base 0.4.2 epc_publisher_get_uri@Base 0.4.2 epc_publisher_has_key@Base 0.4.2 epc_publisher_list@Base 0.4.2 epc_publisher_lookup@Base 0.4.2 epc_publisher_new@Base 0.4.2 epc_publisher_quit@Base 0.4.2 epc_publisher_remove@Base 0.4.2 epc_publisher_run@Base 0.4.2 epc_publisher_run_async@Base 0.4.2 epc_publisher_set_auth_flags@Base 0.4.2 epc_publisher_set_auth_handler@Base 0.4.2 epc_publisher_set_collision_handling@Base 0.4.2 epc_publisher_set_contents_path@Base 0.4.2 epc_publisher_set_credentials@Base 0.4.2 epc_publisher_set_protocol@Base 0.4.2 epc_publisher_set_service_cookie@Base 0.4.2 epc_publisher_set_service_name@Base 0.4.2 epc_service_info_get_address@Base 0.4.2 epc_service_info_get_address_family@Base 0.4.2 epc_service_info_get_detail@Base 0.4.2 epc_service_info_get_host@Base 0.4.2 epc_service_info_get_interface@Base 0.4.2 epc_service_info_get_port@Base 0.4.2 epc_service_info_get_service_type@Base 0.4.2 epc_service_info_get_type@Base 0.4.2 epc_service_info_new@Base 0.4.2 epc_service_info_new_full@Base 0.4.2 epc_service_info_ref@Base 0.4.2 epc_service_info_unref@Base 0.4.2 epc_service_monitor_get_skip_our_own@Base 0.4.2 epc_service_monitor_get_type@Base 0.4.2 epc_service_monitor_new@Base 0.4.2 epc_service_monitor_new_for_types@Base 0.4.2 epc_service_monitor_new_for_types_strv@Base 0.4.2 epc_service_monitor_set_skip_our_own@Base 0.4.2 epc_service_type_get_base@Base 0.4.2 epc_service_type_get_protocol@Base 0.4.2 epc_service_type_list_supported@Base 0.4.2 epc_service_type_new@Base 0.4.2 epc_shell_create_avahi_entry_group@Base 0.4.2 epc_shell_create_service_browser@Base 0.4.2 epc_shell_get_debug_level@Base 0.4.2 epc_shell_get_host_name@Base 0.4.2 epc_shell_progress_begin@Base 0.4.2 epc_shell_progress_end@Base 0.4.2 epc_shell_progress_update@Base 0.4.2 epc_shell_restart_avahi_client@Base 0.4.2 epc_shell_set_progress_hooks@Base 0.4.2 epc_shell_watch_avahi_client_state@Base 0.4.2 epc_shell_watch_remove@Base 0.4.2 epc_tls_certificate_load@Base 0.4.2 epc_tls_certificate_new@Base 0.4.2 epc_tls_certificate_save@Base 0.4.2 epc_tls_error_quark@Base 0.4.2 epc_tls_get_certificate_filename@Base 0.4.2 epc_tls_get_private_key_filename@Base 0.4.2 epc_tls_get_server_credentials@Base 0.4.2 epc_tls_private_key_load@Base 0.4.2 epc_tls_private_key_new@Base 0.4.2 epc_tls_private_key_save@Base 0.4.2 debian/control.in0000664000000000000000000001116012313220570011172 0ustar Source: libepc Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), gnome-pkg-tools (>= 0.11), pkg-config (>= 0.14), libavahi-client-dev (>= 0.6), libavahi-glib-dev (>= 0.6), libavahi-ui-gtk3-dev (>= 0.6.22), libglib2.0-dev (>= 2.15.1), libgnutls-dev (>= 1.4), libsoup2.4-dev, uuid-dev (>= 1.2-1.36), libgtk-3-dev (>= 3.0), intltool (>= 0.35.0) Build-Depends-Indep: libglib2.0-doc Standards-Version: 3.9.2 Homepage: http://live.gnome.org/libepc/ Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libepc Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libepc Package: libepc-1.0-3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libepc-common (= ${source:Version}) Description: Easy Publish and Consume library - shared libraries The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the shared libraries. Package: libepc-ui-1.0-3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Easy Publish and Consume library - shared widget libraries The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the shared widget libraries. Package: libepc-dev Section: libdevel Architecture: any Depends: libepc-1.0-3 (= ${binary:Version}), ${misc:Depends}, libavahi-client-dev (>= 0.6), libavahi-glib-dev (>= 0.6), libsoup2.4-dev, libgnutls-dev Suggests: libepc-doc Description: Easy Publish and Consume library - development files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the headers and development libraries needed to build applications using the Easy Publish and Consume library Package: libepc-ui-dev Section: libdevel Architecture: any Depends: libepc-ui-1.0-3 (= ${binary:Version}), ${misc:Depends}, libepc-dev (= ${binary:Version}), libgtk-3-dev (>= 3.0) Suggests: libepc-doc Description: Easy Publish and Consume library - widget development files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the headers and development libraries needed to build applications using the Easy Publish and Consume widget library Package: libepc-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: libepc-1.0-3, libepc-ui-1.0-3 Suggests: devhelp Description: Easy Publish and Consume library - documentation The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the HTML documentation for the Easy Publish and Consume library Package: libepc-common Architecture: all Depends: ${misc:Depends} Description: Easy Publish and Consume library - data files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the data files for the shared libraries debian/libepc-ui-1.0-3.install0000664000000000000000000000003311664004276013067 0ustar usr/lib/libepc-ui-1.0.so.* debian/copyright0000664000000000000000000000227211662532357011140 0ustar This package was debianized by Emilio Pozuelo Monfort on Fri, 07 Dec 2007 18:41:20 +0100. It was downloaded from http://ftp.gnome.org/pub/gnome/sources/libepc/ Upstream Author: Mathias Hasselmann Copyright: Copyright (C) 2007, 2008 Openismus GmbH 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.1 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/source/0000775000000000000000000000000011711705604010472 5ustar debian/source/format0000664000000000000000000000001411664004276011704 0ustar 3.0 (quilt) debian/libepc-1.0-3.install0000664000000000000000000000003011664004276012451 0ustar usr/lib/libepc-1.0.so.* debian/libepc-ui-1.0-3.symbols0000664000000000000000000000141311711704557013116 0ustar libepc-ui-1.0.so.3 libepc-ui-1.0-3 #MINVER# epc_password_dialog_attach@Base 0.4.2 epc_password_dialog_get_anonymous_allowed@Base 0.4.2 epc_password_dialog_get_password@Base 0.4.2 epc_password_dialog_get_realm@Base 0.4.2 epc_password_dialog_get_type@Base 0.4.2 epc_password_dialog_get_username@Base 0.4.2 epc_password_dialog_is_anonymous@Base 0.4.2 epc_password_dialog_new@Base 0.4.2 epc_password_dialog_set_anonymous@Base 0.4.2 epc_password_dialog_set_anonymous_allowed@Base 0.4.2 epc_password_dialog_set_password@Base 0.4.2 epc_password_dialog_set_realm@Base 0.4.2 epc_password_dialog_set_username@Base 0.4.2 epc_progress_window_get_type@Base 0.4.2 epc_progress_window_install@Base 0.4.2 epc_progress_window_new@Base 0.4.2 epc_progress_window_update@Base 0.4.2 debian/control0000664000000000000000000001175112313220611010567 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: libepc Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Michael Biebl , Sjoerd Simons Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), gnome-pkg-tools (>= 0.11), pkg-config (>= 0.14), libavahi-client-dev (>= 0.6), libavahi-glib-dev (>= 0.6), libavahi-ui-gtk3-dev (>= 0.6.22), libglib2.0-dev (>= 2.15.1), libgnutls-dev (>= 1.4), libsoup2.4-dev, uuid-dev (>= 1.2-1.36), libgtk-3-dev (>= 3.0), intltool (>= 0.35.0) Build-Depends-Indep: libglib2.0-doc Standards-Version: 3.9.2 Homepage: http://live.gnome.org/libepc/ Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libepc Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libepc Package: libepc-1.0-3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libepc-common (= ${source:Version}) Description: Easy Publish and Consume library - shared libraries The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the shared libraries. Package: libepc-ui-1.0-3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Easy Publish and Consume library - shared widget libraries The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the shared widget libraries. Package: libepc-dev Section: libdevel Architecture: any Depends: libepc-1.0-3 (= ${binary:Version}), ${misc:Depends}, libavahi-client-dev (>= 0.6), libavahi-glib-dev (>= 0.6), libsoup2.4-dev, libgnutls-dev Suggests: libepc-doc Description: Easy Publish and Consume library - development files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the headers and development libraries needed to build applications using the Easy Publish and Consume library Package: libepc-ui-dev Section: libdevel Architecture: any Depends: libepc-ui-1.0-3 (= ${binary:Version}), ${misc:Depends}, libepc-dev (= ${binary:Version}), libgtk-3-dev (>= 3.0) Suggests: libepc-doc Description: Easy Publish and Consume library - widget development files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the headers and development libraries needed to build applications using the Easy Publish and Consume widget library Package: libepc-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: libepc-1.0-3, libepc-ui-1.0-3 Suggests: devhelp Description: Easy Publish and Consume library - documentation The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the HTML documentation for the Easy Publish and Consume library Package: libepc-common Architecture: all Depends: ${misc:Depends} Description: Easy Publish and Consume library - data files The Easy Publish and Consume library provides an easy method to publish data per HTTPS announce that information via DNS-SD, find that information and finally consume it. . You can use this library as key/value store published to the network, using encryption, authentication and service discovery. . This package contains the data files for the shared libraries debian/docs0000664000000000000000000000001411662532357010050 0ustar NEWS README debian/patches/0000775000000000000000000000000012313220605010611 5ustar debian/patches/series0000664000000000000000000000002612313220432012022 0ustar libtool_ppc64el.patch debian/patches/libtool_ppc64el.patch0000664000000000000000000000217012313220605014633 0ustar --- a/configure +++ b/configure @@ -7208,7 +7208,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -7227,7 +7230,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1282,7 +1282,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1301,7 +1304,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*)