debian/0000775000000000000000000000000012272714736007203 5ustar debian/copyright0000664000000000000000000000316012272714534011132 0ustar This package was debianized by Robert S. Edmonds on Sun, 10 May 2009 23:12:37 -0400. It was downloaded from: http://code.google.com/p/protobuf-c/downloads/list Copyright Holders: Copyright (C) 2008 Dave Benson Copyright (C) 2008 Google Inc. License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The Debian packaging is Copyright (C) 2009 Robert S. Edmonds and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. protobuf-c is distributed with a file 'scripts/pkgwrite' which is not used by the Debian packages. Copyright Dave Benson , 2000-2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This software may also be licensed under the terms of the GNU Lesser General Public License, version 2 or higher. (This is so that the pkgwrite script may be legally included with LGPL'd software.) debian/libprotobuf-c0.dirs0000664000000000000000000000001012272714534012700 0ustar usr/lib debian/changelog0000664000000000000000000000575112272714726011064 0ustar protobuf-c (0.15-1build1) trusty; urgency=medium * No-change rebuild against libprotobuf8 -- Steve Langasek Fri, 31 Jan 2014 12:40:47 +0000 protobuf-c (0.15-1) unstable; urgency=low [ tony mancill ] * New upstream release. (Closes: #622915) - add new versioned symbol for protobuf_c_message_init@Base * Bump Standards-Version to 3.9.5 (no changes). * Depend on debhelper 9; bump debian/compat. * Update .install files for multi-arch installation directories. [ Robert S. Edmonds ] * protobuf-c-compiler: add a Recommends on the -dev package; closes: #704877. * A side-effect of bumping the debhelper compat level to 9 is to enable hardened build flags; closes: #673674. * Use dh-autoreconf. -- Robert S. Edmonds Fri, 15 Nov 2013 18:53:07 -0500 protobuf-c (0.14-1) unstable; urgency=low * New upstream release. -- Robert S. Edmonds Tue, 07 Sep 2010 17:00:07 -0400 protobuf-c (0.12-3) unstable; urgency=low * libprotobuf-c0.symbols: Increase minimum required version for buggy functions fixed in 0.12-2. -- Robert S. Edmonds Fri, 12 Feb 2010 16:42:58 -0500 protobuf-c (0.12-2) unstable; urgency=low * Convert source package to 3.0 (quilt) format. * Cherry pick upstream bug fix (issue #35) for protobuf_c_enum_descriptor_get_value_by_name(), protobuf_c_service_descriptor_get_method_by_name() functions. -- Robert S. Edmonds Tue, 09 Feb 2010 19:54:28 -0500 protobuf-c (0.12-1) unstable; urgency=low * New upstream release. * Drop patches included upstream: 10_ftbfs_big_endian, 30_wire_format_fix. -- Robert S. Edmonds Sun, 24 Jan 2010 15:20:18 -0500 protobuf-c (0.11-4) unstable; urgency=low * Add versioned build dependency on libprotobuf-dev. * libprotobuf-dev header renamed: wire_format_inl.h -> wire_format.h. * Closes: #559960. -- Robert S. Edmonds Mon, 07 Dec 2009 16:42:12 -0800 protobuf-c (0.11-3) unstable; urgency=low * Second attempt at fixing FTBFS on big endian platforms; closes: #544755. -- Robert S. Edmonds Wed, 11 Nov 2009 12:07:02 -0500 protobuf-c (0.11-2) unstable; urgency=low * Fix FTBFS on big endian platforms; closes: #544755. -- Robert S. Edmonds Tue, 10 Nov 2009 22:02:38 -0500 protobuf-c (0.11-1) unstable; urgency=low * New upstream release; closes: #529004. * Add build dependency on libprotoc-dev; closes: #540970. * Drop .la file from libprotobuf-c0-dev. -- Robert S. Edmonds Sun, 23 Aug 2009 13:59:24 -0400 protobuf-c (0.10-2) unstable; urgency=low * Add dependency on libprotobuf-c0 for package libprotobuf-c0-dev; closes: #529042. -- Robert S. Edmonds Sun, 17 May 2009 15:22:48 -0400 protobuf-c (0.10-1) unstable; urgency=low * Initial release; closes: #528147. -- Robert S. Edmonds Sun, 10 May 2009 23:34:05 -0400 debian/compat0000664000000000000000000000000212272714534010375 0ustar 9 debian/gbp.conf0000664000000000000000000000010512272714534010612 0ustar [buildpackage] pristine-tar = True [import-orig] pristine-tar = True debian/libprotobuf-c0.install0000664000000000000000000000002412272714534013412 0ustar usr/lib/*/lib*.so.* debian/libprotobuf-c0-dev.dirs0000664000000000000000000000004612272714534013465 0ustar usr/lib usr/include/google/protobuf-c debian/source/0000775000000000000000000000000012272714733010500 5ustar debian/source/format0000664000000000000000000000001412272714534011705 0ustar 3.0 (quilt) debian/libprotobuf-c0-dev.install0000664000000000000000000000010312272714534014164 0ustar usr/lib/*/lib*.a usr/lib/*/lib*.so usr/include/google/protobuf-c/* debian/rules0000775000000000000000000000010312272714534010251 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 %: dh $@ --with autoreconf debian/control0000664000000000000000000000527412272714534010612 0ustar Source: protobuf-c Section: devel Priority: optional Maintainer: Robert S. Edmonds Build-Depends: debhelper (>= 9), dh-autoreconf, autoconf, autotools-dev, automake, libtool, libprotobuf-dev, libprotoc-dev, protobuf-compiler, zlib1g-dev Standards-Version: 3.9.5 Homepage: http://protobuf-c.googlecode.com/ Package: protobuf-c-compiler Architecture: any Section: devel Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libprotobuf-c0-dev Description: protocol buffers C compiler Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains a compiler that generates C stubs from protocol buffer schemas. These stubs must be compiled and linked against libprotobuf-c. Package: libprotobuf-c0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: Protocol Buffers C library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the shared library. Package: libprotobuf-c0-dev Architecture: any Section: libdevel Depends: libprotobuf-c0 (= ${binary:Version}), ${misc:Depends} Description: Protocol Buffers C static library and headers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the C implementation of protocol buffers. . This package contains the static library and development headers. debian/protobuf-c-compiler.dirs0000664000000000000000000000001012272714534013741 0ustar usr/bin debian/libprotobuf-c0.symbols0000664000000000000000000000557712272714534013456 0ustar libprotobuf-c.so.0 libprotobuf-c0 #MINVER# protobuf_c_buffer_simple_append@Base 0.10 protobuf_c_data_buffer_append@Base 0.10 protobuf_c_data_buffer_append_char@Base 0.10 protobuf_c_data_buffer_append_repeated_char@Base 0.10 protobuf_c_data_buffer_append_string0@Base 0.10 protobuf_c_data_buffer_append_string@Base 0.10 protobuf_c_data_buffer_cleanup_recycling_bin@Base 0.10 protobuf_c_data_buffer_clear@Base 0.10 protobuf_c_data_buffer_discard@Base 0.10 protobuf_c_data_buffer_drain@Base 0.10 protobuf_c_data_buffer_index_of@Base 0.10 protobuf_c_data_buffer_init@Base 0.10 protobuf_c_data_buffer_parse_string0@Base 0.10 protobuf_c_data_buffer_peek@Base 0.10 protobuf_c_data_buffer_peek_char@Base 0.10 protobuf_c_data_buffer_read@Base 0.10 protobuf_c_data_buffer_read_char@Base 0.10 protobuf_c_data_buffer_read_in_fd@Base 0.10 protobuf_c_data_buffer_read_line@Base 0.10 protobuf_c_data_buffer_reset@Base 0.10 protobuf_c_data_buffer_str_index_of@Base 0.10 protobuf_c_data_buffer_transfer@Base 0.10 protobuf_c_data_buffer_writev@Base 0.10 protobuf_c_data_buffer_writev_len@Base 0.10 protobuf_c_default_allocator@Base 0.10 protobuf_c_dispatch_add_idle@Base 0.10 protobuf_c_dispatch_add_timer@Base 0.10 protobuf_c_dispatch_add_timer_millis@Base 0.10 protobuf_c_dispatch_clear_changes@Base 0.10 protobuf_c_dispatch_close_fd@Base 0.10 protobuf_c_dispatch_default@Base 0.10 protobuf_c_dispatch_destroy_default@Base 0.10 protobuf_c_dispatch_dispatch@Base 0.10 protobuf_c_dispatch_fd_closed@Base 0.10 protobuf_c_dispatch_free@Base 0.10 protobuf_c_dispatch_new@Base 0.10 protobuf_c_dispatch_peek_allocator@Base 0.10 protobuf_c_dispatch_remove_idle@Base 0.10 protobuf_c_dispatch_remove_timer@Base 0.10 protobuf_c_dispatch_run@Base 0.10 protobuf_c_dispatch_watch_fd@Base 0.10 protobuf_c_enum_descriptor_get_value@Base 0.10 protobuf_c_enum_descriptor_get_value_by_name@Base 0.14 protobuf_c_message_descriptor_get_field@Base 0.10 protobuf_c_message_descriptor_get_field_by_name@Base 0.10 protobuf_c_message_free_unpacked@Base 0.10 protobuf_c_message_get_packed_size@Base 0.10 protobuf_c_message_init@Base 0.15 protobuf_c_message_init_generic@Base 0.14 protobuf_c_message_pack@Base 0.10 protobuf_c_message_pack_to_buffer@Base 0.10 protobuf_c_message_unpack@Base 0.10 protobuf_c_out_of_memory@Base 0.10 protobuf_c_rpc_client_disable_autoreconnect@Base 0.10 protobuf_c_rpc_client_is_connected@Base 0.10 protobuf_c_rpc_client_new@Base 0.10 protobuf_c_rpc_client_set_autoreconnect_period@Base 0.10 protobuf_c_rpc_client_set_error_handler@Base 0.14 protobuf_c_rpc_server_destroy@Base 0.10 protobuf_c_rpc_server_new@Base 0.10 protobuf_c_rpc_server_set_error_handler@Base 0.14 protobuf_c_service_descriptor_get_method_by_name@Base 0.14 protobuf_c_service_destroy@Base 0.10 protobuf_c_service_generated_init@Base 0.10 protobuf_c_service_invoke_internal@Base 0.10 protobuf_c_system_allocator@Base 0.10 debian/protobuf-c-compiler.install0000664000000000000000000000001212272714534014450 0ustar usr/bin/*