--- ding-libs-0.5.0.orig/debian/changelog +++ ding-libs-0.5.0/debian/changelog @@ -0,0 +1,89 @@ +ding-libs (0.5.0-1) unstable; urgency=medium + + * New upstream release. + * libini-config-dev.install: Add ini_configmod.h. + * libcollection4.symbols, libini-config5.symbols: Updated. + * control: Bump policy to 3.9.6, no changes. + + -- Timo Aaltonen Sun, 16 Aug 2015 01:26:53 +0300 + +ding-libs (0.4.0-1) unstable; urgency=medium + + * New upstream release. + * Drop automake_warning.patch, upstream. + * Update symbols, bump sonames for libcollection and libini-config. + * control: Bump policy to 3.9.5. + * control: Update my email. + * control: Drop C/R/P's, they're obsolete and harmful by now. + + -- Timo Aaltonen Tue, 15 Jul 2014 15:12:01 +0300 + +ding-libs (0.3.0.1-4) unstable; urgency=low + + * Use dh-autoreconf, resolving FTBFS on newer arches. + - Quiet automake warning; + - Add missing lib to link. + + -- Daniel T Chen Thu, 02 Jan 2014 17:11:41 -0500 + +ding-libs (0.3.0.1-3) unstable; urgency=low + + * copyright: Updated. + + -- Timo Aaltonen Fri, 15 Nov 2013 14:38:44 +0200 + +ding-libs (0.3.0.1-2) unstable; urgency=low + + * rules, *-dev.install: Build static libs again, include in respective + -dev packages. (LP: #1183490) + * Cherry-pick 7a2eb259b2e22: Trim trailing spaces. (LP: #1248087) + + -- Timo Aaltonen Wed, 06 Nov 2013 17:05:07 +0200 + +ding-libs (0.3.0.1-1) unstable; urgency=low + + * New upstream release. + * rules: Use --fail-missing for dh_install. + * Add packaging for libbasicobjects. + * Bump soname for libini-config to 3. + * Rename *.docs files to actually do something. + * rules: Build using --disable-static. + * rules: Remove .la files. + * libini-config-dev: Add new headers. + * control: Wrap Depends. + * control: Update policy to 3.9.4, no changes. + * control: libini-config-dev needs to depend on libbasicobjects-dev and + libref-array-dev. + * Added symbols files. + * control: Added check, pkg-config to build-depends, run full test suite + on build. + + -- Timo Aaltonen Wed, 22 May 2013 13:32:33 +0300 + +ding-libs (0.1.3-2) unstable; urgency=low + + * Add missing Depends on libcollection-dev for libini-config-dev. + Thanks to Asbjørn Sloth Tønnesen (Closes: #697186) + + -- Timo Aaltonen Mon, 07 Jan 2013 21:41:36 +0100 + +ding-libs (0.1.3-1) unstable; urgency=low + + * Initial release (Closes: #637594) + - Fix library package names. + - Build using multiarch. + - Switch to source format 1.0. + - Bump the build-dep on debhelper to >= 9. + - Bump Standards-Version to 3.9.3, no changes. + - control: Update the maintainer address and repo location. + + -- Timo Aaltonen Mon, 19 Mar 2012 17:53:09 +0200 + +ding-libs (0.1.2-0ubuntu1) oneiric; urgency=low + + * Initial upload (LP:#790362) + + [ Fabrice Coutadeur ] + * Initial packaging from PPA. + + -- Michael Jeanson Mon, 30 May 2011 15:58:13 -0400 --- ding-libs-0.5.0.orig/debian/compat +++ ding-libs-0.5.0/debian/compat @@ -0,0 +1 @@ +9 --- ding-libs-0.5.0.orig/debian/control +++ ding-libs-0.5.0/debian/control @@ -0,0 +1,155 @@ +Source: ding-libs +Section: libs +Priority: extra +Maintainer: Debian SSSD Team +Uploaders: Timo Aaltonen +Build-Depends: debhelper (>= 9), + dh-autoreconf, + quilt, + check, + pkg-config, +Standards-Version: 3.9.6 +Homepage: https://fedorahosted.org/sssd/ +Vcs-Git: git://git.debian.org/pkg-sssd/ding-libs.git +Vcs-Browser: http://git.debian.org/?p=pkg-sssd/ding-libs.git;a=summary + +Package: libpath-utils-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libpath-utils1 (= ${binary:Version}), +Description: Development files for libpath_utils + Utility functions to manipulate filesystem pathnames. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libpath-utils1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: Filesystem Path Utilities + Utility functions to manipulate filesystem pathnames. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libdhash-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libdhash1 (= ${binary:Version}), +Description: Development files for libdhash + A hash table which will dynamically resize to achieve optimal storage & access + time properties. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libdhash1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: Dynamic hash table + A hash table which will dynamically resize to achieve optimal storage & access + time properties. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libcollection-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libcollection4 (= ${binary:Version}), +Description: Development files for libcollection + A data-type to collect data in a hierarchical structure for easy iteration + and serialization. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libcollection4 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: Collection data-type for C + A data-type to collect data in a hierarchical structure for easy iteration + and serialization. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libref-array-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libref-array1 (= ${binary:Version}), +Description: Development files for refcounted array for C + A dynamically-growing, reference-counted array. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libref-array1 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: refcounted array for C + A dynamically-growing, reference-counted array + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libini-config-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libini-config5 (= ${binary:Version}), + libcollection-dev (= ${binary:Version}), + libbasicobjects-dev (= ${binary:Version}), + libref-array-dev (= ${binary:Version}), +Description: Development files for libini_config + Library to process config files in INI format into a libcollection data + structure. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libini-config5 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: INI file parser for C + Library to process config files in INI format into a libcollection data + structure. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libbasicobjects-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libbasicobjects0 (= ${binary:Version}), +Description: Basic object types for C -- development files + Library that add basic object types for C. Development files. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. + +Package: libbasicobjects0 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, +Multi-Arch: same +Description: Basic object types for C + Library that add basic object types for C. + . + This package is part of the ding-libs, libraries that are required for the + proper functioning of SSSD, the System Security Services Daemon. --- ding-libs-0.5.0.orig/debian/copyright +++ ding-libs-0.5.0/debian/copyright @@ -0,0 +1,97 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ding-libs +Source: https://fedorahosted.org/sssd/wiki/Releases#DING-LIBSReleases + +Files: basicobjects/simplebuffer* +Copyright: 2009-2010 Dmitri Pal +License: GPL-3+ + +Files: collection/* +Copyright: 2009 Dmitri Pal +License: LGPL-3+ + +Files: ini/* +Copyright: 2009-2012 Dmitri Pal +License: LGPL-3+ + +Files: build/ltmain.sh +Copyright: 1996 Gordon Matzigkeit +License: GPL-2+ + +Files: dhash/* path_utils/* +Copyright: 2009 Red Hat +License: LGPL-3+ + +Files: path_utils/path_utils_ut.c +Copyright: 2009 Red Hat +License: GPL-3+ + +Files: refarray/* +Copyright: 2009 Dmitri Pal +License: GPL-3+ + +Files: trace/* +Copyright: 2009 Dmitri Pal +License: LGPL-3+ + +Files: debian/* +Copyright: 2011 Fabrice Coutadeur , + 2011 Jonathan Carter , + 2011 Timo Aaltonen +License: GPL-3+ + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This 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 General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-3+ + This program 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 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". --- ding-libs-0.5.0.orig/debian/libbasicobjects-dev.install +++ ding-libs-0.5.0/debian/libbasicobjects-dev.install @@ -0,0 +1,4 @@ +usr/include/simplebuffer.h +usr/lib/*/libbasicobjects.a +usr/lib/*/libbasicobjects.so +usr/lib/*/pkgconfig/basicobjects.pc --- ding-libs-0.5.0.orig/debian/libbasicobjects0.install +++ ding-libs-0.5.0/debian/libbasicobjects0.install @@ -0,0 +1 @@ +usr/lib/*/libbasicobjects.so.* --- ding-libs-0.5.0.orig/debian/libbasicobjects0.symbols +++ ding-libs-0.5.0/debian/libbasicobjects0.symbols @@ -0,0 +1,13 @@ +libbasicobjects.so.0 libbasicobjects0 #MINVER# + BASICOBJECTS_0.1.0@BASICOBJECTS_0.1.0 0.4.0 + BASICOBJECTS_0.1.1@BASICOBJECTS_0.1.1 0.4.0 + simplebuffer_add_cr@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_add_raw@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_add_str@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_alloc@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_free@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_get_buf@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_get_len@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_get_vbuf@BASICOBJECTS_0.1.1 0.4.0 + simplebuffer_grow@BASICOBJECTS_0.1.0 0.4.0 + simplebuffer_write@BASICOBJECTS_0.1.0 0.4.0 --- ding-libs-0.5.0.orig/debian/libcollection-dev.docs +++ ding-libs-0.5.0/debian/libcollection-dev.docs @@ -0,0 +1 @@ +collection/doc/html/* --- ding-libs-0.5.0.orig/debian/libcollection-dev.install +++ ding-libs-0.5.0/debian/libcollection-dev.install @@ -0,0 +1,4 @@ +usr/include/collection*.h +usr/lib/*/libcollection.a +usr/lib/*/libcollection.so +usr/lib/*/pkgconfig/collection.pc --- ding-libs-0.5.0.orig/debian/libcollection4.install +++ ding-libs-0.5.0/debian/libcollection4.install @@ -0,0 +1 @@ +usr/lib/*/libcollection.so.* --- ding-libs-0.5.0.orig/debian/libcollection4.symbols +++ ding-libs-0.5.0/debian/libcollection4.symbols @@ -0,0 +1,138 @@ +libcollection.so.4 libcollection4 #MINVER# + COLLECTION_0.6.2@COLLECTION_0.6.2 0.4.0 + COLLECTION_0.7@COLLECTION_0.7 0.5.0 + col_add_any_property@COLLECTION_0.6.2 0.4.0 + col_add_any_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_binary_property@COLLECTION_0.6.2 0.4.0 + col_add_binary_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_bool_property@COLLECTION_0.6.2 0.4.0 + col_add_bool_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_collection_to_collection@COLLECTION_0.6.2 0.4.0 + col_add_double_property@COLLECTION_0.6.2 0.4.0 + col_add_double_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_int_property@COLLECTION_0.6.2 0.4.0 + col_add_int_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_long_property@COLLECTION_0.6.2 0.4.0 + col_add_long_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_str_property@COLLECTION_0.6.2 0.4.0 + col_add_str_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_ulong_property@COLLECTION_0.6.2 0.4.0 + col_add_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_add_unsigned_property@COLLECTION_0.6.2 0.4.0 + col_add_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_bind_iterator@COLLECTION_0.6.2 0.4.0 + col_collection_to_list@COLLECTION_0.6.2 0.4.0 + col_compare_items@COLLECTION_0.6.2 0.4.0 + col_copy_collection@COLLECTION_0.6.2 0.4.0 + col_copy_collection_with_cb@COLLECTION_0.6.2 0.4.0 + col_create_collection@COLLECTION_0.6.2 0.4.0 + col_create_queue@COLLECTION_0.6.2 0.4.0 + col_create_stack@COLLECTION_0.6.2 0.4.0 + col_debug_collection@COLLECTION_0.6.2 0.4.0 + col_debug_handle@COLLECTION_0.6.2 0.4.0 + col_debug_item@COLLECTION_0.6.2 0.4.0 + col_delete_item@COLLECTION_0.6.2 0.4.0 + col_delete_item_with_cb@COLLECTION_0.7 0.5.0 + col_delete_property@COLLECTION_0.6.2 0.4.0 + col_dequeue_item@COLLECTION_0.6.2 0.4.0 + col_destroy_collection@COLLECTION_0.6.2 0.4.0 + col_destroy_collection_with_cb@COLLECTION_0.6.2 0.4.0 + col_destroy_queue@COLLECTION_0.6.2 0.4.0 + col_destroy_stack@COLLECTION_0.6.2 0.4.0 + col_enqueue_any_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_binary_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_bool_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_double_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_int_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_item@COLLECTION_0.6.2 0.4.0 + col_enqueue_long_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_str_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_ulong_property@COLLECTION_0.6.2 0.4.0 + col_enqueue_unsigned_property@COLLECTION_0.6.2 0.4.0 + col_extract_item@COLLECTION_0.6.2 0.4.0 + col_extract_item_from_current@COLLECTION_0.6.2 0.4.0 + col_free_property_list@COLLECTION_0.6.2 0.4.0 + col_get_collection_class@COLLECTION_0.6.2 0.4.0 + col_get_collection_count@COLLECTION_0.6.2 0.4.0 + col_get_collection_reference@COLLECTION_0.6.2 0.4.0 + col_get_data_len@COLLECTION_0.6.2 0.4.0 + col_get_dup_item@COLLECTION_0.7 0.5.0 + col_get_item@COLLECTION_0.6.2 0.4.0 + col_get_item_and_do@COLLECTION_0.6.2 0.4.0 + col_get_item_data@COLLECTION_0.6.2 0.4.0 + col_get_item_depth@COLLECTION_0.6.2 0.4.0 + col_get_item_hash@COLLECTION_0.6.2 0.4.0 + col_get_item_length@COLLECTION_0.6.2 0.4.0 + col_get_item_property@COLLECTION_0.6.2 0.4.0 + col_get_item_type@COLLECTION_0.6.2 0.4.0 + col_get_iterator_depth@COLLECTION_0.6.2 0.4.0 + col_get_reference_from_item@COLLECTION_0.6.2 0.4.0 + col_grow_buffer@COLLECTION_0.6.2 0.4.0 + col_insert_binary_property@COLLECTION_0.6.2 0.4.0 + col_insert_binary_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_bool_property@COLLECTION_0.6.2 0.4.0 + col_insert_bool_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_double_property@COLLECTION_0.6.2 0.4.0 + col_insert_double_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_int_property@COLLECTION_0.6.2 0.4.0 + col_insert_int_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_item@COLLECTION_0.6.2 0.4.0 + col_insert_item_into_current@COLLECTION_0.6.2 0.4.0 + col_insert_long_property@COLLECTION_0.6.2 0.4.0 + col_insert_long_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_str_property@COLLECTION_0.6.2 0.4.0 + col_insert_str_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_ulong_property@COLLECTION_0.6.2 0.4.0 + col_insert_ulong_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_insert_unsigned_property@COLLECTION_0.6.2 0.4.0 + col_insert_unsigned_property_with_ref@COLLECTION_0.6.2 0.4.0 + col_is_item_in_collection@COLLECTION_0.6.2 0.4.0 + col_is_of_class@COLLECTION_0.6.2 0.4.0 + col_iterate_collection@COLLECTION_0.6.2 0.4.0 + col_iterate_up@COLLECTION_0.6.2 0.4.0 + col_make_hash@COLLECTION_0.6.2 0.4.0 + col_modify_binary_item@COLLECTION_0.6.2 0.4.0 + col_modify_bool_item@COLLECTION_0.6.2 0.4.0 + col_modify_double_item@COLLECTION_0.6.2 0.4.0 + col_modify_int_item@COLLECTION_0.6.2 0.4.0 + col_modify_item@COLLECTION_0.6.2 0.4.0 + col_modify_item_property@COLLECTION_0.6.2 0.4.0 + col_modify_long_item@COLLECTION_0.6.2 0.4.0 + col_modify_str_item@COLLECTION_0.6.2 0.4.0 + col_modify_ulong_item@COLLECTION_0.6.2 0.4.0 + col_modify_unsigned_item@COLLECTION_0.6.2 0.4.0 + col_pin_iterator@COLLECTION_0.6.2 0.4.0 + col_pop_item@COLLECTION_0.6.2 0.4.0 + col_print_collection2@COLLECTION_0.6.2 0.4.0 + col_print_collection@COLLECTION_0.6.2 0.4.0 + col_print_item@COLLECTION_0.6.2 0.4.0 + col_push_any_property@COLLECTION_0.6.2 0.4.0 + col_push_binary_property@COLLECTION_0.6.2 0.4.0 + col_push_bool_property@COLLECTION_0.6.2 0.4.0 + col_push_double_property@COLLECTION_0.6.2 0.4.0 + col_push_int_property@COLLECTION_0.6.2 0.4.0 + col_push_item@COLLECTION_0.6.2 0.4.0 + col_push_long_property@COLLECTION_0.6.2 0.4.0 + col_push_str_property@COLLECTION_0.6.2 0.4.0 + col_push_ulong_property@COLLECTION_0.6.2 0.4.0 + col_push_unsigned_property@COLLECTION_0.6.2 0.4.0 + col_put_marker@COLLECTION_0.6.2 0.4.0 + col_remove_item@COLLECTION_0.6.2 0.4.0 + col_remove_item_from_current@COLLECTION_0.6.2 0.4.0 + col_remove_item_with_cb@COLLECTION_0.7 0.5.0 + col_rewind_iterator@COLLECTION_0.6.2 0.4.0 + col_serialize@COLLECTION_0.6.2 0.4.0 + col_set_collection_class@COLLECTION_0.6.2 0.4.0 + col_sort_collection@COLLECTION_0.6.2 0.4.0 + col_traverse_collection@COLLECTION_0.6.2 0.4.0 + col_unbind_iterator@COLLECTION_0.6.2 0.4.0 + col_update_binary_property@COLLECTION_0.6.2 0.4.0 + col_update_bool_property@COLLECTION_0.6.2 0.4.0 + col_update_double_property@COLLECTION_0.6.2 0.4.0 + col_update_int_property@COLLECTION_0.6.2 0.4.0 + col_update_long_property@COLLECTION_0.6.2 0.4.0 + col_update_property@COLLECTION_0.6.2 0.4.0 + col_update_str_property@COLLECTION_0.6.2 0.4.0 + col_update_ulong_property@COLLECTION_0.6.2 0.4.0 + col_update_unsigned_property@COLLECTION_0.6.2 0.4.0 --- ding-libs-0.5.0.orig/debian/libdhash-dev.install +++ ding-libs-0.5.0/debian/libdhash-dev.install @@ -0,0 +1,7 @@ +usr/include/dhash.h +usr/lib/*/libdhash.a +usr/lib/*/libdhash.so +usr/lib/*/pkgconfig/dhash.pc +usr/share/doc/ding-libs/README.dhash usr/share/doc/libdhash-dev/ +usr/share/doc/ding-libs/examples/dhash_example.c usr/share/doc/libdhash-dev/examples +usr/share/doc/ding-libs/examples/dhash_test.c usr/share/doc/libdhash-dev/examples --- ding-libs-0.5.0.orig/debian/libdhash1.install +++ ding-libs-0.5.0/debian/libdhash1.install @@ -0,0 +1 @@ +usr/lib/*/libdhash.so.* --- ding-libs-0.5.0.orig/debian/libdhash1.symbols +++ ding-libs-0.5.0/debian/libdhash1.symbols @@ -0,0 +1,18 @@ +libdhash.so.1 libdhash1 #MINVER# + DHASH_0.4.3@DHASH_0.4.3 0.4.0 + hash_count@DHASH_0.4.3 0.4.0 + hash_create@DHASH_0.4.3 0.4.0 + hash_create_ex@DHASH_0.4.3 0.4.0 + hash_delete@DHASH_0.4.3 0.4.0 + hash_destroy@DHASH_0.4.3 0.4.0 + hash_enter@DHASH_0.4.3 0.4.0 + hash_entries@DHASH_0.4.3 0.4.0 + hash_error_string@DHASH_0.4.3 0.4.0 + hash_get_default@DHASH_0.4.3 0.4.0 + hash_get_statistics@DHASH_0.4.3 0.4.0 + hash_has_key@DHASH_0.4.3 0.4.0 + hash_iterate@DHASH_0.4.3 0.4.0 + hash_keys@DHASH_0.4.3 0.4.0 + hash_lookup@DHASH_0.4.3 0.4.0 + hash_values@DHASH_0.4.3 0.4.0 + new_hash_iter_context@DHASH_0.4.3 0.4.0 --- ding-libs-0.5.0.orig/debian/libini-config-dev.docs +++ ding-libs-0.5.0/debian/libini-config-dev.docs @@ -0,0 +1 @@ +ini/doc/html/* --- ding-libs-0.5.0.orig/debian/libini-config-dev.install +++ ding-libs-0.5.0/debian/libini-config-dev.install @@ -0,0 +1,8 @@ +usr/include/ini_comment.h +usr/include/ini_config.h +usr/include/ini_configmod.h +usr/include/ini_configobj.h +usr/include/ini_valueobj.h +usr/lib/*/libini_config.a +usr/lib/*/libini_config.so +usr/lib/*/pkgconfig/ini_config.pc --- ding-libs-0.5.0.orig/debian/libini-config5.install +++ ding-libs-0.5.0/debian/libini-config5.install @@ -0,0 +1 @@ +usr/lib/*/libini_config.so.* --- ding-libs-0.5.0.orig/debian/libini-config5.symbols +++ ding-libs-0.5.0/debian/libini-config5.symbols @@ -0,0 +1,158 @@ +libini_config.so.5 libini-config5 #MINVER# + INI_CONFIG_1.1.0@INI_CONFIG_1.1.0 0.4.0 + INI_CONFIG_1.2.0@INI_CONFIG_1.2.0 0.5.0 + config_access_check@INI_CONFIG_1.1.0 0.4.0 + config_changed@INI_CONFIG_1.1.0 0.4.0 + config_for_app@INI_CONFIG_1.1.0 0.4.0 + config_for_app_with_metadata@INI_CONFIG_1.1.0 0.4.0 + config_from_fd@INI_CONFIG_1.1.0 0.4.0 + config_from_fd_with_metadata@INI_CONFIG_1.1.0 0.4.0 + config_from_file@INI_CONFIG_1.1.0 0.4.0 + config_from_file_with_metadata@INI_CONFIG_1.1.0 0.4.0 + free_attribute_list@INI_CONFIG_1.1.0 0.4.0 + free_bin_config_value@INI_CONFIG_1.1.0 0.4.0 + free_double_config_array@INI_CONFIG_1.1.0 0.4.0 + free_ini_config@INI_CONFIG_1.1.0 0.4.0 + free_ini_config_errors@INI_CONFIG_1.1.0 0.4.0 + free_ini_config_metadata@INI_CONFIG_1.1.0 0.4.0 + free_long_config_array@INI_CONFIG_1.1.0 0.4.0 + free_section_list@INI_CONFIG_1.1.0 0.4.0 + free_string_config_array@INI_CONFIG_1.1.0 0.4.0 + get_attribute_list@INI_CONFIG_1.1.0 0.4.0 + get_bin_config_value@INI_CONFIG_1.1.0 0.4.0 + get_bool_config_value@INI_CONFIG_1.1.0 0.4.0 + get_config_item@INI_CONFIG_1.1.0 0.4.0 + get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0 + get_double_config_array@INI_CONFIG_1.1.0 0.4.0 + get_double_config_value@INI_CONFIG_1.1.0 0.4.0 + get_int32_config_value@INI_CONFIG_1.1.0 0.4.0 + get_int64_config_value@INI_CONFIG_1.1.0 0.4.0 + get_int_config_value@INI_CONFIG_1.1.0 0.4.0 + get_long_config_array@INI_CONFIG_1.1.0 0.4.0 + get_long_config_value@INI_CONFIG_1.1.0 0.4.0 + get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0 + get_section_list@INI_CONFIG_1.1.0 0.4.0 + get_string_config_array@INI_CONFIG_1.1.0 0.4.0 + get_string_config_value@INI_CONFIG_1.1.0 0.4.0 + get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0 + get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0 + get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0 + get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_comment_add@INI_CONFIG_1.1.0 0.4.0 + ini_comment_append@INI_CONFIG_1.1.0 0.4.0 + ini_comment_build@INI_CONFIG_1.1.0 0.4.0 + ini_comment_build_wl@INI_CONFIG_1.1.0 0.4.0 + ini_comment_clear@INI_CONFIG_1.1.0 0.4.0 + ini_comment_construct@INI_CONFIG_1.2.0 0.5.0 + ini_comment_copy@INI_CONFIG_1.1.0 0.4.0 + ini_comment_create@INI_CONFIG_1.1.0 0.4.0 + ini_comment_destroy@INI_CONFIG_1.1.0 0.4.0 + ini_comment_get_line@INI_CONFIG_1.1.0 0.4.0 + ini_comment_get_numlines@INI_CONFIG_1.1.0 0.4.0 + ini_comment_insert@INI_CONFIG_1.1.0 0.4.0 + ini_comment_print@INI_CONFIG_1.1.0 0.4.0 + ini_comment_remove@INI_CONFIG_1.1.0 0.4.0 + ini_comment_replace@INI_CONFIG_1.1.0 0.4.0 + ini_comment_reset@INI_CONFIG_1.1.0 0.4.0 + ini_comment_serialize@INI_CONFIG_1.1.0 0.4.0 + ini_comment_swap@INI_CONFIG_1.1.0 0.4.0 + ini_config_access_check@INI_CONFIG_1.1.0 0.4.0 + ini_config_add_bin_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_const_str_arr_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_double_arr_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_double_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_int32_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_int64_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_int_arr_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_int_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_long_arr_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_long_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_section@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_str_arr_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_str_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_uint32_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_uint64_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_ulong_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_add_unsigned_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_augment@INI_CONFIG_1.2.0 0.5.0 + ini_config_change_access@INI_CONFIG_1.2.0 0.5.0 + ini_config_changed@INI_CONFIG_1.1.0 0.4.0 + ini_config_clean_state@INI_CONFIG_1.1.0 0.4.0 + ini_config_comment_section@INI_CONFIG_1.2.0 0.5.0 + ini_config_copy@INI_CONFIG_1.1.0 0.4.0 + ini_config_create@INI_CONFIG_1.1.0 0.4.0 + ini_config_delete_section_by_name@INI_CONFIG_1.2.0 0.5.0 + ini_config_delete_section_by_position@INI_CONFIG_1.2.0 0.5.0 + ini_config_delete_value@INI_CONFIG_1.2.0 0.5.0 + ini_config_destroy@INI_CONFIG_1.1.0 0.4.0 + ini_config_error_count@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_backup@INI_CONFIG_1.2.0 0.5.0 + ini_config_file_close@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_destroy@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_from_mem@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_open@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_print@INI_CONFIG_1.1.0 0.4.0 + ini_config_file_reopen@INI_CONFIG_1.1.0 0.4.0 + ini_config_free_errors@INI_CONFIG_1.1.0 0.4.0 + ini_config_get_bom@INI_CONFIG_1.2.0 0.5.0 + ini_config_get_errors@INI_CONFIG_1.1.0 0.4.0 + ini_config_get_filename@INI_CONFIG_1.1.0 0.4.0 + ini_config_get_stat@INI_CONFIG_1.1.0 0.4.0 + ini_config_merge@INI_CONFIG_1.1.0 0.4.0 + ini_config_parse@INI_CONFIG_1.1.0 0.4.0 + ini_config_print_errors@INI_CONFIG_1.1.0 0.4.0 + ini_config_rename_section@INI_CONFIG_1.2.0 0.5.0 + ini_config_save@INI_CONFIG_1.2.0 0.5.0 + ini_config_save_as@INI_CONFIG_1.2.0 0.5.0 + ini_config_serialize@INI_CONFIG_1.1.0 0.4.0 + ini_config_set_bom@INI_CONFIG_1.2.0 0.5.0 + ini_config_set_wrap@INI_CONFIG_1.1.0 0.4.0 + ini_config_update_comment@INI_CONFIG_1.2.0 0.5.0 + ini_free_attribute_list@INI_CONFIG_1.1.0 0.4.0 + ini_free_bin_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_free_double_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_free_long_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_free_section_list@INI_CONFIG_1.1.0 0.4.0 + ini_free_string_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_get_attribute_list@INI_CONFIG_1.1.0 0.4.0 + ini_get_bin_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_bool_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_config_valueobj@INI_CONFIG_1.1.0 0.4.0 + ini_get_const_string_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_double_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_get_double_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_int32_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_int64_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_int_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_long_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_get_long_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_raw_string_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_get_section_list@INI_CONFIG_1.1.0 0.4.0 + ini_get_string_config_array@INI_CONFIG_1.1.0 0.4.0 + ini_get_string_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_uint32_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_uint64_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_ulong_config_value@INI_CONFIG_1.1.0 0.4.0 + ini_get_unsigned_config_value@INI_CONFIG_1.1.0 0.4.0 + print_config_parsing_errors@INI_CONFIG_1.1.0 0.4.0 + print_file_parsing_errors@INI_CONFIG_1.1.0 0.4.0 + value_add_to_arrays@INI_CONFIG_1.1.0 0.4.0 + value_copy@INI_CONFIG_1.1.0 0.4.0 + value_create_arrays@INI_CONFIG_1.1.0 0.4.0 + value_create_from_refarray@INI_CONFIG_1.1.0 0.4.0 + value_create_new@INI_CONFIG_1.1.0 0.4.0 + value_destroy@INI_CONFIG_1.1.0 0.4.0 + value_destroy_arrays@INI_CONFIG_1.1.0 0.4.0 + value_extract_comment@INI_CONFIG_1.1.0 0.4.0 + value_get_concatenated@INI_CONFIG_1.1.0 0.4.0 + value_get_concatenated_len@INI_CONFIG_1.1.0 0.4.0 + value_get_line@INI_CONFIG_1.1.0 0.4.0 + value_get_origin@INI_CONFIG_1.1.0 0.4.0 + value_lines_cleanup_cb@INI_CONFIG_1.1.0 0.4.0 + value_merge_comment@INI_CONFIG_1.1.0 0.4.0 + value_print@INI_CONFIG_1.1.0 0.4.0 + value_put_comment@INI_CONFIG_1.1.0 0.4.0 + value_serialize@INI_CONFIG_1.1.0 0.4.0 + value_set_boundary@INI_CONFIG_1.1.0 0.4.0 + value_set_keylen@INI_CONFIG_1.1.0 0.4.0 + value_update@INI_CONFIG_1.1.0 0.4.0 --- ding-libs-0.5.0.orig/debian/libpath-utils-dev.docs +++ ding-libs-0.5.0/debian/libpath-utils-dev.docs @@ -0,0 +1 @@ +path_utils/doc/html/* --- ding-libs-0.5.0.orig/debian/libpath-utils-dev.install +++ ding-libs-0.5.0/debian/libpath-utils-dev.install @@ -0,0 +1,5 @@ +usr/include/path_utils.h +usr/lib/*/libpath_utils.a +usr/lib/*/libpath_utils.so +usr/lib/*/pkgconfig/path_utils.pc +usr/share/doc/ding-libs/README.path_utils usr/share/doc/libpath-utils-dev/ --- ding-libs-0.5.0.orig/debian/libpath-utils1.install +++ ding-libs-0.5.0/debian/libpath-utils1.install @@ -0,0 +1 @@ +usr/lib/*/libpath_utils.so.* --- ding-libs-0.5.0.orig/debian/libpath-utils1.symbols +++ ding-libs-0.5.0/debian/libpath-utils1.symbols @@ -0,0 +1,17 @@ +libpath_utils.so.1 libpath-utils1 #MINVER# + PATH_UTILS_0.2.1@PATH_UTILS_0.2.1 0.4.0 + common_path_prefix@PATH_UTILS_0.2.1 0.4.0 + directory_list@PATH_UTILS_0.2.1 0.4.0 + find_existing_directory_ancestor@PATH_UTILS_0.2.1 0.4.0 + get_basename@PATH_UTILS_0.2.1 0.4.0 + get_directory_and_base_name@PATH_UTILS_0.2.1 0.4.0 + get_dirname@PATH_UTILS_0.2.1 0.4.0 + is_absolute_path@PATH_UTILS_0.2.1 0.4.0 + is_ancestor_path@PATH_UTILS_0.2.1 0.4.0 + make_normalized_absolute_path@PATH_UTILS_0.2.1 0.4.0 + make_path_absolute@PATH_UTILS_0.2.1 0.4.0 + normalize_path@PATH_UTILS_0.2.1 0.4.0 + path_concat@PATH_UTILS_0.2.1 0.4.0 + path_utils_error_string@PATH_UTILS_0.2.1 0.4.0 + split_path@PATH_UTILS_0.2.1 0.4.0 + --- ding-libs-0.5.0.orig/debian/libref-array-dev.docs +++ ding-libs-0.5.0/debian/libref-array-dev.docs @@ -0,0 +1 @@ +refarray/doc/html/* --- ding-libs-0.5.0.orig/debian/libref-array-dev.install +++ ding-libs-0.5.0/debian/libref-array-dev.install @@ -0,0 +1,5 @@ +usr/include/ref_array.h +usr/lib/*/libref_array.a +usr/lib/*/libref_array.so +usr/lib/*/pkgconfig/ref_array.pc +usr/share/doc/ding-libs/README.ref_array usr/share/doc/libref-array-dev/ --- ding-libs-0.5.0.orig/debian/libref-array1.install +++ ding-libs-0.5.0/debian/libref-array1.install @@ -0,0 +1 @@ +usr/lib/*/libref_array.so.* --- ding-libs-0.5.0.orig/debian/libref-array1.symbols +++ ding-libs-0.5.0/debian/libref-array1.symbols @@ -0,0 +1,17 @@ +libref_array.so.1 libref-array1 #MINVER# + REF_ARRAY_0.1.1@REF_ARRAY_0.1.1 0.4.0 + REF_ARRAY_0.1.4@REF_ARRAY_0.1.4 0.4.0 + ref_array_append@REF_ARRAY_0.1.1 0.4.0 + ref_array_copy@REF_ARRAY_0.1.4 0.4.0 + ref_array_create@REF_ARRAY_0.1.1 0.4.0 + ref_array_debug@REF_ARRAY_0.1.1 0.4.0 + ref_array_destroy@REF_ARRAY_0.1.1 0.4.0 + ref_array_get@REF_ARRAY_0.1.1 0.4.0 + ref_array_getlen@REF_ARRAY_0.1.1 0.4.0 + ref_array_getref@REF_ARRAY_0.1.1 0.4.0 + ref_array_insert@REF_ARRAY_0.1.1 0.4.0 + ref_array_len@REF_ARRAY_0.1.1 0.4.0 + ref_array_remove@REF_ARRAY_0.1.1 0.4.0 + ref_array_replace@REF_ARRAY_0.1.1 0.4.0 + ref_array_reset@REF_ARRAY_0.1.1 0.4.0 + ref_array_swap@REF_ARRAY_0.1.1 0.4.0 --- ding-libs-0.5.0.orig/debian/patches/series +++ ding-libs-0.5.0/debian/patches/series @@ -0,0 +1 @@ +#placeholder --- ding-libs-0.5.0.orig/debian/rules +++ ding-libs-0.5.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with quilt,autoreconf + +override_dh_install: + # remove files we don't want to install + find $(CURDIR)/debian/tmp/ -name '*.la' -exec rm '{}' ';' + + dh_install --fail-missing --- ding-libs-0.5.0.orig/debian/source/format +++ ding-libs-0.5.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- ding-libs-0.5.0.orig/debian/watch +++ ding-libs-0.5.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://fedorahosted.org/released/ding-libs/ding-libs-(.*).tar.gz --- ding-libs-0.5.0.orig/ini/m4/libbasicobjects.m4 +++ ding-libs-0.5.0/ini/m4/libbasicobjects.m4 @@ -0,0 +1,5 @@ +AC_SUBST(BASICOBJS_OBJ) +AC_SUBST(BASICOBJS_CFLAGS) +AC_SUBST(BASICOBJS_LIBS) + +PKG_CHECK_MODULES(BASICOBJS, basicobjects >= 0.1.0) --- ding-libs-0.5.0.orig/ini/m4/libcollection.m4 +++ ding-libs-0.5.0/ini/m4/libcollection.m4 @@ -0,0 +1,5 @@ +AC_SUBST(COLLECTION_OBJ) +AC_SUBST(COLLECTION_CFLAGS) +AC_SUBST(COLLECTION_LIBS) + +PKG_CHECK_MODULES(COLLECTION, collection >= 0.5.0,,AC_MSG_ERROR([libcollection development package not installed])) --- ding-libs-0.5.0.orig/ini/m4/libpath_utils.m4 +++ ding-libs-0.5.0/ini/m4/libpath_utils.m4 @@ -0,0 +1,5 @@ +AC_SUBST(PATH_UTILS_OBJ) +AC_SUBST(PATH_UTILS_CFLAGS) +AC_SUBST(PATH_UTILS_LIBS) + +PKG_CHECK_MODULES(PATH_UTILS, path_utils >= 0.2.0) --- ding-libs-0.5.0.orig/ini/m4/libref_array.m4 +++ ding-libs-0.5.0/ini/m4/libref_array.m4 @@ -0,0 +1,5 @@ +AC_SUBST(REFARRAY_OBJ) +AC_SUBST(REFARRAY_CFLAGS) +AC_SUBST(REFARRAY_LIBS) + +PKG_CHECK_MODULES(REFARRAY, ref_array >= 0.1.0,,AC_MSG_ERROR([librefarray development package not installed])) --- ding-libs-0.5.0.orig/scripts/release.sh +++ ding-libs-0.5.0/scripts/release.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +function config() +{ + autoreconf -i -f || return $? + ./configure +} + +SAVED_PWD=$PWD +version=`grep '\[VERSION_NUMBER], \[.*\]' version.m4 |grep '[0-9]\+\.[0-9]\+\.[0-9]\+' -o` +tag=$(echo ${version} | tr "." "_") + +trap "cd $SAVED_PWD; rm -rf ding-libs-${version} ding-libs-${version}.tar" EXIT + +git archive --format=tar --prefix=ding-libs-${version}/ ding_libs-${tag} > ding-libs-${version}.tar +if [ $? -ne 0 ]; then + echo "Cannot perform git-archive, check if tag ding_libs-$tag is present in git tree" + exit 1 +fi +tar xf ding-libs-${version}.tar + +pushd ding-libs-${version} +config || exit 1 +make dist-gzip || exit 1 # also builds docs +popd + +mv ding-libs-${version}/ding-libs-${version}.tar.gz . +gpg --detach-sign --armor ding-libs-${version}.tar.gz +