debian/0000775000000000000000000000000012253504247007174 5ustar debian/rules0000775000000000000000000000071212253504247010254 0ustar #!/usr/bin/make -f include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk # Disable tests as they don't work for some reason override_dh_auto_test: dbus-test-runner -t make -p check || true %: dh $@ --with autoreconf,gir override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules override_dh_install: find debian/tmp/usr/lib -name *.la -delete dh_install --fail-missing debian/watch0000664000000000000000000000013612253504247010225 0ustar version=3 http://download.gnome.org/sources/libsecret/([\d\.]+\d)/ \ libsecret-(.*)\.tar\.xz debian/control.in0000664000000000000000000000543512253504247011213 0ustar Source: libsecret Section: devel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 9), dh-autoreconf, intltool (>= 0.35.0), libglib2.0-dev (>= 2.31.0), libgcrypt11-dev (>= 1.2.2), libgirepository1.0-dev (>= 1.29), dbus-test-runner, gobject-introspection (>= 1.29), gtk-doc-tools, valac (>= 0.17.2.12), python-dbus, python-gobject, gnome-pkg-tools Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libsecret Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsecret/ Homepage: https://live.gnome.org/Libsecret Package: libsecret-1-dev Architecture: any Section: libdevel Depends: libsecret-1-0 (= ${binary:Version}), gir1.2-secret-1 (= ${binary:Version}), libglib2.0-dev, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Secret store (development files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the development files. Package: libsecret-1-0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libsecret-common Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Secret store Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. Package: libsecret-common Section: libs Architecture: all Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: foreign Description: Secret store (common files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains data files used by the libsecret library. Package: libsecret-tools Section: admin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: foreign Description: Tools for accessing secret store Provides tools for accessing the secret store. Package: gir1.2-secret-1 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends} Description: Secret store (GObject-Introspection) This package contains introspection data for libsecret, which can be used to generate dynamic bindings. . libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the introspection datas for the libsecret library. debian/gir1.2-secret-1.install0000664000000000000000000000005112253504247013203 0ustar usr/lib/girepository-1.0/Secret*.typelib debian/changelog0000664000000000000000000001133212253504247011046 0ustar libsecret (0.16-0ubuntu1) trusty; urgency=medium * New upstream release: - Clarify documentation for secret_service_clear_xxx() - Pass return_type to prompt async begin functions, rather than finish - Simpler way to use custom service/collection/item types - service: Rename secret_service_new() and friends to xxx_open() - Add secret_value_get_text() function to return NULL terminated secret - Fix return types in secret_service_search_finish() on error paths - Testing fixes - Build fixes - Updated translations * debian/libsecret-1-0.symbols: - Updated - Note that some symbols were removed, but these were in the part of the library marked unstable. This affects only seahorse according to the author -- Robert Ancell Mon, 16 Dec 2013 17:19:36 +1300 libsecret (0.15-2ubuntu1) saucy; urgency=low * Sync with Debian. Remaining changes: - Use dbus-test-runner for tests - debian/rules: + Build with --disable-silent-rules for a useful build log -- Jeremy Bicha Sun, 26 May 2013 20:47:13 -0400 libsecret (0.15-2) unstable; urgency=low * Upload to unstable. * Don't hard-code dpkg in Pre-Depends but use ${misc:Pre-Depends} instead. * Add Vcs-* fields. * Drop alternative Build-Depends on valac-0.18. No longer required since valac is now recent enough. * Bump Standards-Version to 3.9.4. No further changes. -- Michael Biebl Fri, 24 May 2013 17:34:58 +0200 libsecret (0.15-1) experimental; urgency=low * New upstream release. -- Andreas Henriksson Sun, 24 Mar 2013 13:27:34 +0100 libsecret (0.14-1) experimental; urgency=low [ Rico Tzschichholz ] * debian/control: - Add multiarch annotations and pre-depends [ Andreas Henriksson ] * New upstream release. * Update debian/libsecret-1-0.symbols: added SECMEM_pool_data_v1_0@Base 0.14 -- Andreas Henriksson Sat, 16 Mar 2013 14:53:57 +0100 libsecret (0.11-1) experimental; urgency=low * New upstrema release -- Sjoerd Simons Fri, 02 Nov 2012 22:10:15 +0100 libsecret (0.10-1) experimental; urgency=low * Upload to Debian -- Sjoerd Simons Fri, 05 Oct 2012 20:59:47 +0200 libsecret (0.9-0ubuntu3) quantal; urgency=low * debian/control: - Build-depend on gtk-doc-tools instead of xsltproc - Don't explicitly build-depend on gir1.2-glib-2.0 - Add homepage * debian/libsecret-1-dev.install: Install vapi files -- Jeremy Bicha Thu, 23 Aug 2012 00:05:09 -0400 libsecret (0.9-0ubuntu2) quantal; urgency=low * debian/control: Build-Depends on xsltproc -- Sebastien Bacher Mon, 20 Aug 2012 18:24:52 +0200 libsecret (0.9-0ubuntu1) quantal; urgency=low * New upstream version * debian/libsecret-tools.install: - install the manpage * debian/patches/copying-test.patch: - dropped, the fix is in the new version * debian/patches/git_test_issue.patch: - dropped, the fix is in the new version -- Sebastien Bacher Mon, 20 Aug 2012 17:32:50 +0200 libsecret (0.8-0ubuntu2) quantal; urgency=low * debian/control: - Build-Depends on dbus-test-runner, python-dbus, python-gobject * debian/patches/dont_run_gjs_tests.patch: - don't run gjs tests since gjs is in universe * debian/rules: - enable tests but don't fail build on issues yet, there are issues when running them under fakeroot for example (dbus doesn't like it) * debian/copyright: drop reference to common-license BSD (lintian warning) -- Sebastien Bacher Tue, 07 Aug 2012 16:43:10 +0200 libsecret (0.8-0ubuntu1) quantal; urgency=low * New upstream version * Install libsecret-unstable dev files as well * debian/control: - updated some descriptions * debian/copyright: - updated * debian/libsecret-1-dev.install: - install the documentation * debian/libsecret-1-0.symbols: - updated for the new version * debian/patches/git_test_issue.patch: - git patch to fix a testsuite issue * debian/patches/copying-test.patch: - include COPYING.TESTS in the source (issue fixed in git) * debian/rules: - update test target but keep it commented, the dbus tests refuse to work during the package build (but works fine run manually) - clean files that are not shipped in binaries for --list-missing - override dh_install with --list-missing - use gir helper so Depends are right -- Sebastien Bacher Mon, 06 Aug 2012 11:49:10 +0200 libsecret (0.7-0ubuntu1) quantal; urgency=low * Initial Release. (LP: #1018630) -- Robert Ancell Sat, 28 Jul 2012 17:51:13 +0200 debian/control0000664000000000000000000000622012253504252010573 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: libsecret Section: devel Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Jeremy Bicha , Michael Biebl , Sjoerd Simons Build-Depends: debhelper (>= 9), dh-autoreconf, intltool (>= 0.35.0), libglib2.0-dev (>= 2.31.0), libgcrypt11-dev (>= 1.2.2), libgirepository1.0-dev (>= 1.29), dbus-test-runner, gobject-introspection (>= 1.29), gtk-doc-tools, valac (>= 0.17.2.12), python-dbus, python-gobject, gnome-pkg-tools Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libsecret Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libsecret/ Homepage: https://live.gnome.org/Libsecret Package: libsecret-1-dev Architecture: any Section: libdevel Depends: libsecret-1-0 (= ${binary:Version}), gir1.2-secret-1 (= ${binary:Version}), libglib2.0-dev, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Secret store (development files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the development files. Package: libsecret-1-0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, libsecret-common Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: Secret store Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. Package: libsecret-common Section: libs Architecture: all Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: foreign Description: Secret store (common files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains data files used by the libsecret library. Package: libsecret-tools Section: admin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: foreign Description: Tools for accessing secret store Provides tools for accessing the secret store. Package: gir1.2-secret-1 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends} Description: Secret store (GObject-Introspection) This package contains introspection data for libsecret, which can be used to generate dynamic bindings. . libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the introspection datas for the libsecret library. debian/source/0000775000000000000000000000000012253504247010474 5ustar debian/source/format0000664000000000000000000000001412253504247011702 0ustar 3.0 (quilt) debian/libsecret-1-0.install0000664000000000000000000000002112253504247013024 0ustar usr/lib/*/*.so.* debian/compat0000664000000000000000000000000212253504247010372 0ustar 9 debian/patches/0000775000000000000000000000000012253504247010623 5ustar debian/patches/series0000664000000000000000000000006212253504247012036 0ustar introspection-dir.patch dont_run_gjs_tests.patch debian/patches/introspection-dir.patch0000664000000000000000000000134012253504247015316 0ustar diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am index 46727d7..8436792 100644 --- a/libsecret/Makefile.am +++ b/libsecret/Makefile.am @@ -134,10 +134,10 @@ SecretUnstable_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DSECRET_COMPILA SecretUnstable_0_gir_FILES = $(UNSTABLE_FILES) SecretUnstable_0_gir_SCANNERFLAGS = --c-include "libsecret/secret.h" --identifier-prefix=Secret --symbol-prefix=secret --include-uninstalled=$(builddir)/Secret-@SECRET_MAJOR@.gir -girdir = $(datadir)/gir-1.0 +girdir = $(INTROSPECTION_GIRDIR) gir_DATA = $(INTROSPECTION_GIRS) -typelibsdir = $(libdir)/girepository-1.0 +typelibsdir = $(INTROSPECTION_TYPELIBDIR) typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) if ENABLE_VAPIGEN debian/patches/dont_run_gjs_tests.patch0000664000000000000000000000111112253504247015553 0ustar Index: libsecret-0.9/libsecret/tests/Makefile.am =================================================================== --- libsecret-0.9.orig/libsecret/tests/Makefile.am 2012-08-16 11:30:14.000000000 +0200 +++ libsecret-0.9/libsecret/tests/Makefile.am 2012-08-20 17:35:10.183222354 +0200 @@ -135,7 +135,7 @@ test-py: @for py in $(PY_TESTS); do echo "TEST: $$py"; $(PY_ENV) python $(srcdir)/$$py; done -test: test-c test-py test-js $(VALA_TEST_TARGET) +test: test-c test-py $(VALA_TEST_TARGET) # ------------------------------------------------------------------ # INTROSPECTION debian/libsecret-1-dev.install0000664000000000000000000000021712253504247013452 0ustar usr/include usr/lib/*/*.so usr/lib/*/*.a usr/lib/*/pkgconfig/libsecret*.pc usr/share/gir-1.0/Secret*.gir usr/share/gtk-doc usr/share/vala/vapi debian/libsecret-tools.install0000664000000000000000000000002612253504247013674 0ustar usr/bin usr/share/man debian/libsecret-common.install0000664000000000000000000000002112253504247014017 0ustar usr/share/locale debian/libsecret-1-0.symbols0000664000000000000000000001754412253504247013070 0ustar libsecret-1.so.0 libsecret-1-0 #MINVER# * Build-Depends-Package: libsecret-1-dev SECMEM_pool_data_v1_0@Base 0.14 SECRET_SCHEMA_COMPAT_NETWORK@Base 0.7 SECRET_SCHEMA_NOTE@Base 0.7 secret_attributes_build@Base 0.7 secret_attributes_buildv@Base 0.7 secret_collection_create@Base 0.7 secret_collection_create_finish@Base 0.7 secret_collection_create_flags_get_type@Base 0.7 secret_collection_create_sync@Base 0.7 secret_collection_delete@Base 0.7 secret_collection_delete_finish@Base 0.7 secret_collection_delete_sync@Base 0.7 secret_collection_flags_get_type@Base 0.7 secret_collection_for_alias@Base 0.7 secret_collection_for_alias_finish@Base 0.7 secret_collection_for_alias_sync@Base 0.7 secret_collection_get_created@Base 0.7 secret_collection_get_flags@Base 0.7 secret_collection_get_items@Base 0.7 secret_collection_get_label@Base 0.7 secret_collection_get_locked@Base 0.7 secret_collection_get_modified@Base 0.7 secret_collection_get_service@Base 0.7 secret_collection_get_type@Base 0.7 secret_collection_load_items@Base 0.7 secret_collection_load_items_finish@Base 0.7 secret_collection_load_items_sync@Base 0.7 secret_collection_new_for_dbus_path@Base 0.7 secret_collection_new_for_dbus_path_finish@Base 0.7 secret_collection_new_for_dbus_path_sync@Base 0.7 secret_collection_refresh@Base 0.7 secret_collection_search@Base 0.7 secret_collection_search_finish@Base 0.7 secret_collection_search_for_dbus_paths@Base 0.7 secret_collection_search_for_dbus_paths_finish@Base 0.7 secret_collection_search_for_dbus_paths_sync@Base 0.7 secret_collection_search_sync@Base 0.7 secret_collection_set_label@Base 0.7 secret_collection_set_label_finish@Base 0.7 secret_collection_set_label_sync@Base 0.7 secret_error_get_quark@Base 0.7 secret_error_get_type@Base 0.7 secret_item_create@Base 0.7 secret_item_create_finish@Base 0.7 secret_item_create_flags_get_type@Base 0.7 secret_item_create_sync@Base 0.7 secret_item_delete@Base 0.7 secret_item_delete_finish@Base 0.7 secret_item_delete_sync@Base 0.7 secret_item_flags_get_type@Base 0.7 secret_item_get_attributes@Base 0.7 secret_item_get_created@Base 0.7 secret_item_get_flags@Base 0.7 secret_item_get_label@Base 0.7 secret_item_get_locked@Base 0.7 secret_item_get_modified@Base 0.7 secret_item_get_schema_name@Base 0.7 secret_item_get_secret@Base 0.7 secret_item_get_service@Base 0.7 secret_item_get_type@Base 0.7 secret_item_load_secret@Base 0.7 secret_item_load_secret_finish@Base 0.7 secret_item_load_secret_sync@Base 0.7 secret_item_load_secrets@Base 0.7 secret_item_load_secrets_finish@Base 0.7 secret_item_load_secrets_sync@Base 0.7 secret_item_new_for_dbus_path@Base 0.7 secret_item_new_for_dbus_path_finish@Base 0.7 secret_item_new_for_dbus_path_sync@Base 0.7 secret_item_refresh@Base 0.7 secret_item_set_attributes@Base 0.7 secret_item_set_attributes_finish@Base 0.7 secret_item_set_attributes_sync@Base 0.7 secret_item_set_label@Base 0.7 secret_item_set_label_finish@Base 0.7 secret_item_set_label_sync@Base 0.7 secret_item_set_secret@Base 0.7 secret_item_set_secret_finish@Base 0.7 secret_item_set_secret_sync@Base 0.7 secret_password_clear@Base 0.7 secret_password_clear_finish@Base 0.7 secret_password_clear_sync@Base 0.7 secret_password_clearv@Base 0.7 secret_password_clearv_sync@Base 0.7 secret_password_free@Base 0.7 secret_password_lookup@Base 0.7 secret_password_lookup_finish@Base 0.7 secret_password_lookup_nonpageable_finish@Base 0.7 secret_password_lookup_nonpageable_sync@Base 0.7 secret_password_lookup_sync@Base 0.7 secret_password_lookupv@Base 0.7 secret_password_lookupv_nonpageable_sync@Base 0.7 secret_password_lookupv_sync@Base 0.7 secret_password_store@Base 0.7 secret_password_store_finish@Base 0.7 secret_password_store_sync@Base 0.7 secret_password_storev@Base 0.7 secret_password_storev_sync@Base 0.7 secret_password_wipe@Base 0.7 secret_prompt_get_type@Base 0.7 secret_prompt_perform@Base 0.7 secret_prompt_perform_finish@Base 0.7 secret_prompt_perform_sync@Base 0.7 secret_prompt_run@Base 0.7 secret_schema_attribute_get_type@Base 0.7 secret_schema_attribute_type_get_type@Base 0.7 secret_schema_flags_get_type@Base 0.7 secret_schema_get_type@Base 0.7 secret_schema_new@Base 0.7 secret_schema_newv@Base 0.7 secret_schema_ref@Base 0.7 secret_schema_unref@Base 0.7 secret_search_flags_get_type@Base 0.7 secret_service_clear@Base 0.7 secret_service_clear_finish@Base 0.7 secret_service_clear_sync@Base 0.7 secret_service_create_collection_dbus_path@Base 0.7 secret_service_create_collection_dbus_path_finish@Base 0.7 secret_service_create_collection_dbus_path_sync@Base 0.7 secret_service_create_item_dbus_path@Base 0.7 secret_service_create_item_dbus_path_finish@Base 0.7 secret_service_create_item_dbus_path_sync@Base 0.7 secret_service_delete_item_dbus_path@Base 0.7 secret_service_delete_item_dbus_path_finish@Base 0.7 secret_service_delete_item_dbus_path_sync@Base 0.7 secret_service_disconnect@Base 0.7 secret_service_ensure_session@Base 0.7 secret_service_ensure_session_finish@Base 0.7 secret_service_ensure_session_sync@Base 0.7 secret_service_flags_get_type@Base 0.7 secret_service_get@Base 0.7 secret_service_get_collection_gtype@Base 0.16 secret_service_get_collections@Base 0.7 secret_service_get_finish@Base 0.7 secret_service_get_flags@Base 0.7 secret_service_get_item_gtype@Base 0.16 secret_service_get_secret_for_dbus_path@Base 0.7 secret_service_get_secret_for_dbus_path_finish@Base 0.7 secret_service_get_secret_for_dbus_path_sync@Base 0.7 secret_service_get_secrets_for_dbus_paths@Base 0.7 secret_service_get_secrets_for_dbus_paths_finish@Base 0.7 secret_service_get_secrets_for_dbus_paths_sync@Base 0.7 secret_service_get_session_algorithms@Base 0.7 secret_service_get_session_dbus_path@Base 0.7 secret_service_get_sync@Base 0.7 secret_service_get_type@Base 0.7 secret_service_load_collections@Base 0.7 secret_service_load_collections_finish@Base 0.7 secret_service_load_collections_sync@Base 0.7 secret_service_lock@Base 0.7 secret_service_lock_dbus_paths@Base 0.7 secret_service_lock_dbus_paths_finish@Base 0.7 secret_service_lock_dbus_paths_sync@Base 0.7 secret_service_lock_finish@Base 0.7 secret_service_lock_sync@Base 0.7 secret_service_lookup@Base 0.7 secret_service_lookup_finish@Base 0.7 secret_service_lookup_sync@Base 0.7 secret_service_open@Base 0.16 secret_service_open_finish@Base 0.16 secret_service_open_sync@Base 0.16 secret_service_prompt@Base 0.7 secret_service_prompt_at_dbus_path@Base 0.7 secret_service_prompt_at_dbus_path_finish@Base 0.7 secret_service_prompt_at_dbus_path_sync@Base 0.7 secret_service_prompt_finish@Base 0.7 secret_service_prompt_sync@Base 0.7 secret_service_read_alias_dbus_path@Base 0.7 secret_service_read_alias_dbus_path_finish@Base 0.7 secret_service_read_alias_dbus_path_sync@Base 0.7 secret_service_search@Base 0.7 secret_service_search_finish@Base 0.7 secret_service_search_for_dbus_paths@Base 0.7 secret_service_search_for_dbus_paths_finish@Base 0.7 secret_service_search_for_dbus_paths_sync@Base 0.7 secret_service_search_sync@Base 0.7 secret_service_set_alias@Base 0.7 secret_service_set_alias_finish@Base 0.7 secret_service_set_alias_sync@Base 0.7 secret_service_set_alias_to_dbus_path@Base 0.7 secret_service_set_alias_to_dbus_path_finish@Base 0.7 secret_service_set_alias_to_dbus_path_sync@Base 0.7 secret_service_store@Base 0.7 secret_service_store_finish@Base 0.7 secret_service_store_sync@Base 0.7 secret_service_unlock@Base 0.7 secret_service_unlock_dbus_paths@Base 0.7 secret_service_unlock_dbus_paths_finish@Base 0.7 secret_service_unlock_dbus_paths_sync@Base 0.7 secret_service_unlock_finish@Base 0.7 secret_service_unlock_sync@Base 0.7 secret_value_get@Base 0.7 secret_value_get_content_type@Base 0.7 secret_value_get_text@Base 0.16 secret_value_get_type@Base 0.7 secret_value_new@Base 0.7 secret_value_new_full@Base 0.7 secret_value_ref@Base 0.7 secret_value_unref@Base 0.7 debian/copyright0000664000000000000000000001007112253504247011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libsecret Upstream-Contact: Stef Walter Files: * Copyright: Copyright Collabora Ltd Copyright Red Hat Inc Copyright Stef Walter Copyright Josh Davis License: LGPL-2.1+ Files: build/valgrind/* Copyright: Copyright (C) 2000-2010 Julian Seward License: BSD Files: libsecret/tests/mock/hkdf.py has Copyright: Zooko O'Whielacronx License: GPL-2+ Files: libsecret/tests/mock/aes.py Copyright: Copyright Josh Davis Copyright Alex Martelli Copyright Laurent Haan License: Apache-2.0 Files: debian/* Copyright: Copyright (c) 2012 Canonical Ltd License: LGPL-2.1+ License: LGPL-2.1+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1'. License: BSD Copyright (c) The Regents of the University of California. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Apache-2.0 Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/ . On Debian systems, the complete text of the Apache License can be found in /usr/share/common-licenses/Apache-2.0'. License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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 2 can be found in "/usr/share/common-licenses/GPL-2".