Import zimlib_4.0.4-5+rpi2.debian.tar.xz
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 7 Jun 2020 17:28:23 +0000 (18:28 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 7 Jun 2020 17:28:23 +0000 (18:28 +0100)
[dgit import tarball zimlib 4.0.4-5+rpi2 zimlib_4.0.4-5+rpi2.debian.tar.xz]

17 files changed:
changelog [new file with mode: 0644]
compat [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
copyright-check [new file with mode: 0755]
copyright_hints [new file with mode: 0644]
gbp.conf [new file with mode: 0644]
gitlab-ci.yml [new file with mode: 0644]
libzim-dev.install [new file with mode: 0644]
libzim4.install [new file with mode: 0644]
libzim4.symbols [new file with mode: 0644]
patches/README [new file with mode: 0644]
patches/series [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]
source/lintian-overrides [new file with mode: 0644]
watch [new file with mode: 0644]

diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..935247f
--- /dev/null
+++ b/changelog
@@ -0,0 +1,316 @@
+zimlib (4.0.4-5+rpi2) bullseye-staging; urgency=medium
+
+  * Update symbols for new ICU.
+  * Disable testsuite.
+  * Fix clean target.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Sun, 07 Jun 2020 17:28:23 +0000
+
+zimlib (4.0.4-5+rpi1) buster-staging; urgency=medium
+
+  * Update symbols file for Raspbian.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Fri, 18 Jan 2019 22:43:45 +0000
+
+zimlib (4.0.4-5) unstable; urgency=medium
+
+  * Have libzim-dev depend upon libraries it Requires in libzim.pc
+
+ -- Kunal Mehta <legoktm@debian.org>  Wed, 19 Dec 2018 00:53:38 -0800
+
+zimlib (4.0.4-4) unstable; urgency=medium
+
+  * Release to unstable
+  * Update symbols file for more architectures
+  * Set Rules-Requires-Root: no
+  * Standards-Version: 4.2.1, no changes needed
+
+ -- Kunal Mehta <legoktm@debian.org>  Mon, 10 Dec 2018 23:34:49 -0800
+
+zimlib (4.0.4-3) experimental; urgency=medium
+
+  * Update amd64 symbols again
+
+ -- Kunal Mehta <legoktm@debian.org>  Mon, 03 Dec 2018 21:28:00 -0800
+
+zimlib (4.0.4-2) experimental; urgency=medium
+
+  * Update symbols for arm64 armel armhf i386 m68k mips mips64el mipsel
+    powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 architectures.
+  * Configure Salsa-Pipeline.
+
+ -- Kunal Mehta <legoktm@debian.org>  Tue, 13 Nov 2018 22:37:17 -0800
+
+zimlib (4.0.4-1) experimental; urgency=medium
+
+  [ Ondřej Nový ]
+  * d/control: Set Vcs-* to salsa.debian.org
+
+  [ Kunal Mehta ]
+  * New upstream release 4.0.4 (Closes: #884440)
+  * Set SKIP_BIG_MEMORY_TEST=1 during build
+  * Add myself (Kunal Mehta) to uploaders
+
+ -- Kunal Mehta <legoktm@debian.org>  Sun, 04 Nov 2018 20:31:24 -0800
+
+zimlib (2.0.0-2) unstable; urgency=medium
+
+  * Modernize Vcs-* fields: Use git (not cgit) in path.
+  * Declare compliance with Debian Policy 4.0.1.
+  * Update symbols file.
+    Closes: Bug#872464. Thanks to James Clarke.
+  * Update git-buildpackage config: Filter any .gitignore file.
+  * Drop obsolete README.source: CDBS no longer used.
+  * Update copyright info:
+    + Use only Github issue tracker as preferred form of contact.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Fri, 18 Aug 2017 17:17:32 +0200
+
+zimlib (2.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    Closes: bug#868641. Thanks to Kunal Mehta.
+    + Move to meson build system
+    + Move to C++11 standard
+    + Full text search using xapian API's
+    + Drop old unsupported API's
+    + Remove bzip2 and symbian support.
+  * debian/watch:
+    + Bump watch file version to 4.0.
+    + Change upstream URL to Github.
+  * debian/control:
+    + Mark package as compliant with Debian policy 4.0.0.
+    + Drop libzim0v5 libzim0v5-dbg packages as upstream bumped soname to 2.
+    + Introduce libzim2 package.
+    + Drop build dependency on cdbs, dh-buildinfo and dh-buildinfo.
+    + Drop build dependency on autotools-dev, automake, autoconf and
+      libtool as package upstream now uses meson build system.
+    + Add build dependency on meson and ninja-build
+    + Add versioned build dependency on debhelper >= 9.
+    + Add build dependency on libxapian-dev, zlib1g-dev and pkg-config.
+  * Drop libzim0v5.symbols file.
+  * debian/patches:
+    + Drop patch 1001_fix_uuid_test_on_hurd.patch its merged upstream.
+    + Drop upstream cherry-picked patch 0002 as its included in new release.
+  * Create new libzim2.symbols file.
+  * debian/copyright:
+    + Move around files which are now in new paths.
+    + Remove all unused references to older release (autotools files)
+    + Use secure URL for Format field.
+    + Add new Github URL for Upstream-Contact and Source fields.
+  * Update debian/copyright_hints file for new release.
+  * Add debian/copyright-check for updating copyright_hints file.
+  * Add libzim2.install file for installing share library.
+  * Add libzim-dev.install for installing development header and
+    pkg-config files.
+  * debian/source/lintian-overrides:
+    + Drop unused lintian-override on versioned debhelper dependency.
+    + Add lintian-override for FIXME errors in copyright_hints.
+  * Drop hard coded Pre-Depends on multiarch-support package.
+    Closes: bug#870517. Thanks to  Aurelien Jarno.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 05 Aug 2017 16:14:26 +0530
+
+zimlib (1.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Clean up symbols file, thanks James Clarke. (Closes: #860625)
+
+ -- Graham Inggs <ginggs@debian.org>  Fri, 21 Apr 2017 10:06:38 +0200
+
+zimlib (1.4-2) unstable; urgency=medium
+
+  * Update symbols file for all architectures supported by Debian except
+    alpha and sh4.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 12 Nov 2016 22:57:43 +0530
+
+zimlib (1.4-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Added 0002 patch from upstream source fixing build failure.
+  * Update symbols file for 1.4 release.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 12 Nov 2016 18:20:26 +0530
+
+zimlib (1.3-1) unstable; urgency=medium
+
+  * New upstream release 1.3
+  * Update libzim0v5.symbols file for new release.
+  * Update copyright and copyright_hints file.
+  * Replace devscripts build dependency with licensecheck
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Tue, 11 Oct 2016 20:27:36 +0530
+
+zimlib (1.2-12) unstable; urgency=medium
+
+  * Update symbols file to include amd64 symbols.
+    Closes: bug#831209, Thanks to Lucas Nussbaum.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sat, 16 Jul 2016 17:07:20 +0530
+
+zimlib (1.2-11) unstable; urgency=low
+
+  * Update the symbols file for gcc-6 release.
+    Closes: bug#811976, Thanks to Martin Michlmayr
+  * debian/control:
+    + Mark package as compliant with Debian policy 3.9.8.
+  * debian/rules:
+    + Make sure empty ChangeLog file from upstream is not installed.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sun, 03 Jul 2016 13:49:34 +0530
+
+zimlib (1.2-10) unstable; urgency=medium
+
+  [ Jonas Smedegaard ]
+  * Update watch file: Fix avoid uupdate (doesn't play well with
+    git-buildpackage).
+  * Fix relax symbols check when targeting experimental.
+  * Update symbols file for armel armhf hurd-i386 kfreebsd-i386 m68k
+    mips mipsel powerpc powerpcspe sparc64.
+
+  [ Vasudev Kamath ]
+  * Change my email address in Uploaders field.
+
+ -- Vasudev Kamath <vasudev@copyninja.info>  Sun, 03 Jul 2016 13:32:33 +0530
+
+zimlib (1.2-9) unstable; urgency=medium
+
+  * Modernize Vcs-* fields:
+    + Fix include /git/ part for Vcs-Git URL.
+    + Use https protocol.
+  * Fix put aside more upstream-shipped autotools files during build,
+    and (re)create autotools.
+    Closes: Bug#818456. Thanks to Martin Michlmayr.
+  * Declare compliance with Debian Policy 3.9.7.
+  * Modernize watch file, and add usage hint comment.
+  * Drop CDBS get-orig-source target: Use "gbp import-orig --uscan"
+    instead.
+  * Relax symbols check when targeting experimental.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Fri, 25 Mar 2016 11:57:18 +0100
+
+zimlib (1.2-8) unstable; urgency=medium
+
+  * Update symbols file for amd64,arm64,kfreebsd-amd64 and mipsel64
+    architectures.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Wed, 07 Oct 2015 20:49:19 +0530
+
+zimlib (1.2-7) unstable; urgency=medium
+
+  * Update symbols file for sh4 architecture.
+    Closes: bug#800912, Thanks to John Paul Adrian Glaubitz.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Tue, 06 Oct 2015 22:22:35 +0530
+
+zimlib (1.2-6) unstable; urgency=medium
+
+  * Update symbols file from buildd logs.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 03 Oct 2015 11:32:14 +0200
+
+zimlib (1.2-5) unstable; urgency=medium
+
+  [ Vasudev Kamath ]
+  * Fix FTBFS with GCC5, introduces library transition.
+    Closes: bug#790296, Thanks to  Daniel Schepler.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Use cgit front-end for Vcs-Browser.
+  * Update symbols file for amd64 architecture.
+
+  [ Jonas Smedegaard ]
+  * Update copyright info:
+    + Extend coverage of autotools files.
+    + Rewrap at 72 chars.
+    + Fix use SPDX shortname X11 (not Expat~X with X Exception).
+    + Fix licensing of some autotools files.
+    + Fix list licenses with exceptions as separate License sections.
+    + Use License-Grant, License-Reference and License-Exception fields.
+      Thanks to Ben Finney.
+    + Merge Files section with same Copyright and License-Grant.
+  * Override lintian regarding license in License-Reference field.
+    See bug#786450.
+  * Build-depend unversioned on debhelper: Needed version satisfied even
+    in oldstable.
+  * Override lintian regarding build-depending unversioned on debhelper.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Fri, 02 Oct 2015 10:41:53 +0200
+
+zimlib (1.2-4) unstable; urgency=medium
+
+  * Update symbols file for arm64.
+    Closes: bug#761138, Thanks to Mathias Klose.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Sat, 13 Sep 2014 23:16:39 +0530
+
+zimlib (1.2-3) unstable; urgency=medium
+
+  * Update symbols file, was erroring out on kfreebsd-i386 and mips
+    platform.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Sun, 22 Jun 2014 22:33:45 +0530
+
+zimlib (1.2-2) unstable; urgency=medium
+
+  * Updated symbols file for all the architecture
+  * Comment out DPKG_GENSYMBOLS_CHECK_LEVEL=0, we have fixed symbols file
+    for all architecture.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Sun, 15 Jun 2014 01:31:54 +0530
+
+zimlib (1.2-1) unstable; urgency=medium
+
+  * Import new upstream release.
+  * Use , for DEB_AUTO_UPDATE_AUTOMAKE, and DEB_AUTO_UPDATE_ACLOCAL, thus
+    depending on unversioned latest automake. CDBS build-depends hence
+    gets bumped to 0.4.123~ (version where this feature was introduced).
+  * Update symbols file for new release, with few new symbols being introduced
+  * Update upstream tarball md5 hash
+  * Set DPKG_GENSYMBOLS_CHECK_LEVEL to 0 to prevent build failure other
+    architecture where symbol file is not updated.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Wed, 11 Jun 2014 22:17:19 +0530
+
+zimlib (1.1-4) unstable; urgency=medium
+
+  * Update symbols file for all officially supported architecture.
+  * Comment out DPKG_GEN_SYMBOLS_CHECK=0 which prevents dpkg-gensymbols
+    from failing when new symbols were added.
+  * Bump standards-version to 3.9.5
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Tue, 21 Jan 2014 22:51:54 +0530
+
+zimlib (1.1-3) unstable; urgency=medium
+
+  * update copyright_hints.
+  * Use version 1.14 for DEB_AUTO_UPDATE_ACLOCAL and DEB_AUTO_UPDATE_AUTOMAKE
+    Closes: bug#730042, Thanks to Daniel Schelper.
+  * manully modify control to use automake (>= 1.14) for build-depends.
+  * Update symbols file, 2 symbols updated for amd64 architecture.
+
+ -- Vasudev Kamath <kamathvasudev@gmail.com>  Sat, 18 Jan 2014 12:12:27 +0530
+
+zimlib (1.1-2) unstable; urgency=low
+
+  [ Vasudev Kamath ]
+  * Update symbols files for all Linux architectures and kFreeBSD. (i.e.
+    Hurd excluded).
+  * Add patch 1001 putting delay betweeen UUID tests in testsuite,
+    fixing FTBFS on Hurd.
+    Thanks to Pino Toscano.
+  * Bumped automake dependency to 1.13.
+
+  [ Jonas Smedegaard ]
+  * Add tarball checksum.
+  * Add debian/patches/README documenting numbering micro policy.
+  * Refresh patch with shortening quilt options.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Sat, 14 Sep 2013 17:23:08 +0200
+
+zimlib (1.1-1) unstable; urgency=low
+
+  * Initial release.
+    Closes: bug#698111.
+
+ -- Jonas Smedegaard <dr@jones.dk>  Mon, 09 Sep 2013 19:32:21 +0200
diff --git a/compat b/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..7fa0f14
--- /dev/null
+++ b/control
@@ -0,0 +1,74 @@
+Source: zimlib
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ liblzma-dev,
+ zlib1g-dev,
+ libicu-dev,
+ libxapian-dev,
+ libgtest-dev,
+ pkg-kde-tools,
+ meson,
+ ninja-build,
+ pkg-config
+Maintainer: Jonas Smedegaard <dr@jones.dk>
+Uploaders:
+ Vasudev Kamath <vasudev@copyninja.info>,
+ Mike Gabriel <sunweaver@debian.org>,
+ Kunal Mehta <legoktm@debian.org>
+Homepage: http://www.openzim.org/wiki/Zimlib
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/debian/zimlib.git
+Vcs-Browser: https://salsa.debian.org/debian/zimlib
+Rules-Requires-Root: no
+
+Package: libzim4
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libzim0, libzim0v5, libzim2
+Replaces: libzim0, libzim0v5, libzim2
+Description: library implementation of ZIM specifications
+ ZIM (Zeno IMproved) is an open file format for storing the contents of
+ wiki for offline usage. This file format is primarily focused on
+ providing the contents of Wikipedia and Wikimedia projects for offline
+ use.
+ .
+ zimlib is the standard implementation of ZIM specification, which
+ implements the read and write method for ZIM files.
+ .
+ ZIM is a file format created with focus on extracting and encoding data
+ from Mediawiki for offline use.
+ .
+ Features of zimlib are:
+  * Native, coded in C++
+  * Extremely fast
+  * Minimal footprint
+  * Minimal dependencies
+  * Portable on most OS (Windows, Linux, Mac OS X)
+
+Package: libzim-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ ${devlibs:Depends},
+ libzim4 (= ${binary:Version}),
+ liblzma-dev,
+ zlib1g-dev,
+ libxapian-dev,
+ libicu-dev
+Description: library implementation of ZIM specifications (development)
+ ZIM (Zeno IMproved) is an open file format for storing the contents of
+ wiki for offline usage. This file format is primarily focused on
+ providing the contents of Wikipedia and Wikimedia projects for offline
+ use.
+ .
+ zimlib is the standard implementation of ZIM specification, which
+ implements the read and write method for ZIM files.
+ .
+ ZIM is a file format created with focus on extracting and encoding data
+ from Mediawiki for offline use.
+ .
+ This package contains development files.
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..ca738dd
--- /dev/null
+++ b/copyright
@@ -0,0 +1,551 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zimlib
+Upstream-Contact: https://github.com/openzim/libzim/issues
+Source: http://openzim.org/download
+ https://github.com/openzim/libzim
+
+Files: *
+Copyright:
+  2011,2013-2016, Emmanuel Engelhart <kelson@kiwix.org>
+  2016-2017, Matthieu Gautier <mgautier@kymeria.fr>
+License-Grant:
+ 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 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+
+
+Files: src/md5stream.cpp
+ src/md5stream.h
+ src/writer/deflatestream.cpp
+ src/writer/deflatestream.h
+ src/writer/tee.cpp
+ src/writer/tee.h
+Copyright:
+  2003-2010, Tommi Maekitalo
+License: LGPL-2.1+
+
+Files: src/blob.cpp
+ src/buffer.cpp
+ src/buffer.h
+ src/debug.h
+ src/file_compound.cpp
+ src/file_compound.h
+ src/file_part.h
+ src/file_reader.cpp
+ src/file_reader.h
+ src/fs.h
+ src/fs_unix.cpp
+ src/fs_unix.h
+ src/fs_windows.cpp
+ src/fs_windows.h
+ src/search_iterator.cpp
+ src/writer/cluster.cpp
+ src/writer/cluster.h
+Copyright: 2017-2018, Matthieu Gautier <mgautier@kymeria.fr>
+License: GPL-2+
+
+Files: examples/createZimExample.cpp
+ include/zim/article.h
+ include/zim/blob.h
+ include/zim/error.h
+ include/zim/file.h
+ include/zim/fileheader.h
+ include/zim/fileiterator.h
+ include/zim/search.h
+ include/zim/search_iterator.h
+ include/zim/uuid.h
+ include/zim/writer/article.h
+ include/zim/writer/zimcreator.h
+ include/zim/zim.h
+ src/_dirent.h
+ src/article.cpp
+ src/cache.h
+ src/cluster.cpp
+ src/cluster.h
+ src/dirent.cpp
+ src/endian_tools.h
+ src/envvalue.cpp
+ src/envvalue.h
+ src/file.cpp
+ src/fileheader.cpp
+ src/fileimpl.cpp
+ src/fileimpl.h
+ src/log.h
+ src/search.cpp
+ src/search_internal.h
+ src/template.cpp
+ src/template.h
+ src/uuid.cpp
+ src/writer/_dirent.h
+ src/writer/article.cpp
+ src/writer/dirent.cpp
+ src/writer/lzmastream.cpp
+ src/writer/lzmastream.h
+ src/writer/zimcreator.cpp
+ src/writer/zimcreatordata.h
+ test/cluster.cpp
+ test/dirent.cpp
+ test/header.cpp
+ test/lzmastream.cpp
+ test/main.cpp
+ test/template.cpp
+ test/uuid.cpp
+ test/zlibstream.cpp
+Copyright: 2006-2013 Tommi Maekitalo
+License: GPL-2+
+
+Files:
+ src/md5.h
+Copyright:
+  1991-1992, RSA Data Security, Inc.
+  2003, Tommi Maekitalo
+License: RSA and LGPL-2.1+
+
+Files: src/xapian/htmlparse.h
+ src/xapian/myhtmlparse.cc
+ src/xapian/myhtmlparse.h
+Copyright: 1999-2001, BrightStation PLC
+  2002-2008, Olly Betts
+License: GPL-2+
+
+Files: src/xapian/htmlparse.cc
+Copyright: 1999-2001, BrightStation PLC
+  2001, Ananova Ltd
+  2002, 2006-2008, Olly Betts
+License: GPL-2+
+
+Files: src/xapian/namedentities.h
+Copyright: 2006-2007, Olly Betts
+License: GPL-2+
+
+Files:
+ src/md5.c
+Copyright:
+  1991-1992, RSA Data Security, Inc.
+License: RSA
+
+Files: subprojects/gtest/*
+Copyright: 2008, Google Inc.
+License: BSD-3-Clause
+
+Files: test/pytest/data/*
+Copyright: Wikibooks contributors
+License: CC-BY-SA-3.0
+
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard <dr@jones.dk>
+License: GPL-3+
+
+License: GPL-3+
+License-Reference: /usr/share/common-license/GPL-3
+
+License: GPL-2+
+License-Reference: /usr/share/common-licenses/GPL-2
+
+License: LGPL-2.1+
+License-Reference: /usr/share/common-licenses/LGPL-2.1
+
+License: RSA
+ License to copy and use this software is granted provided that it is
+ identified as the "RSA Data Security, Inc. MD5 Message-Digest
+ Algorithm" in all material mentioning or referencing this software or
+ this function.
+ .
+ License is also granted to make and use derivative works provided that
+ such works are identified as "derived from the RSA Data Security, Inc.
+ MD5 Message-Digest Algorithm" in all material mentioning or referencing
+ the derived work.
+ .
+ RSA Data Security, Inc. makes no representations concerning either the
+ merchantability of this software or the suitability of this software
+ for any particular purpose. It is provided "as is" without express or
+ implied warranty of any kind.
+
+License: CC-BY-SA-3.0
+ Creative Commons Legal Code
+ .
+ Attribution-ShareAlike 3.0 Unported
+ .
+     CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
+     LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
+     ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
+     INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
+     REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
+     DAMAGES RESULTING FROM ITS USE.
+ .
+ License
+ .
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
+ COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
+ COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
+ AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
+ .
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
+ TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
+ BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
+ CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
+ CONDITIONS.
+ .
+ 1. Definitions
+ .
+  a. "Adaptation" means a work based upon the Work, or upon the Work and
+     other pre-existing works, such as a translation, adaptation,
+     derivative work, arrangement of music or other alterations of a
+     literary or artistic work, or phonogram or performance and includes
+     cinematographic adaptations or any other form in which the Work may be
+     recast, transformed, or adapted including in any form recognizably
+     derived from the original, except that a work that constitutes a
+     Collection will not be considered an Adaptation for the purpose of
+     this License. For the avoidance of doubt, where the Work is a musical
+     work, performance or phonogram, the synchronization of the Work in
+     timed-relation with a moving image ("synching") will be considered an
+     Adaptation for the purpose of this License.
+  b. "Collection" means a collection of literary or artistic works, such as
+     encyclopedias and anthologies, or performances, phonograms or
+     broadcasts, or other works or subject matter other than works listed
+     in Section 1(f) below, which, by reason of the selection and
+     arrangement of their contents, constitute intellectual creations, in
+     which the Work is included in its entirety in unmodified form along
+     with one or more other contributions, each constituting separate and
+     independent works in themselves, which together are assembled into a
+     collective whole. A work that constitutes a Collection will not be
+     considered an Adaptation (as defined below) for the purposes of this
+     License.
+  c. "Creative Commons Compatible License" means a license that is listed
+     at https://creativecommons.org/compatiblelicenses that has been
+     approved by Creative Commons as being essentially equivalent to this
+     License, including, at a minimum, because that license: (i) contains
+     terms that have the same purpose, meaning and effect as the License
+     Elements of this License; and, (ii) explicitly permits the relicensing
+     of adaptations of works made available under that license under this
+     License or a Creative Commons jurisdiction license with the same
+     License Elements as this License.
+  d. "Distribute" means to make available to the public the original and
+     copies of the Work or Adaptation, as appropriate, through sale or
+     other transfer of ownership.
+  e. "License Elements" means the following high-level license attributes
+     as selected by Licensor and indicated in the title of this License:
+     Attribution, ShareAlike.
+  f. "Licensor" means the individual, individuals, entity or entities that
+     offer(s) the Work under the terms of this License.
+  g. "Original Author" means, in the case of a literary or artistic work,
+     the individual, individuals, entity or entities who created the Work
+     or if no individual or entity can be identified, the publisher; and in
+     addition (i) in the case of a performance the actors, singers,
+     musicians, dancers, and other persons who act, sing, deliver, declaim,
+     play in, interpret or otherwise perform literary or artistic works or
+     expressions of folklore; (ii) in the case of a phonogram the producer
+     being the person or legal entity who first fixes the sounds of a
+     performance or other sounds; and, (iii) in the case of broadcasts, the
+     organization that transmits the broadcast.
+  h. "Work" means the literary and/or artistic work offered under the terms
+     of this License including without limitation any production in the
+     literary, scientific and artistic domain, whatever may be the mode or
+     form of its expression including digital form, such as a book,
+     pamphlet and other writing; a lecture, address, sermon or other work
+     of the same nature; a dramatic or dramatico-musical work; a
+     choreographic work or entertainment in dumb show; a musical
+     composition with or without words; a cinematographic work to which are
+     assimilated works expressed by a process analogous to cinematography;
+     a work of drawing, painting, architecture, sculpture, engraving or
+     lithography; a photographic work to which are assimilated works
+     expressed by a process analogous to photography; a work of applied
+     art; an illustration, map, plan, sketch or three-dimensional work
+     relative to geography, topography, architecture or science; a
+     performance; a broadcast; a phonogram; a compilation of data to the
+     extent it is protected as a copyrightable work; or a work performed by
+     a variety or circus performer to the extent it is not otherwise
+     considered a literary or artistic work.
+  i. "You" means an individual or entity exercising rights under this
+     License who has not previously violated the terms of this License with
+     respect to the Work, or who has received express permission from the
+     Licensor to exercise rights under this License despite a previous
+     violation.
+  j. "Publicly Perform" means to perform public recitations of the Work and
+     to communicate to the public those public recitations, by any means or
+     process, including by wire or wireless means or public digital
+     performances; to make available to the public Works in such a way that
+     members of the public may access these Works from a place and at a
+     place individually chosen by them; to perform the Work to the public
+     by any means or process and the communication to the public of the
+     performances of the Work, including by public digital performance; to
+     broadcast and rebroadcast the Work by any means including signs,
+     sounds or images.
+  k. "Reproduce" means to make copies of the Work by any means including
+     without limitation by sound or visual recordings and the right of
+     fixation and reproducing fixations of the Work, including storage of a
+     protected performance or phonogram in digital form or other electronic
+     medium.
+ .
+ 2. Fair Dealing Rights. Nothing in this License is intended to reduce,
+ limit, or restrict any uses free from copyright or rights arising from
+ limitations or exceptions that are provided for in connection with the
+ copyright protection under copyright law or other applicable laws.
+ .
+ 3. License Grant. Subject to the terms and conditions of this License,
+ Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+ perpetual (for the duration of the applicable copyright) license to
+ exercise the rights in the Work as stated below:
+ .
+  a. to Reproduce the Work, to incorporate the Work into one or more
+     Collections, and to Reproduce the Work as incorporated in the
+     Collections;
+  b. to create and Reproduce Adaptations provided that any such Adaptation,
+     including any translation in any medium, takes reasonable steps to
+     clearly label, demarcate or otherwise identify that changes were made
+     to the original Work. For example, a translation could be marked "The
+     original work was translated from English to Spanish," or a
+     modification could indicate "The original work has been modified.";
+  c. to Distribute and Publicly Perform the Work including as incorporated
+     in Collections; and,
+  d. to Distribute and Publicly Perform Adaptations.
+  e. For the avoidance of doubt:
+ .
+      i. Non-waivable Compulsory License Schemes. In those jurisdictions in
+         which the right to collect royalties through any statutory or
+         compulsory licensing scheme cannot be waived, the Licensor
+         reserves the exclusive right to collect such royalties for any
+         exercise by You of the rights granted under this License;
+     ii. Waivable Compulsory License Schemes. In those jurisdictions in
+         which the right to collect royalties through any statutory or
+         compulsory licensing scheme can be waived, the Licensor waives the
+         exclusive right to collect such royalties for any exercise by You
+         of the rights granted under this License; and,
+    iii. Voluntary License Schemes. The Licensor waives the right to
+         collect royalties, whether individually or, in the event that the
+         Licensor is a member of a collecting society that administers
+         voluntary licensing schemes, via that society, from any exercise
+         by You of the rights granted under this License.
+ .
+ The above rights may be exercised in all media and formats whether now
+ known or hereafter devised. The above rights include the right to make
+ such modifications as are technically necessary to exercise the rights in
+ other media and formats. Subject to Section 8(f), all rights not expressly
+ granted by Licensor are hereby reserved.
+ .
+ 4. Restrictions. The license granted in Section 3 above is expressly made
+ subject to and limited by the following restrictions:
+ .
+  a. You may Distribute or Publicly Perform the Work only under the terms
+     of this License. You must include a copy of, or the Uniform Resource
+     Identifier (URI) for, this License with every copy of the Work You
+     Distribute or Publicly Perform. You may not offer or impose any terms
+     on the Work that restrict the terms of this License or the ability of
+     the recipient of the Work to exercise the rights granted to that
+     recipient under the terms of the License. You may not sublicense the
+     Work. You must keep intact all notices that refer to this License and
+     to the disclaimer of warranties with every copy of the Work You
+     Distribute or Publicly Perform. When You Distribute or Publicly
+     Perform the Work, You may not impose any effective technological
+     measures on the Work that restrict the ability of a recipient of the
+     Work from You to exercise the rights granted to that recipient under
+     the terms of the License. This Section 4(a) applies to the Work as
+     incorporated in a Collection, but this does not require the Collection
+     apart from the Work itself to be made subject to the terms of this
+     License. If You create a Collection, upon notice from any Licensor You
+     must, to the extent practicable, remove from the Collection any credit
+     as required by Section 4(c), as requested. If You create an
+     Adaptation, upon notice from any Licensor You must, to the extent
+     practicable, remove from the Adaptation any credit as required by
+     Section 4(c), as requested.
+  b. You may Distribute or Publicly Perform an Adaptation only under the
+     terms of: (i) this License; (ii) a later version of this License with
+     the same License Elements as this License; (iii) a Creative Commons
+     jurisdiction license (either this or a later license version) that
+     contains the same License Elements as this License (e.g.,
+     Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible
+     License. If you license the Adaptation under one of the licenses
+     mentioned in (iv), you must comply with the terms of that license. If
+     you license the Adaptation under the terms of any of the licenses
+     mentioned in (i), (ii) or (iii) (the "Applicable License"), you must
+     comply with the terms of the Applicable License generally and the
+     following provisions: (I) You must include a copy of, or the URI for,
+     the Applicable License with every copy of each Adaptation You
+     Distribute or Publicly Perform; (II) You may not offer or impose any
+     terms on the Adaptation that restrict the terms of the Applicable
+     License or the ability of the recipient of the Adaptation to exercise
+     the rights granted to that recipient under the terms of the Applicable
+     License; (III) You must keep intact all notices that refer to the
+     Applicable License and to the disclaimer of warranties with every copy
+     of the Work as included in the Adaptation You Distribute or Publicly
+     Perform; (IV) when You Distribute or Publicly Perform the Adaptation,
+     You may not impose any effective technological measures on the
+     Adaptation that restrict the ability of a recipient of the Adaptation
+     from You to exercise the rights granted to that recipient under the
+     terms of the Applicable License. This Section 4(b) applies to the
+     Adaptation as incorporated in a Collection, but this does not require
+     the Collection apart from the Adaptation itself to be made subject to
+     the terms of the Applicable License.
+  c. If You Distribute, or Publicly Perform the Work or any Adaptations or
+     Collections, You must, unless a request has been made pursuant to
+     Section 4(a), keep intact all copyright notices for the Work and
+     provide, reasonable to the medium or means You are utilizing: (i) the
+     name of the Original Author (or pseudonym, if applicable) if supplied,
+     and/or if the Original Author and/or Licensor designate another party
+     or parties (e.g., a sponsor institute, publishing entity, journal) for
+     attribution ("Attribution Parties") in Licensor's copyright notice,
+     terms of service or by other reasonable means, the name of such party
+     or parties; (ii) the title of the Work if supplied; (iii) to the
+     extent reasonably practicable, the URI, if any, that Licensor
+     specifies to be associated with the Work, unless such URI does not
+     refer to the copyright notice or licensing information for the Work;
+     and (iv) , consistent with Ssection 3(b), in the case of an
+     Adaptation, a credit identifying the use of the Work in the Adaptation
+     (e.g., "French translation of the Work by Original Author," or
+     "Screenplay based on original Work by Original Author"). The credit
+     required by this Section 4(c) may be implemented in any reasonable
+     manner; provided, however, that in the case of a Adaptation or
+     Collection, at a minimum such credit will appear, if a credit for all
+     contributing authors of the Adaptation or Collection appears, then as
+     part of these credits and in a manner at least as prominent as the
+     credits for the other contributing authors. For the avoidance of
+     doubt, You may only use the credit required by this Section for the
+     purpose of attribution in the manner set out above and, by exercising
+     Your rights under this License, You may not implicitly or explicitly
+     assert or imply any connection with, sponsorship or endorsement by the
+     Original Author, Licensor and/or Attribution Parties, as appropriate,
+     of You or Your use of the Work, without the separate, express prior
+     written permission of the Original Author, Licensor and/or Attribution
+     Parties.
+  d. Except as otherwise agreed in writing by the Licensor or as may be
+     otherwise permitted by applicable law, if You Reproduce, Distribute or
+     Publicly Perform the Work either by itself or as part of any
+     Adaptations or Collections, You must not distort, mutilate, modify or
+     take other derogatory action in relation to the Work which would be
+     prejudicial to the Original Author's honor or reputation. Licensor
+     agrees that in those jurisdictions (e.g. Japan), in which any exercise
+     of the right granted in Section 3(b) of this License (the right to
+     make Adaptations) would be deemed to be a distortion, mutilation,
+     modification or other derogatory action prejudicial to the Original
+     Author's honor and reputation, the Licensor will waive or not assert,
+     as appropriate, this Section, to the fullest extent permitted by the
+     applicable national law, to enable You to reasonably exercise Your
+     right under Section 3(b) of this License (right to make Adaptations)
+     but not otherwise.
+ .
+ 5. Representations, Warranties and Disclaimer
+ .
+ UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
+ OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
+ KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+ LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
+ WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
+ OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
+ .
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+ LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+ ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+ ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
+ BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+ 7. Termination
+ .
+  a. This License and the rights granted hereunder will terminate
+     automatically upon any breach by You of the terms of this License.
+     Individuals or entities who have received Adaptations or Collections
+     from You under this License, however, will not have their licenses
+     terminated provided such individuals or entities remain in full
+     compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
+     survive any termination of this License.
+  b. Subject to the above terms and conditions, the license granted here is
+     perpetual (for the duration of the applicable copyright in the Work).
+     Notwithstanding the above, Licensor reserves the right to release the
+     Work under different license terms or to stop distributing the Work at
+     any time; provided, however that any such election will not serve to
+     withdraw this License (or any other license that has been, or is
+     required to be, granted under the terms of this License), and this
+     License will continue in full force and effect unless terminated as
+     stated above.
+ .
+ 8. Miscellaneous
+ .
+  a. Each time You Distribute or Publicly Perform the Work or a Collection,
+     the Licensor offers to the recipient a license to the Work on the same
+     terms and conditions as the license granted to You under this License.
+  b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
+     offers to the recipient a license to the original Work on the same
+     terms and conditions as the license granted to You under this License.
+  c. If any provision of this License is invalid or unenforceable under
+     applicable law, it shall not affect the validity or enforceability of
+     the remainder of the terms of this License, and without further action
+     by the parties to this agreement, such provision shall be reformed to
+     the minimum extent necessary to make such provision valid and
+     enforceable.
+  d. No term or provision of this License shall be deemed waived and no
+     breach consented to unless such waiver or consent shall be in writing
+     and signed by the party to be charged with such waiver or consent.
+  e. This License constitutes the entire agreement between the parties with
+     respect to the Work licensed here. There are no understandings,
+     agreements or representations with respect to the Work not specified
+     here. Licensor shall not be bound by any additional provisions that
+     may appear in any communication from You. This License may not be
+     modified without the mutual written agreement of the Licensor and You.
+  f. The rights granted under, and the subject matter referenced, in this
+     License were drafted utilizing the terminology of the Berne Convention
+     for the Protection of Literary and Artistic Works (as amended on
+     September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
+     Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
+     and the Universal Copyright Convention (as revised on July 24, 1971).
+     These rights and subject matter take effect in the relevant
+     jurisdiction in which the License terms are sought to be enforced
+     according to the corresponding provisions of the implementation of
+     those treaty provisions in the applicable national law. If the
+     standard suite of rights granted under applicable copyright law
+     includes additional rights not granted under this License, such
+     additional rights are deemed to be included in the License; this
+     License is not intended to restrict the license of any rights under
+     applicable law.
+ .
+ .
+ Creative Commons Notice
+ .
+     Creative Commons is not a party to this License, and makes no warranty
+     whatsoever in connection with the Work. Creative Commons will not be
+     liable to You or any party on any legal theory for any damages
+     whatsoever, including without limitation any general, special,
+     incidental or consequential damages arising in connection to this
+     license. Notwithstanding the foregoing two (2) sentences, if Creative
+     Commons has expressly identified itself as the Licensor hereunder, it
+     shall have all rights and obligations of Licensor.
+ .
+     Except for the limited purpose of indicating to the public that the
+     Work is licensed under the CCPL, Creative Commons does not authorize
+     the use by either party of the trademark "Creative Commons" or any
+     related trademark or logo of Creative Commons without the prior
+     written consent of Creative Commons. Any permitted use will be in
+     compliance with Creative Commons' then-current trademark usage
+     guidelines, as may be published on its website or otherwise made
+     available upon request from time to time. For the avoidance of doubt,
+     this trademark restriction does not form part of the License.
+ .
+     Creative Commons may be contacted at https://creativecommons.org/.
+
+License: BSD-3-clause
+ 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 copyright holder 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 COPYRIGHT HOLDERS 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 COPYRIGHT
+ HOLDER 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.
diff --git a/copyright-check b/copyright-check
new file mode 100755 (executable)
index 0000000..129b94d
--- /dev/null
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright © 2016-2017  Jonas Smedegaard <dr@jones.dk>
+# Description: helper script to update copyright_hints
+#
+# 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 3, 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+set -eu
+
+make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
+make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1
+
+# unconditionally merge changes - safe to do with git-tracked package
+[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints
diff --git a/copyright_hints b/copyright_hints
new file mode 100644 (file)
index 0000000..44f319d
--- /dev/null
@@ -0,0 +1,609 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: subprojects/gtest/googlemock/LICENSE
+ subprojects/gtest/googlemock/include/gmock/gmock-actions.h
+ subprojects/gtest/googlemock/include/gmock/gmock-cardinalities.h
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-actions.h
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-matchers.h
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h
+ subprojects/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump
+ subprojects/gtest/googlemock/include/gmock/gmock-matchers.h
+ subprojects/gtest/googlemock/include/gmock/gmock-more-actions.h
+ subprojects/gtest/googlemock/include/gmock/gmock-more-matchers.h
+ subprojects/gtest/googlemock/include/gmock/gmock-spec-builders.h
+ subprojects/gtest/googlemock/include/gmock/gmock.h
+ subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h
+ subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-port.h
+ subprojects/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h
+ subprojects/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump
+ subprojects/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h
+ subprojects/gtest/googlemock/include/gmock/internal/gmock-port.h
+ subprojects/gtest/googlemock/scripts/fuse_gmock_files.py
+ subprojects/gtest/googlemock/scripts/gmock_doctor.py
+ subprojects/gtest/googlemock/scripts/upload_gmock.py
+ subprojects/gtest/googlemock/src/gmock-all.cc
+ subprojects/gtest/googlemock/src/gmock-cardinalities.cc
+ subprojects/gtest/googlemock/src/gmock-internal-utils.cc
+ subprojects/gtest/googlemock/src/gmock-matchers.cc
+ subprojects/gtest/googlemock/src/gmock-spec-builders.cc
+ subprojects/gtest/googlemock/src/gmock.cc
+ subprojects/gtest/googlemock/src/gmock_main.cc
+ subprojects/gtest/googlemock/test/gmock-actions_test.cc
+ subprojects/gtest/googlemock/test/gmock-cardinalities_test.cc
+ subprojects/gtest/googlemock/test/gmock-generated-actions_test.cc
+ subprojects/gtest/googlemock/test/gmock-generated-function-mockers_test.cc
+ subprojects/gtest/googlemock/test/gmock-generated-internal-utils_test.cc
+ subprojects/gtest/googlemock/test/gmock-generated-matchers_test.cc
+ subprojects/gtest/googlemock/test/gmock-internal-utils_test.cc
+ subprojects/gtest/googlemock/test/gmock-matchers_test.cc
+ subprojects/gtest/googlemock/test/gmock-more-actions_test.cc
+ subprojects/gtest/googlemock/test/gmock-nice-strict_test.cc
+ subprojects/gtest/googlemock/test/gmock-port_test.cc
+ subprojects/gtest/googlemock/test/gmock-spec-builders_test.cc
+ subprojects/gtest/googlemock/test/gmock_all_test.cc
+ subprojects/gtest/googlemock/test/gmock_ex_test.cc
+ subprojects/gtest/googlemock/test/gmock_leak_test.py
+ subprojects/gtest/googlemock/test/gmock_leak_test_.cc
+ subprojects/gtest/googlemock/test/gmock_link2_test.cc
+ subprojects/gtest/googlemock/test/gmock_link_test.cc
+ subprojects/gtest/googlemock/test/gmock_link_test.h
+ subprojects/gtest/googlemock/test/gmock_output_test.py
+ subprojects/gtest/googlemock/test/gmock_output_test_.cc
+ subprojects/gtest/googlemock/test/gmock_stress_test.cc
+ subprojects/gtest/googlemock/test/gmock_test.cc
+ subprojects/gtest/googlemock/test/gmock_test_utils.py
+ subprojects/gtest/googletest/LICENSE
+ subprojects/gtest/googletest/codegear/gtest_all.cc
+ subprojects/gtest/googletest/codegear/gtest_link.cc
+ subprojects/gtest/googletest/include/gtest/gtest-death-test.h
+ subprojects/gtest/googletest/include/gtest/gtest-message.h
+ subprojects/gtest/googletest/include/gtest/gtest-param-test.h
+ subprojects/gtest/googletest/include/gtest/gtest-param-test.h.pump
+ subprojects/gtest/googletest/include/gtest/gtest-printers.h
+ subprojects/gtest/googletest/include/gtest/gtest-spi.h
+ subprojects/gtest/googletest/include/gtest/gtest-test-part.h
+ subprojects/gtest/googletest/include/gtest/gtest-typed-test.h
+ subprojects/gtest/googletest/include/gtest/gtest.h
+ subprojects/gtest/googletest/include/gtest/gtest_pred_impl.h
+ subprojects/gtest/googletest/include/gtest/gtest_prod.h
+ subprojects/gtest/googletest/include/gtest/internal/custom/gtest-port.h
+ subprojects/gtest/googletest/include/gtest/internal/custom/gtest-printers.h
+ subprojects/gtest/googletest/include/gtest/internal/custom/gtest.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-filepath.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-internal.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
+ subprojects/gtest/googletest/include/gtest/internal/gtest-param-util.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-port-arch.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-port.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-string.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-tuple.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump
+ subprojects/gtest/googletest/include/gtest/internal/gtest-type-util.h
+ subprojects/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump
+ subprojects/gtest/googletest/samples/prime_tables.h
+ subprojects/gtest/googletest/samples/sample1.cc
+ subprojects/gtest/googletest/samples/sample1.h
+ subprojects/gtest/googletest/samples/sample10_unittest.cc
+ subprojects/gtest/googletest/samples/sample1_unittest.cc
+ subprojects/gtest/googletest/samples/sample2.cc
+ subprojects/gtest/googletest/samples/sample2.h
+ subprojects/gtest/googletest/samples/sample2_unittest.cc
+ subprojects/gtest/googletest/samples/sample3-inl.h
+ subprojects/gtest/googletest/samples/sample3_unittest.cc
+ subprojects/gtest/googletest/samples/sample4.cc
+ subprojects/gtest/googletest/samples/sample4.h
+ subprojects/gtest/googletest/samples/sample4_unittest.cc
+ subprojects/gtest/googletest/samples/sample5_unittest.cc
+ subprojects/gtest/googletest/samples/sample6_unittest.cc
+ subprojects/gtest/googletest/samples/sample7_unittest.cc
+ subprojects/gtest/googletest/samples/sample8_unittest.cc
+ subprojects/gtest/googletest/samples/sample9_unittest.cc
+ subprojects/gtest/googletest/scripts/common.py
+ subprojects/gtest/googletest/scripts/fuse_gtest_files.py
+ subprojects/gtest/googletest/scripts/gen_gtest_pred_impl.py
+ subprojects/gtest/googletest/scripts/pump.py
+ subprojects/gtest/googletest/scripts/release_docs.py
+ subprojects/gtest/googletest/scripts/upload_gtest.py
+ subprojects/gtest/googletest/src/gtest-all.cc
+ subprojects/gtest/googletest/src/gtest-death-test.cc
+ subprojects/gtest/googletest/src/gtest-filepath.cc
+ subprojects/gtest/googletest/src/gtest-internal-inl.h
+ subprojects/gtest/googletest/src/gtest-port.cc
+ subprojects/gtest/googletest/src/gtest-printers.cc
+ subprojects/gtest/googletest/src/gtest-test-part.cc
+ subprojects/gtest/googletest/src/gtest-typed-test.cc
+ subprojects/gtest/googletest/src/gtest.cc
+ subprojects/gtest/googletest/src/gtest_main.cc
+ subprojects/gtest/googletest/test/gtest-death-test_ex_test.cc
+ subprojects/gtest/googletest/test/gtest-death-test_test.cc
+ subprojects/gtest/googletest/test/gtest-filepath_test.cc
+ subprojects/gtest/googletest/test/gtest-linked_ptr_test.cc
+ subprojects/gtest/googletest/test/gtest-listener_test.cc
+ subprojects/gtest/googletest/test/gtest-message_test.cc
+ subprojects/gtest/googletest/test/gtest-options_test.cc
+ subprojects/gtest/googletest/test/gtest-param-test2_test.cc
+ subprojects/gtest/googletest/test/gtest-param-test_test.cc
+ subprojects/gtest/googletest/test/gtest-param-test_test.h
+ subprojects/gtest/googletest/test/gtest-port_test.cc
+ subprojects/gtest/googletest/test/gtest-printers_test.cc
+ subprojects/gtest/googletest/test/gtest-test-part_test.cc
+ subprojects/gtest/googletest/test/gtest-tuple_test.cc
+ subprojects/gtest/googletest/test/gtest-typed-test2_test.cc
+ subprojects/gtest/googletest/test/gtest-typed-test_test.cc
+ subprojects/gtest/googletest/test/gtest-typed-test_test.h
+ subprojects/gtest/googletest/test/gtest-unittest-api_test.cc
+ subprojects/gtest/googletest/test/gtest_all_test.cc
+ subprojects/gtest/googletest/test/gtest_break_on_failure_unittest.py
+ subprojects/gtest/googletest/test/gtest_break_on_failure_unittest_.cc
+ subprojects/gtest/googletest/test/gtest_catch_exceptions_test.py
+ subprojects/gtest/googletest/test/gtest_catch_exceptions_test_.cc
+ subprojects/gtest/googletest/test/gtest_color_test.py
+ subprojects/gtest/googletest/test/gtest_color_test_.cc
+ subprojects/gtest/googletest/test/gtest_env_var_test.py
+ subprojects/gtest/googletest/test/gtest_env_var_test_.cc
+ subprojects/gtest/googletest/test/gtest_environment_test.cc
+ subprojects/gtest/googletest/test/gtest_filter_unittest.py
+ subprojects/gtest/googletest/test/gtest_filter_unittest_.cc
+ subprojects/gtest/googletest/test/gtest_help_test.py
+ subprojects/gtest/googletest/test/gtest_help_test_.cc
+ subprojects/gtest/googletest/test/gtest_list_tests_unittest.py
+ subprojects/gtest/googletest/test/gtest_list_tests_unittest_.cc
+ subprojects/gtest/googletest/test/gtest_main_unittest.cc
+ subprojects/gtest/googletest/test/gtest_no_test_unittest.cc
+ subprojects/gtest/googletest/test/gtest_output_test.py
+ subprojects/gtest/googletest/test/gtest_output_test_.cc
+ subprojects/gtest/googletest/test/gtest_pred_impl_unittest.cc
+ subprojects/gtest/googletest/test/gtest_premature_exit_test.cc
+ subprojects/gtest/googletest/test/gtest_prod_test.cc
+ subprojects/gtest/googletest/test/gtest_repeat_test.cc
+ subprojects/gtest/googletest/test/gtest_shuffle_test.py
+ subprojects/gtest/googletest/test/gtest_shuffle_test_.cc
+ subprojects/gtest/googletest/test/gtest_sole_header_test.cc
+ subprojects/gtest/googletest/test/gtest_stress_test.cc
+ subprojects/gtest/googletest/test/gtest_test_utils.py
+ subprojects/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc
+ subprojects/gtest/googletest/test/gtest_throw_on_failure_test.py
+ subprojects/gtest/googletest/test/gtest_throw_on_failure_test_.cc
+ subprojects/gtest/googletest/test/gtest_uninitialized_test.py
+ subprojects/gtest/googletest/test/gtest_uninitialized_test_.cc
+ subprojects/gtest/googletest/test/gtest_unittest.cc
+ subprojects/gtest/googletest/test/gtest_xml_outfile1_test_.cc
+ subprojects/gtest/googletest/test/gtest_xml_outfile2_test_.cc
+ subprojects/gtest/googletest/test/gtest_xml_outfiles_test.py
+ subprojects/gtest/googletest/test/gtest_xml_output_unittest.py
+ subprojects/gtest/googletest/test/gtest_xml_output_unittest_.cc
+ subprojects/gtest/googletest/test/gtest_xml_test_utils.py
+ subprojects/gtest/googletest/test/production.cc
+ subprojects/gtest/googletest/test/production.h
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget.h
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc
+ subprojects/gtest/googletest/xcode/Scripts/runtests.sh
+ subprojects/gtest/googletest/xcode/Scripts/versiongenerate.py
+Copyright: 2003, Google Inc.
+  2005, Google Inc.
+  2006, Google Inc.
+  2007, Google Inc.
+  2008, Google Inc.
+  2009, Google Inc.
+  2010, Google Inc.
+  2013, Google Inc.
+  2015, Google Inc.
+License: BSD-3-clause
+ FIXME
+
+Files: AUTHORS
+ ChangeLog
+ README.md
+ debian/compat
+ debian/control
+ debian/gbp.conf
+ debian/libzim-dev.install
+ debian/libzim4.install
+ debian/libzim4.symbols
+ debian/rules
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ examples/meson.build
+ include/meson.build
+ meson.build
+ meson_options.txt
+ scripts/meson.build
+ src/config.h.in
+ src/levenshtein.cpp
+ src/levenshtein.h
+ src/meson.build
+ src/zim_types.h
+ static/meson.build
+ static/resources_list.txt
+ static/stopwords/en
+ subprojects/gtest/.travis.yml
+ subprojects/gtest/CMakeLists.txt
+ subprojects/gtest/README.md
+ subprojects/gtest/appveyor.yml
+ subprojects/gtest/googlemock/CHANGES
+ subprojects/gtest/googlemock/CMakeLists.txt
+ subprojects/gtest/googlemock/CONTRIBUTORS
+ subprojects/gtest/googlemock/Makefile.am
+ subprojects/gtest/googlemock/configure.ac
+ subprojects/gtest/googlemock/docs/CheatSheet.md
+ subprojects/gtest/googlemock/docs/CookBook.md
+ subprojects/gtest/googlemock/docs/DesignDoc.md
+ subprojects/gtest/googlemock/docs/Documentation.md
+ subprojects/gtest/googlemock/docs/ForDummies.md
+ subprojects/gtest/googlemock/docs/FrequentlyAskedQuestions.md
+ subprojects/gtest/googlemock/docs/KnownIssues.md
+ subprojects/gtest/googlemock/docs/v1_5/CheatSheet.md
+ subprojects/gtest/googlemock/docs/v1_5/CookBook.md
+ subprojects/gtest/googlemock/docs/v1_5/Documentation.md
+ subprojects/gtest/googlemock/docs/v1_5/ForDummies.md
+ subprojects/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md
+ subprojects/gtest/googlemock/docs/v1_6/CheatSheet.md
+ subprojects/gtest/googlemock/docs/v1_6/CookBook.md
+ subprojects/gtest/googlemock/docs/v1_6/Documentation.md
+ subprojects/gtest/googlemock/docs/v1_6/ForDummies.md
+ subprojects/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md
+ subprojects/gtest/googlemock/docs/v1_7/CheatSheet.md
+ subprojects/gtest/googlemock/docs/v1_7/CookBook.md
+ subprojects/gtest/googlemock/docs/v1_7/Documentation.md
+ subprojects/gtest/googlemock/docs/v1_7/ForDummies.md
+ subprojects/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md
+ subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
+ subprojects/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump
+ subprojects/gtest/googlemock/meson.build
+ subprojects/gtest/googlemock/msvc/2005/gmock.sln
+ subprojects/gtest/googlemock/msvc/2005/gmock.vcproj
+ subprojects/gtest/googlemock/msvc/2005/gmock_config.vsprops
+ subprojects/gtest/googlemock/msvc/2005/gmock_main.vcproj
+ subprojects/gtest/googlemock/msvc/2005/gmock_test.vcproj
+ subprojects/gtest/googlemock/msvc/2010/gmock.sln
+ subprojects/gtest/googlemock/msvc/2010/gmock.vcxproj
+ subprojects/gtest/googlemock/msvc/2010/gmock_config.props
+ subprojects/gtest/googlemock/msvc/2010/gmock_main.vcxproj
+ subprojects/gtest/googlemock/msvc/2010/gmock_test.vcxproj
+ subprojects/gtest/googlemock/msvc/2015/gmock.sln
+ subprojects/gtest/googlemock/msvc/2015/gmock.vcxproj
+ subprojects/gtest/googlemock/msvc/2015/gmock_config.props
+ subprojects/gtest/googlemock/msvc/2015/gmock_main.vcxproj
+ subprojects/gtest/googlemock/msvc/2015/gmock_test.vcxproj
+ subprojects/gtest/googlemock/scripts/generator/README
+ subprojects/gtest/googlemock/scripts/generator/README.cppclean
+ subprojects/gtest/googlemock/scripts/gmock-config.in
+ subprojects/gtest/googlemock/test/gmock_output_test_golden.txt
+ subprojects/gtest/googletest/CHANGES
+ subprojects/gtest/googletest/CMakeLists.txt
+ subprojects/gtest/googletest/CONTRIBUTORS
+ subprojects/gtest/googletest/Makefile.am
+ subprojects/gtest/googletest/README.md
+ subprojects/gtest/googletest/cmake/internal_utils.cmake
+ subprojects/gtest/googletest/codegear/gtest.cbproj
+ subprojects/gtest/googletest/codegear/gtest.groupproj
+ subprojects/gtest/googletest/codegear/gtest_main.cbproj
+ subprojects/gtest/googletest/codegear/gtest_unittest.cbproj
+ subprojects/gtest/googletest/configure.ac
+ subprojects/gtest/googletest/docs/AdvancedGuide.md
+ subprojects/gtest/googletest/docs/Documentation.md
+ subprojects/gtest/googletest/docs/FAQ.md
+ subprojects/gtest/googletest/docs/Primer.md
+ subprojects/gtest/googletest/docs/PumpManual.md
+ subprojects/gtest/googletest/docs/Samples.md
+ subprojects/gtest/googletest/docs/V1_5_AdvancedGuide.md
+ subprojects/gtest/googletest/docs/V1_5_Documentation.md
+ subprojects/gtest/googletest/docs/V1_5_FAQ.md
+ subprojects/gtest/googletest/docs/V1_5_Primer.md
+ subprojects/gtest/googletest/docs/V1_5_PumpManual.md
+ subprojects/gtest/googletest/docs/V1_5_XcodeGuide.md
+ subprojects/gtest/googletest/docs/V1_6_AdvancedGuide.md
+ subprojects/gtest/googletest/docs/V1_6_Documentation.md
+ subprojects/gtest/googletest/docs/V1_6_FAQ.md
+ subprojects/gtest/googletest/docs/V1_6_Primer.md
+ subprojects/gtest/googletest/docs/V1_6_PumpManual.md
+ subprojects/gtest/googletest/docs/V1_6_Samples.md
+ subprojects/gtest/googletest/docs/V1_6_XcodeGuide.md
+ subprojects/gtest/googletest/docs/V1_7_AdvancedGuide.md
+ subprojects/gtest/googletest/docs/V1_7_Documentation.md
+ subprojects/gtest/googletest/docs/V1_7_FAQ.md
+ subprojects/gtest/googletest/docs/V1_7_Primer.md
+ subprojects/gtest/googletest/docs/V1_7_PumpManual.md
+ subprojects/gtest/googletest/docs/V1_7_Samples.md
+ subprojects/gtest/googletest/docs/V1_7_XcodeGuide.md
+ subprojects/gtest/googletest/docs/XcodeGuide.md
+ subprojects/gtest/googletest/meson.build
+ subprojects/gtest/googletest/msvc/gtest-md.sln
+ subprojects/gtest/googletest/msvc/gtest-md.vcproj
+ subprojects/gtest/googletest/msvc/gtest.sln
+ subprojects/gtest/googletest/msvc/gtest.vcproj
+ subprojects/gtest/googletest/msvc/gtest_main-md.vcproj
+ subprojects/gtest/googletest/msvc/gtest_main.vcproj
+ subprojects/gtest/googletest/msvc/gtest_prod_test-md.vcproj
+ subprojects/gtest/googletest/msvc/gtest_prod_test.vcproj
+ subprojects/gtest/googletest/msvc/gtest_unittest-md.vcproj
+ subprojects/gtest/googletest/msvc/gtest_unittest.vcproj
+ subprojects/gtest/googletest/scripts/gtest-config.in
+ subprojects/gtest/googletest/test/gtest_output_test_golden_lin.txt
+ subprojects/gtest/googletest/xcode/Config/DebugProject.xcconfig
+ subprojects/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig
+ subprojects/gtest/googletest/xcode/Config/ReleaseProject.xcconfig
+ subprojects/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig
+ subprojects/gtest/googletest/xcode/Config/TestTarget.xcconfig
+ subprojects/gtest/googletest/xcode/Resources/Info.plist
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist
+ subprojects/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
+ subprojects/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj
+ subprojects/gtest/readme.txt
+ subprojects/gtest/travis.sh
+ subprojects/gtest/upstream.wrap
+ test/meson.build
+ test/pytest/basic_open_test.py
+ test/pytest/meson.build
+ test/pytest/wrapper/libzim_ext.pyx
+ test/pytest/wrapper/meson.build
+ test/pytest/wrapper/zim_wrapper.pxd
+ travis/compile.sh
+ travis/install_deps.sh
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: examples/createZimExample.cpp
+ include/zim/article.h
+ include/zim/blob.h
+ include/zim/error.h
+ include/zim/file.h
+ include/zim/fileheader.h
+ include/zim/fileiterator.h
+ include/zim/search.h
+ include/zim/search_iterator.h
+ include/zim/uuid.h
+ include/zim/writer/article.h
+ include/zim/writer/zimcreator.h
+ include/zim/zim.h
+ src/_dirent.h
+ src/article.cpp
+ src/cache.h
+ src/cluster.cpp
+ src/cluster.h
+ src/dirent.cpp
+ src/endian_tools.h
+ src/envvalue.cpp
+ src/envvalue.h
+ src/file.cpp
+ src/fileheader.cpp
+ src/fileimpl.cpp
+ src/fileimpl.h
+ src/log.h
+ src/search.cpp
+ src/search_internal.h
+ src/template.cpp
+ src/template.h
+ src/uuid.cpp
+ src/writer/_dirent.h
+ src/writer/article.cpp
+ src/writer/dirent.cpp
+ src/writer/lzmastream.cpp
+ src/writer/lzmastream.h
+ src/writer/zimcreator.cpp
+ src/writer/zimcreatordata.h
+ test/cluster.cpp
+ test/dirent.cpp
+ test/header.cpp
+ test/lzmastream.cpp
+ test/main.cpp
+ test/template.cpp
+ test/uuid.cpp
+ test/zlibstream.cpp
+Copyright: 2006, 2009, Tommi Maekitalo
+  2006, Tommi Maekitalo
+  2007, Tommi Maekitalo
+  2008, Tommi Maekitalo
+  2009, Tommi Maekitalo
+  2010, Tommi Maekitalo
+  2012, Tommi Maekitalo
+  2013, Tommi Maekitalo
+License: GPL-2+
+ FIXME
+
+Files: src/blob.cpp
+ src/buffer.cpp
+ src/buffer.h
+ src/debug.h
+ src/file_compound.cpp
+ src/file_compound.h
+ src/file_part.cpp
+ src/file_part.h
+ src/file_reader.cpp
+ src/file_reader.h
+ src/writer/cluster.cpp
+ src/writer/cluster.h
+Copyright: 2017, Matthieu Gautier <mgautier@kymeria.fr>
+License: GPL-2+
+ FIXME
+
+Files: src/md5stream.cpp
+ src/md5stream.h
+ src/writer/deflatestream.cpp
+ src/writer/deflatestream.h
+ src/writer/tee.cpp
+ src/writer/tee.h
+Copyright: 2003, Tommi Maekitalo
+  2003-2005, Tommi Maekitalo
+  2005-2008, Tommi Maekitalo
+License: LGPL-2.1+
+ FIXME
+
+Files: subprojects/gtest/googlemock/scripts/generator/cpp/ast.py
+ subprojects/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py
+ subprojects/gtest/googlemock/scripts/generator/cpp/keywords.py
+ subprojects/gtest/googlemock/scripts/generator/cpp/tokenize.py
+ subprojects/gtest/googlemock/scripts/generator/cpp/utils.py
+Copyright: 2007, Google Inc.
+  2007, Neal Norwitz
+  2009, Google Inc.
+  2009, Neal Norwitz
+License: Apache-2.0
+ FIXME
+
+Files: subprojects/gtest/googlemock/scripts/generator/cpp/gmock_class.py
+ subprojects/gtest/googlemock/scripts/generator/gmock_gen.py
+ subprojects/gtest/googlemock/scripts/upload.py
+ subprojects/gtest/googletest/scripts/upload.py
+Copyright: 2007, Google Inc.
+  2008, Google Inc.
+License: Apache-2.0
+ FIXME
+
+Files: src/xapian/htmlparse.h
+ src/xapian/myhtmlparse.cc
+ src/xapian/myhtmlparse.h
+Copyright: 1999-2001, BrightStation PLC
+  2002, 2006, 2008, Olly Betts
+  2002-2004, 2006, 2008, Olly Betts
+  2002-2004, 2006-2008, Olly Betts
+License: GPL-2+
+ FIXME
+
+Files: subprojects/gtest/googlemock/docs/DevGuide.md
+ subprojects/gtest/googletest/docs/DevGuide.md
+Copyright: NONE
+License: CC-BY-2.5
+ FIXME
+
+Files: src/writer/xapianIndexer.cpp
+ src/writer/xapianIndexer.h
+Copyright: 2011, Emmanuel Engelhart <kelson@kiwix.org>
+License: GPL-3+
+ FIXME
+
+Files: src/tools.cpp
+ src/tools.h
+Copyright: 2013-2016, Emmanuel Engelhart <kelson@kiwix.org>
+  2016, Matthieu Gautier <mgautier@kymeria.fr>
+License: GPL-3+
+ FIXME
+
+Files: scripts/libzim-compile-resources
+ src/writer/queue.h
+Copyright: 2016, Matthieu Gautier <mgautier@kymeria.fr>
+License: GPL-3+
+ FIXME
+
+Files: test/pytest/data/wikibooks_be_all_nopic_2017-02.zim
+ test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimab
+Copyright: ÿòÞÑ-W2"QÕoEmt\ 1þ\7f\88v\97A}ûa\98}1Ç\ fu#\8c\10o\1e{
+License: UNKNOWN
+ FIXME
+
+Files: subprojects/gtest/googlemock/README.md
+Copyright: NONE
+License: Apache
+ FIXME
+
+Files: subprojects/gtest/googlemock/scripts/generator/LICENSE
+Copyright: [2007
+  license to reproduce, prepare Derivative Works of,
+  patent, trademark, and
+License: Apache-2.0
+ FIXME
+
+Files: subprojects/gtest/meson.build
+Copyright: NONE
+License: BSD~unspecified
+ FIXME
+
+Files: src/xapian/htmlparse.cc
+Copyright: 1999-2001, BrightStation PLC
+  2001, Ananova Ltd
+  2002, 2006-2008, Olly Betts
+License: GPL-2+
+ FIXME
+
+Files: src/search_iterator.cpp
+Copyright: 2017, Matthieu Gautier
+License: GPL-2+
+ FIXME
+
+Files: src/xapian/namedentities.h
+Copyright: 2006-2007, Olly Betts
+License: GPL-2+
+ FIXME
+
+Files: debian/copyright-check
+Copyright: 2016-2017, Jonas Smedegaard <dr@jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: src/md5.h
+Copyright: 1991, -2, RSA Data Security, Inc. Created 1991. All
+  2003, Tommi Maekitalo
+License: LGPL-2.1+ and/or NTP
+ FIXME
+
+Files: src/md5.c
+Copyright: (d)) + (x) + (UINT4)(ac);
+  1991, -2, RSA Data Security, Inc. Created 1991. All
+License: NTP
+ FIXME
+
+Files: static/stopwords/he
+Copyright: 
+License: UNKNOWN
+ FIXME
+
+Files: COPYING
+Copyright: 1989, 1991, Free Software Foundation, Inc.
+  ed by the Free
+  ed interfaces, the
+  the software, and
+License: UNKNOWN
+ FIXME
+
+Files: subprojects/gtest/googletest/xcode/Config/General.xcconfig
+Copyright: 2008, Google Inc.
+License: UNKNOWN
+ FIXME
+
+Files: static/stopwords/fra
+Copyright: but
+  taient
+  tat
+  tions
+License: UNKNOWN
+ FIXME
+
+Files: test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimaa
+Copyright: ôûeO\ 2Cñ§z\87Ï\17ÉÞ«\93¢:;\89
+  õíÂ}\7f\9a<AÉßr\8a\8bà?Û°~Ï\1fHKØÔDoqü\ 2Ç­É\82L9Åu6<
+  ÷×gl¡pæ¶\1f©fv\98è´;ï3\ 2¸\0»,q\14\86!     \b·DÛ\8d¾uG~¾\14\94\93JYÕ\92­L½\8f\99F\8e}\81\9b\9f-\9fxåÇ3\8d\98\ 5K\17\90        \11êñ.R-ëî\84Y}ÃØR\8d\ 4,ײrg\1d\86¥¾\ 3z¶´Ûã[XÓzÄ\84^W\98\1f:ÿP\8d/\15\ 42\8d%Z˺\94\19Dä¼qk\10\9a\ 6¯î\18\8bîQ:\99¾¨\1a\95Ò\89+\1c!yrm}\a.
+  ú\8dzXlQÌmÑíÅ7'\14Òf\9eÆ©aæß
+  ûræw\97áh h±\86^çßõ¢O4«sEº³+Ã\12\9e!D\ 1\9fA?8ÔéxÂ7dÌ´\ 2\18\98J\1f\98\8a_³»k\87\ 1ßéS2\ 1ºªÍ\8c 8\15ÀºÙÉ\80\82éùhÄ\89\ fØ`óe^ѲùU\9cò´\178õ        ^Ì\90Ä\98w\14Nãµ\9fBf\80Á"`\89Æq(\ f\ 5\e\ 3§Æb\ eA\8cyìö\8f\9dív\9fU\91v¹+Rr\90d\94¢Ró\11ü­u\1e¯Dø\9büÎ
+  ü\e\9d*k0lÒ-E\95\1d\16Ú\95Ð\96URÐëÐ_ç7ù\1f1b\87Y\18_ð    «\90;5Ë0>üåÎ[\82!Slàã1ÀÂûÙ&Û;õþ
+  ý»x^N÷Ö5D±\81¬\142Ðc`"
+  ÿuÌ#úcup\8d\1c\19;GÀQä\9bõïM«\eé´¿~Ö\86\88­÷.²¦\12\84\ e\0Ýuü\82?~Öùú\83¡&w\89\8dÖØA­
+  ÿ{:~òPí»Ñ\90\88\19yk~{Èeâ¤*K¢Ð\9a·S«\8dÏ
+License: UNKNOWN
+ FIXME
+
+Files: test/pytest/data/wikibooks_be_all_nopic_2017-02_splitted.zimac
+Copyright: øS4iRÄ­
+  ùac^·6
+  úi9É¡\84w\8f\8c+\13æSÜw\95\9fU\ 2\99öÄ¡üªc÷\ 2ùK\1f ¦B\1cñíö¦³Ì\192Y\1e\90%.\e\8e\13\9d°Á\87HûÄÀ\ 6ë\89¡ïfë\1c8hã-q¢bõÜwp\81ù\ 6¬\ 23\870\1d[_¥\97(
+  ümfÇs½EÚñ×5¥Ð=\8e*¡³&Ò´\8bkäÙ\9c\ 2Õ^·@\ 4
+  ÿ\16ñ\82¶í\ 5¾ùr2\13
+  ÿ\1aNw'ôàY(\17\ f\18bÐ*} ÏWyC\118\1eæè5\8c\93R¯|î\ 18[Ü\10m+Û\10­
+  ÿ\82\9cmñÙåµë\19/\98ïþ\12dÊ|\15~\81õÅÄ·N®\ 6P\ e\ 5#ZF\16?,`\98YàK\84W\93Ô`¬*ç;ñàU\88k£>\99Ï:\80å\1eªkï
+License: UNKNOWN
+ FIXME
+
diff --git a/gbp.conf b/gbp.conf
new file mode 100644 (file)
index 0000000..2a594ca
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = */.git*
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
new file mode 100644 (file)
index 0000000..ee13a66
--- /dev/null
@@ -0,0 +1,17 @@
+include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+
+build:
+    extends: .build-unstable
+
+reprotest:
+    extends: .test-reprotest
+
+lintian:
+    extends: .test-lintian
+
+autopkgtest:
+    extends: .test-autopkgtest
+
+piuparts:
+    extends: .test-piuparts
+
diff --git a/libzim-dev.install b/libzim-dev.install
new file mode 100644 (file)
index 0000000..1c1f0c5
--- /dev/null
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/*/libzim.so
+usr/lib/*/pkgconfig/*
\ No newline at end of file
diff --git a/libzim4.install b/libzim4.install
new file mode 100644 (file)
index 0000000..146d0ad
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
\ No newline at end of file
diff --git a/libzim4.symbols b/libzim4.symbols
new file mode 100644 (file)
index 0000000..d8c7334
--- /dev/null
@@ -0,0 +1,863 @@
+# SymbolsHelper-Confirmed: 4.0.4 alpha amd64 arm64 armel armhf hppa i386 ia64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32
+libzim.so.4 libzim4 #MINVER#
+ _Z10countWordsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failIN3zim7zsize_tES1_EvPKcS3_S3_T_T0_S3_i@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failIN3zim8offset_tES1_EvPKcS3_S3_T_T0_S3_i@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failIPKcPvEvS1_S1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failIbbEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failIjjEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=alpha amd64 arm64 ia64 mips64el ppc64 ppc64el s390x sparc64)_Z15_on_assert_failIjmEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=!alpha !amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !s390x !sparc64)_Z15_on_assert_failIjyEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=alpha amd64 arm64 ia64 mips64el ppc64 ppc64el s390x sparc64)_Z15_on_assert_failImjEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=alpha amd64 arm64 ia64 mips64el ppc64 ppc64el s390x sparc64)_Z15_on_assert_failImmEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst)_Z15_on_assert_failItiEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=!alpha !amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !s390x !sparc64)_Z15_on_assert_failIyjEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ (optional=templinst|arch=!alpha !amd64 !arm64 !ia64 !mips64el !ppc64 !ppc64el !s390x !sparc64)_Z15_on_assert_failIyyEvPKcS1_S1_T_T0_S1_i@Base 4.0.4
+ _Z16lowercase_stringRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _Z20levenshtein_distanceRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_@Base 4.0.4
+ _Z30getResource_libzim_resources_hRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _Z5_stofNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN13XapianIndexer14getMetaArticleEv@Base 4.0.4
+ _ZN13XapianIndexer15indexingPreludeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN13XapianIndexer16indexingPostludeEv@Base 4.0.4
+ _ZN13XapianIndexer5flushEv@Base 4.0.4
+ _ZN13XapianIndexer5indexEPKN3zim6writer7ArticleE@Base 4.0.4
+ _ZN13XapianIndexerC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 4.0.4
+ _ZN13XapianIndexerC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb@Base 4.0.4
+ _ZN13XapianIndexerD0Ev@Base 4.0.4
+ _ZN13XapianIndexerD1Ev@Base 4.0.4
+ _ZN13XapianIndexerD2Ev@Base 4.0.4
+ _ZN16ResourceNotFoundD0Ev@Base 4.0.4
+ _ZN16ResourceNotFoundD1Ev@Base 4.0.4
+ _ZN16ResourceNotFoundD2Ev@Base 4.0.4
+ _ZN17XapianMetaArticleD0Ev@Base 4.0.4
+ _ZN17XapianMetaArticleD1Ev@Base 4.0.4
+ _ZN17XapianMetaArticleD2Ev@Base 4.0.4
+ _ZN3zim10FileReaderC1ESt10shared_ptrIKNS_12FileCompoundEE@Base 4.0.4
+ _ZN3zim10FileReaderC1ESt10shared_ptrIKNS_12FileCompoundEENS_8offset_tE@Base 4.0.4
+ _ZN3zim10FileReaderC1ESt10shared_ptrIKNS_12FileCompoundEENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim10FileReaderC2ESt10shared_ptrIKNS_12FileCompoundEE@Base 4.0.4
+ _ZN3zim10FileReaderC2ESt10shared_ptrIKNS_12FileCompoundEENS_8offset_tE@Base 4.0.4
+ _ZN3zim10FileReaderC2ESt10shared_ptrIKNS_12FileCompoundEENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim10FileReaderD0Ev@Base 4.0.4
+ _ZN3zim10FileReaderD1Ev@Base 4.0.4
+ _ZN3zim10FileReaderD2Ev@Base 4.0.4
+ _ZN3zim10Fileheader15zimMinorVersionE@Base 4.0.4
+ _ZN3zim10Fileheader22zimClassicMajorVersionE@Base 4.0.4
+ _ZN3zim10Fileheader23zimExtendedMajorVersionE@Base 4.0.4
+ _ZN3zim10Fileheader4readESt10shared_ptrIKNS_6BufferEE@Base 4.0.4
+ _ZN3zim10Fileheader4sizeE@Base 4.0.4
+ _ZN3zim10Fileheader8zimMagicE@Base 4.0.4
+ _ZN3zim10HtmlParser10named_entsB5cxx11E@Base 4.0.4
+ _ZN3zim10HtmlParser10parse_htmlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim10HtmlParser11closing_tagERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim10HtmlParser11opening_tagERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim10HtmlParser12process_textERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim10HtmlParser13get_parameterERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_@Base 4.0.4
+ _ZN3zim10HtmlParser15decode_entitiesERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim10HtmlParserC1Ev@Base 4.0.4
+ _ZN3zim10HtmlParserC2Ev@Base 4.0.4
+ _ZN3zim10HtmlParserD0Ev@Base 4.0.4
+ _ZN3zim10HtmlParserD1Ev@Base 4.0.4
+ _ZN3zim10HtmlParserD2Ev@Base 4.0.4
+ _ZN3zim10MMapBufferC1EiNS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim10MMapBufferC2EiNS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim10MMapBufferD0Ev@Base 4.0.4
+ _ZN3zim10MMapBufferD1Ev@Base 4.0.4
+ _ZN3zim10MMapBufferD2Ev@Base 4.0.4
+ _ZN3zim10envMemSizeEPKcj@Base 4.0.4
+ _ZN3zim11InvalidSizeD0Ev@Base 4.0.4
+ _ZN3zim11InvalidSizeD1Ev@Base 4.0.4
+ _ZN3zim11InvalidSizeD2Ev@Base 4.0.4
+ _ZN3zim12BufferReaderD0Ev@Base 4.0.4
+ _ZN3zim12BufferReaderD1Ev@Base 4.0.4
+ _ZN3zim12BufferReaderD2Ev@Base 4.0.4
+ _ZN3zim12FileCompoundC1EPNS_8FilePartINS_4unix2FSEEE@Base 4.0.4
+ _ZN3zim12FileCompoundC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim12FileCompoundC2EPNS_8FilePartINS_4unix2FSEEE@Base 4.0.4
+ _ZN3zim12FileCompoundC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim12FileCompoundD1Ev@Base 4.0.4
+ _ZN3zim12FileCompoundD2Ev@Base 4.0.4
+ _ZN3zim12Md5streambuf4syncEv@Base 4.0.4
+ _ZN3zim12Md5streambuf8overflowEi@Base 4.0.4
+ _ZN3zim12Md5streambuf9getDigestEPh@Base 4.0.4
+ _ZN3zim12Md5streambuf9underflowEv@Base 4.0.4
+ _ZN3zim12Md5streambufC1Ev@Base 4.0.4
+ _ZN3zim12Md5streambufC2Ev@Base 4.0.4
+ _ZN3zim12Md5streambufD0Ev@Base 4.0.4
+ _ZN3zim12Md5streambufD1Ev@Base 4.0.4
+ _ZN3zim12Md5streambufD2Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb0EED0Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb0EED1Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb0EED2Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb1EED0Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb1EED1Ev@Base 4.0.4
+ (optional=templinst)_ZN3zim12MemoryBufferILb1EED2Ev@Base 4.0.4
+ _ZN3zim12MyHtmlParser10parse_htmlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_b@Base 4.0.4
+ _ZN3zim12MyHtmlParser11closing_tagERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim12MyHtmlParser11opening_tagERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim12MyHtmlParser12process_textERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim12MyHtmlParserD0Ev@Base 4.0.4
+ _ZN3zim12MyHtmlParserD1Ev@Base 4.0.4
+ _ZN3zim12MyHtmlParserD2Ev@Base 4.0.4
+ _ZN3zim12Teestreambuf4syncEv@Base 4.0.4
+ _ZN3zim12Teestreambuf8overflowEi@Base 4.0.4
+ _ZN3zim12Teestreambuf9underflowEv@Base 4.0.4
+ _ZN3zim12TeestreambufD0Ev@Base 4.0.4
+ _ZN3zim12TeestreambufD1Ev@Base 4.0.4
+ _ZN3zim12TeestreambufD2Ev@Base 4.0.4
+ _ZN3zim13MMapExceptionD0Ev@Base 4.0.4
+ _ZN3zim13MMapExceptionD1Ev@Base 4.0.4
+ _ZN3zim13MMapExceptionD2Ev@Base 4.0.4
+ _ZN3zim13removeAccentsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim14TemplateParser10state_dataEc@Base 4.0.4
+ _ZN3zim14TemplateParser10state_linkEc@Base 4.0.4
+ _ZN3zim14TemplateParser11state_link0Ec@Base 4.0.4
+ _ZN3zim14TemplateParser11state_titleEc@Base 4.0.4
+ _ZN3zim14TemplateParser11state_tokenEc@Base 4.0.4
+ _ZN3zim14TemplateParser12state_token0Ec@Base 4.0.4
+ _ZN3zim14TemplateParser15state_title_endEc@Base 4.0.4
+ _ZN3zim14TemplateParser15state_token_endEc@Base 4.0.4
+ _ZN3zim14TemplateParser5flushEv@Base 4.0.4
+ _ZN3zim14TemplateParser8state_ltEc@Base 4.0.4
+ _ZN3zim14zip_uncompressEPKcNS_7zsize_tEPS2_@Base 4.0.4
+ _ZN3zim15lzma_uncompressEPKcNS_7zsize_tEPS2_@Base 4.0.4
+ _ZN3zim15search_iteratorC1EOS0_@Base 4.0.4
+ _ZN3zim15search_iteratorC1EPNS0_12InternalDataE@Base 4.0.4
+ _ZN3zim15search_iteratorC1ERKS0_@Base 4.0.4
+ _ZN3zim15search_iteratorC1Ev@Base 4.0.4
+ _ZN3zim15search_iteratorC2EOS0_@Base 4.0.4
+ _ZN3zim15search_iteratorC2EPNS0_12InternalDataE@Base 4.0.4
+ _ZN3zim15search_iteratorC2ERKS0_@Base 4.0.4
+ _ZN3zim15search_iteratorC2Ev@Base 4.0.4
+ _ZN3zim15search_iteratorD1Ev@Base 4.0.4
+ _ZN3zim15search_iteratorD2Ev@Base 4.0.4
+ _ZN3zim15search_iteratoraSEOS0_@Base 4.0.4
+ _ZN3zim15search_iteratoraSERKS0_@Base 4.0.4
+ _ZN3zim15search_iteratormmEi@Base 4.0.4
+ _ZN3zim15search_iteratormmEv@Base 4.0.4
+ _ZN3zim15search_iteratorppEi@Base 4.0.4
+ _ZN3zim15search_iteratorppEv@Base 4.0.4
+ _ZN3zim18ZimFileFormatErrorD0Ev@Base 4.0.4
+ _ZN3zim18ZimFileFormatErrorD1Ev@Base 4.0.4
+ _ZN3zim18ZimFileFormatErrorD2Ev@Base 4.0.4
+ _ZN3zim3Tee13assign_singleERSo@Base 4.0.4
+ _ZN3zim3Tee6assignERSoS1_@Base 4.0.4
+ _ZN3zim3TeeD0Ev@Base 4.0.4
+ _ZN3zim3TeeD1Ev@Base 4.0.4
+ (subst)_ZN3zim4BlobC1EPKc{uint64_t}@Base 4.0.4
+ _ZN3zim4BlobC1ESt10shared_ptrIKNS_6BufferEE@Base 4.0.4
+ _ZN3zim4BlobC1Ev@Base 4.0.4
+ (subst)_ZN3zim4BlobC2EPKc{uint64_t}@Base 4.0.4
+ _ZN3zim4BlobC2ESt10shared_ptrIKNS_6BufferEE@Base 4.0.4
+ _ZN3zim4BlobC2Ev@Base 4.0.4
+ _ZN3zim4File11getChecksumB5cxx11Ev@Base 4.0.4
+ _ZN3zim4File6verifyEv@Base 4.0.4
+ _ZN3zim4FileC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4FileC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4Uuid8generateENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4unix2FD4seekENS_8offset_tE@Base 4.0.4
+ _ZN3zim4unix2FD5closeEv@Base 4.0.4
+ _ZN3zim4unix2FS10removeFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4unix2FS13makeDirectoryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4unix2FS4joinERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_@Base 4.0.4
+ _ZN3zim4unix2FS6removeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4unix2FS6renameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_@Base 4.0.4
+ _ZN3zim4unix2FS8openFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim4unix2FS9removeDirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim6Dirent15deletedMimeTypeE@Base 4.0.4
+ _ZN3zim6Dirent16redirectMimeTypeE@Base 4.0.4
+ _ZN3zim6Dirent18linktargetMimeTypeE@Base 4.0.4
+ _ZN3zim6DirentC1ESt10unique_ptrINS_6BufferESt14default_deleteIS2_EE@Base 4.0.4
+ _ZN3zim6DirentC2ESt10unique_ptrINS_6BufferESt14default_deleteIS2_EE@Base 4.0.4
+ _ZN3zim6DirentD1Ev@Base 4.0.4
+ _ZN3zim6DirentD2Ev@Base 4.0.4
+ _ZN3zim6Reader8can_readENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim6Search11add_zimfileEPKNS_4FileE@Base 4.0.4
+ _ZN3zim6Search11set_verboseEb@Base 4.0.4
+ _ZN3zim6Search12set_georangeEfff@Base 4.0.4
+ _ZN3zim6Search19set_suggestion_modeEb@Base 4.0.4
+ _ZN3zim6Search9set_queryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim6Search9set_rangeEii@Base 4.0.4
+ _ZN3zim6SearchC1EOS0_@Base 4.0.4
+ _ZN3zim6SearchC1EPKNS_4FileE@Base 4.0.4
+ _ZN3zim6SearchC1ERKS0_@Base 4.0.4
+ _ZN3zim6SearchC1ESt6vectorIPKNS_4FileESaIS4_EE@Base 4.0.4
+ _ZN3zim6SearchC2EOS0_@Base 4.0.4
+ _ZN3zim6SearchC2EPKNS_4FileE@Base 4.0.4
+ _ZN3zim6SearchC2ERKS0_@Base 4.0.4
+ _ZN3zim6SearchC2ESt6vectorIPKNS_4FileESaIS4_EE@Base 4.0.4
+ _ZN3zim6SearchD1Ev@Base 4.0.4
+ _ZN3zim6SearchD2Ev@Base 4.0.4
+ _ZN3zim6SearchaSEOS0_@Base 4.0.4
+ _ZN3zim6SearchaSERKS0_@Base 4.0.4
+ _ZN3zim6writer10LzmaStream3endEv@Base 4.0.4
+ _ZN3zim6writer10LzmaStreamD0Ev@Base 4.0.4
+ _ZN3zim6writer10LzmaStreamD1Ev@Base 4.0.4
+ _ZN3zim6writer10ZimCreator10addArticleERKNS0_7ArticleE@Base 4.0.4
+ _ZN3zim6writer10ZimCreator10fillHeaderEPNS_10FileheaderE@Base 4.0.4
+ _ZN3zim6writer10ZimCreator11getMainPageB5cxx11Ev@Base 4.0.4
+ _ZN3zim6writer10ZimCreator13clusterWriterEPv@Base 4.0.4
+ _ZN3zim6writer10ZimCreator13getLayoutPageB5cxx11Ev@Base 4.0.4
+ _ZN3zim6writer10ZimCreator16startZimCreationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim6writer10ZimCreator17finishZimCreationEv@Base 4.0.4
+ _ZN3zim6writer10ZimCreator7getUuidEv@Base 4.0.4
+ _ZN3zim6writer10ZimCreatorC1Eb@Base 4.0.4
+ _ZN3zim6writer10ZimCreatorC2Eb@Base 4.0.4
+ _ZN3zim6writer10ZimCreatorD0Ev@Base 4.0.4
+ _ZN3zim6writer10ZimCreatorD1Ev@Base 4.0.4
+ _ZN3zim6writer10ZimCreatorD2Ev@Base 4.0.4
+ _ZN3zim6writer10compareAidERKNS0_6DirentES3_@Base 4.0.4
+ _ZN3zim6writer10compareUrlERKNS0_6DirentES3_@Base 4.0.4
+ _ZN3zim6writer12DeflateErrorD0Ev@Base 4.0.4
+ _ZN3zim6writer12DeflateErrorD1Ev@Base 4.0.4
+ _ZN3zim6writer12DeflateErrorD2Ev@Base 4.0.4
+ _ZN3zim6writer13DeflateStream3endEv@Base 4.0.4
+ _ZN3zim6writer13DeflateStreamD0Ev@Base 4.0.4
+ _ZN3zim6writer13DeflateStreamD1Ev@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBuf3endEv@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBuf4syncEv@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBuf8overflowEi@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBuf9underflowEv@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBufC1EPSt15basic_streambufIcSt11char_traitsIcEEj10lzma_checkj@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBufC2EPSt15basic_streambufIcSt11char_traitsIcEEj10lzma_checkj@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBufD0Ev@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBufD1Ev@Base 4.0.4
+ _ZN3zim6writer13LzmaStreamBufD2Ev@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData12closeClusterEb@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData14getMimeTypeIdxERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData16createTitleIndexEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData16resolveMimeTypesEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData17setArticleIndexesEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData22removeInvalidRedirectsEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData22resolveRedirectIndexesEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData23createDirentFromArticleEPKNS0_7ArticleE@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData23generateClustersOffsetsEv@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorData9addDirentERKNS0_6DirentEPKNS0_7ArticleE@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorDataC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbbS7_@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorDataC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbbS7_@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorDataD0Ev@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorDataD1Ev@Base 4.0.4
+ _ZN3zim6writer14ZimCreatorDataD2Ev@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBuf3endEv@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBuf4syncEv@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBuf8overflowEi@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBuf9underflowEv@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBufC1EPSt15basic_streambufIcSt11char_traitsIcEEij@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBufC2EPSt15basic_streambufIcSt11char_traitsIcEEij@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBufD0Ev@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBufD1Ev@Base 4.0.4
+ _ZN3zim6writer16DeflateStreamBufD2Ev@Base 4.0.4
+ _ZN3zim6writer6DirentD1Ev@Base 4.0.4
+ _ZN3zim6writer6DirentD2Ev@Base 4.0.4
+ (arch=alpha ppc64 x32)_ZN3zim6writer6DirentaSEOS1_@Base 4.0.4
+ _ZN3zim6writer7Article15getNextCategoryB5cxx11Ev@Base 4.0.4
+ _ZN3zim6writer7Cluster10addArticleEPKNS0_7ArticleE@Base 4.0.4
+ _ZN3zim6writer7Cluster5clearEv@Base 4.0.4
+ _ZN3zim6writer7Cluster5closeEv@Base 4.0.4
+ _ZN3zim6writer7Cluster7addDataEPKcNS_7zsize_tE@Base 4.0.4
+ _ZN3zim6writer7Cluster8dump_tmpERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim6writer7ClusterC1ENS_15CompressionTypeE@Base 4.0.4
+ _ZN3zim6writer7ClusterC2ENS_15CompressionTypeE@Base 4.0.4
+ _ZN3zim6writer7ClusterD0Ev@Base 4.0.4
+ _ZN3zim6writer7ClusterD1Ev@Base 4.0.4
+ _ZN3zim6writer7ClusterD2Ev@Base 4.0.4
+ _ZN3zim6writer9LzmaErrorD0Ev@Base 4.0.4
+ _ZN3zim6writer9LzmaErrorD1Ev@Base 4.0.4
+ _ZN3zim6writer9LzmaErrorD2Ev@Base 4.0.4
+ _ZN3zim6writerlsERSoRKNS0_6DirentE@Base 4.0.4
+ _ZN3zim7Article7getPageB5cxx11Ebj@Base 4.0.4
+ _ZN3zim7Article7getPageERSobj@Base 4.0.4
+ (optional=templinst)_ZN3zim7Cluster11read_headerIjEENS_8offset_tEv@Base 4.0.4
+ (optional=templinst|subst)_ZN3zim7Cluster11read_headerI{uint64_t}EENS_8offset_tEv@Base 4.0.4
+ _ZN3zim7ClusterC1ESt10shared_ptrIKNS_6ReaderEENS_15CompressionTypeEb@Base 4.0.4
+ _ZN3zim7ClusterC2ESt10shared_ptrIKNS_6ReaderEENS_15CompressionTypeEb@Base 4.0.4
+ _ZN3zim7ClusterD1Ev@Base 4.0.4
+ _ZN3zim7ClusterD2Ev@Base 4.0.4
+ _ZN3zim8FileImpl10getClusterENS_15cluster_index_tE@Base 4.0.4
+ _ZN3zim8FileImpl11getChecksumB5cxx11Ev@Base 4.0.4
+ _ZN3zim8FileImpl12findxByTitleEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim8FileImpl12getFilePartsENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZN3zim8FileImpl13getBlobOffsetENS_15cluster_index_tENS_12blob_index_tE@Base 4.0.4
+ _ZN3zim8FileImpl13getNamespacesB5cxx11Ev@Base 4.0.4
+ _ZN3zim8FileImpl15getIndexByTitleENS_15article_index_tE@Base 4.0.4
+ _ZN3zim8FileImpl16getClusterOffsetENS_15cluster_index_tE@Base 4.0.4
+ _ZN3zim8FileImpl16getDirentByTitleENS_15article_index_tE@Base 4.0.4
+ _ZN3zim8FileImpl21getNamespaceEndOffsetEc@Base 4.0.4
+ _ZN3zim8FileImpl23getNamespaceBeginOffsetEc@Base 4.0.4
+ _ZN3zim8FileImpl5findxERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim8FileImpl5findxEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim8FileImpl6verifyEv@Base 4.0.4
+ _ZN3zim8FileImpl9getDirentENS_15article_index_tE@Base 4.0.4
+ (subst)_ZN3zim8FileImpl9getOffsetEPKNS_6ReaderE{size_t}@Base 4.0.4
+ _ZN3zim8FileImplC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim8FileImplC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zim8FileImplD1Ev@Base 4.0.4
+ _ZN3zim8FileImplD2Ev@Base 4.0.4
+ _ZN3zim8envValueEPKcj@Base 4.0.4
+ _ZN3zim9Md5stream12getHexDigestEv@Base 4.0.4
+ _ZN3zim9Md5streamD0Ev@Base 4.0.4
+ _ZN3zim9Md5streamD1Ev@Base 4.0.4
+ _ZN3zim9SubBufferD0Ev@Base 4.0.4
+ _ZN3zim9SubBufferD1Ev@Base 4.0.4
+ _ZN3zim9SubBufferD2Ev@Base 4.0.4
+ _ZN3zim9urldecodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZN3zimlsERSoRKNS_10FileheaderE@Base 4.0.4
+ _ZN3zimlsERSoRKNS_4UuidE@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEE11pushToQueueERKS3_@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEE12popFromQueueERS3_@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEE7isEmptyEv@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEED0Ev@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEED1Ev@Base 4.0.4
+ (optional=templinst)_ZN5QueueIPN3zim6writer7ClusterEED2Ev@Base 4.0.4
+ (optional=templinst)_ZN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6AppendEPKci@Base 4.0.4
+ (optional=templinst)_ZN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev@Base 4.0.4
+ (optional=templinst)_ZN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev@Base 4.0.4
+ (optional=templinst)_ZN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev@Base 4.0.4
+ _ZN8RESOURCE9stopwords2enB5cxx11E@Base 4.0.4
+ _ZN8RESOURCE9stopwords2heB5cxx11E@Base 4.0.4
+ _ZN8RESOURCE9stopwords3fraB5cxx11E@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx13__scoped_lockD1Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx13__scoped_lockD2Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx24__concurrence_lock_errorD0Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx24__concurrence_lock_errorD1Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx24__concurrence_lock_errorD2Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx26__concurrence_unlock_errorD1Ev@Base 4.0.4
+ (arch=armel)_ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle10isRedirectEv@Base 4.0.4
+ _ZNK17XapianMetaArticle11getFilenameB5cxx11Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle11getMimeTypeB5cxx11Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle11shouldIndexEv@Base 4.0.4
+ _ZNK17XapianMetaArticle12getNamespaceEv@Base 4.0.4
+ _ZNK17XapianMetaArticle14getRedirectAidB5cxx11Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle14shouldCompressEv@Base 4.0.4
+ _ZNK17XapianMetaArticle6getAidB5cxx11Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle6getUrlB5cxx11Ev@Base 4.0.4
+ _ZNK17XapianMetaArticle7getDataEv@Base 4.0.4
+ _ZNK17XapianMetaArticle7getSizeEv@Base 4.0.4
+ _ZNK17XapianMetaArticle8getTitleB5cxx11Ev@Base 4.0.4
+ _ZNK3zim10FileReader10get_bufferENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim10FileReader10sub_readerENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim10FileReader4readENS_8offset_tE@Base 4.0.4
+ _ZNK3zim10FileReader4readEPcNS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim10FileReader4sizeEv@Base 4.0.4
+ _ZNK3zim10FileReader6offsetEv@Base 4.0.4
+ _ZNK3zim10Fileheader12sanity_checkEv@Base 4.0.4
+ _ZNK3zim10MMapBuffer4dataENS_8offset_tE@Base 4.0.4
+ _ZNK3zim12BufferReader10get_bufferENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim12BufferReader10sub_readerENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim12BufferReader4readENS_8offset_tE@Base 4.0.4
+ _ZNK3zim12BufferReader4readEPcNS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim12BufferReader4sizeEv@Base 4.0.4
+ _ZNK3zim12BufferReader6offsetEv@Base 4.0.4
+ _ZNK3zim12FileCompound8getMTimeEv@Base 4.0.4
+ (optional=templinst)_ZNK3zim12MemoryBufferILb0EE4dataENS_8offset_tE@Base 4.0.4
+ (optional=templinst)_ZNK3zim12MemoryBufferILb1EE4dataENS_8offset_tE@Base 4.0.4
+ _ZNK3zim15search_iterator11get_snippetB5cxx11Ev@Base 4.0.4
+ _ZNK3zim15search_iterator13get_fileIndexEv@Base 4.0.4
+ _ZNK3zim15search_iterator13get_wordCountEv@Base 4.0.4
+ _ZNK3zim15search_iterator7get_urlB5cxx11Ev@Base 4.0.4
+ _ZNK3zim15search_iterator8get_sizeEv@Base 4.0.4
+ _ZNK3zim15search_iterator9get_scoreEv@Base 4.0.4
+ _ZNK3zim15search_iterator9get_titleB5cxx11Ev@Base 4.0.4
+ _ZNK3zim15search_iteratordeEv@Base 4.0.4
+ _ZNK3zim15search_iteratoreqERKS0_@Base 4.0.4
+ _ZNK3zim15search_iteratorneERKS0_@Base 4.0.4
+ _ZNK3zim15search_iteratorptEv@Base 4.0.4
+ _ZNK3zim4File10getArticleEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File10getArticleEj@Base 4.0.4
+ _ZNK3zim4File10getClusterEj@Base 4.0.4
+ _ZNK3zim4File11findByTitleEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File11getFilenameB5cxx11Ev@Base 4.0.4
+ _ZNK3zim4File11getFilesizeEv@Base 4.0.4
+ _ZNK3zim4File11getMimeTypeB5cxx11Et@Base 4.0.4
+ _ZNK3zim4File11suggestionsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii@Base 4.0.4
+ _ZNK3zim4File12beginByTitleEv@Base 4.0.4
+ _ZNK3zim4File12hasNamespaceEc@Base 4.0.4
+ _ZNK3zim4File12is_multiPartEv@Base 4.0.4
+ _ZNK3zim4File13getFileheaderEv@Base 4.0.4
+ _ZNK3zim4File13getNamespacesB5cxx11Ev@Base 4.0.4
+ _ZNK3zim4File15getArticleByUrlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File16getClusterOffsetEj@Base 4.0.4
+ _ZNK3zim4File16getCountArticlesEv@Base 4.0.4
+ _ZNK3zim4File16getCountClustersEv@Base 4.0.4
+ _ZNK3zim4File17getArticleByTitleEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File17getArticleByTitleEj@Base 4.0.4
+ _ZNK3zim4File17getNamespaceCountEc@Base 4.0.4
+ _ZNK3zim4File21getNamespaceEndOffsetEc@Base 4.0.4
+ _ZNK3zim4File23getNamespaceBeginOffsetEc@Base 4.0.4
+ _ZNK3zim4File3endEv@Base 4.0.4
+ _ZNK3zim4File4findERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File4findEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim4File5beginEv@Base 4.0.4
+ _ZNK3zim4File6searchERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEii@Base 4.0.4
+ _ZNK3zim4File7getBlobEjj@Base 4.0.4
+ _ZNK3zim4File8getMTimeEv@Base 4.0.4
+ _ZNK3zim4File9getOffsetEjj@Base 4.0.4
+ _ZNK3zim4unix2FD6readAtEPcNS_7zsize_tENS_8offset_tE@Base 4.0.4
+ _ZNK3zim4unix2FD7getSizeEv@Base 4.0.4
+ _ZNK3zim6Buffer10sub_bufferENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim6Buffer2atENS_8offset_tE@Base 4.0.4
+ _ZNK3zim6Dirent10getLongUrlB5cxx11Ev@Base 4.0.4
+ _ZNK3zim6Reader17get_clusterBufferENS_8offset_tENS_7zsize_tENS_15CompressionTypeE@Base 4.0.4
+ _ZNK3zim6Reader17sub_clusterReaderENS_8offset_tENS_7zsize_tEPNS_15CompressionTypeEPb@Base 4.0.4
+ _ZNK3zim6Search21get_matches_estimatedEv@Base 4.0.4
+ _ZNK3zim6Search3endEv@Base 4.0.4
+ _ZNK3zim6Search5beginEv@Base 4.0.4
+ _ZNK3zim6writer10ZimCreator5writeERKNS_10FileheaderERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNK3zim6writer14ZimCreatorData11getMimeTypeB5cxx11Et@Base 4.0.4
+ _ZNK3zim6writer14ZimCreatorData12mimeListSizeEv@Base 4.0.4
+ _ZNK3zim6writer14ZimCreatorData9indexSizeEv@Base 4.0.4
+ _ZNK3zim6writer7Article12getParameterB5cxx11Ev@Base 4.0.4
+ _ZNK3zim6writer7Article12isLinktargetEv@Base 4.0.4
+ _ZNK3zim6writer7Article9isDeletedEv@Base 4.0.4
+ _ZNK3zim6writer7Cluster10write_dataERSo@Base 4.0.4
+ _ZNK3zim6writer7Cluster11write_finalERSo@Base 4.0.4
+ _ZNK3zim6writer7Cluster12getFinalSizeEv@Base 4.0.4
+ _ZNK3zim6writer7Cluster4dumpERSo@Base 4.0.4
+ _ZNK3zim6writer7Cluster4sizeEv@Base 4.0.4
+ _ZNK3zim6writer7Cluster5writeERSo@Base 4.0.4
+ _ZNK3zim6writer7Cluster8isClosedEv@Base 4.0.4
+ _ZNK3zim7Article10getClusterEv@Base 4.0.4
+ _ZNK3zim7Article10getLongUrlB5cxx11Ev@Base 4.0.4
+ _ZNK3zim7Article10isRedirectEv@Base 4.0.4
+ _ZNK3zim7Article11getMimeTypeB5cxx11Ev@Base 4.0.4
+ _ZNK3zim7Article12getNamespaceEv@Base 4.0.4
+ _ZNK3zim7Article12getParameterB5cxx11Ev@Base 4.0.4
+ _ZNK3zim7Article12isLinktargetEv@Base 4.0.4
+ _ZNK3zim7Article14getArticleSizeEv@Base 4.0.4
+ _ZNK3zim7Article16getRedirectIndexEv@Base 4.0.4
+ _ZNK3zim7Article18getLibraryMimeTypeEv@Base 4.0.4
+ _ZNK3zim7Article18getRedirectArticleEv@Base 4.0.4
+ _ZNK3zim7Article26getDirectAccessInformationB5cxx11Ev@Base 4.0.4
+ _ZNK3zim7Article6getUrlB5cxx11Ev@Base 4.0.4
+ (subst)_ZNK3zim7Article7getDataE{uint64_t}@Base 4.0.4
+ (subst)_ZNK3zim7Article7getDataE{uint64_t}{uint64_t}@Base 4.0.4
+ _ZNK3zim7Article8getTitleB5cxx11Ev@Base 4.0.4
+ _ZNK3zim7Article9getDirentEv@Base 4.0.4
+ _ZNK3zim7Article9getOffsetEv@Base 4.0.4
+ _ZNK3zim7Article9isDeletedEv@Base 4.0.4
+ _ZNK3zim7Cluster4sizeEv@Base 4.0.4
+ _ZNK3zim7Cluster7getBlobENS_12blob_index_tE@Base 4.0.4
+ _ZNK3zim7Cluster7getBlobENS_12blob_index_tENS_8offset_tENS_7zsize_tE@Base 4.0.4
+ _ZNK3zim8FileImpl11getFilesizeEv@Base 4.0.4
+ _ZNK3zim8FileImpl11getMimeTypeB5cxx11Et@Base 4.0.4
+ _ZNK3zim8FileImpl12is_multiPartEv@Base 4.0.4
+ _ZNK3zim8FileImpl8getMTimeEv@Base 4.0.4
+ _ZNK3zim9SubBuffer4dataENS_8offset_tE@Base 4.0.4
+ (arch=armel)_ZNK9__gnu_cxx24__concurrence_lock_error4whatEv@Base 4.0.4
+ (arch=armel)_ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv@Base 4.0.4
+ (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc@Base 4.0.4
+ (optional=templinst)_ZNKSt8_Rb_treeIN3zim5RangeESt4pairIKS1_PNS0_8FilePartINS0_4unix2FSEEEESt10_Select1stIS9_ENS0_10less_rangeESaIS9_EE11equal_rangeERS3_@Base 4.0.4
+ (optional=templinst|arch=ia64)_ZNSt10unique_ptrIN3zim15search_iterator12InternalDataESt14default_deleteIS2_EED1Ev@Base 4.0.4
+ (optional=templinst|arch=ia64)_ZNSt10unique_ptrIN3zim15search_iterator12InternalDataESt14default_deleteIS2_EED2Ev@Base 4.0.4
+ (optional=templinst|arch=ia64)_ZNSt10unique_ptrIN3zim6Search12InternalDataESt14default_deleteIS2_EED1Ev@Base 4.0.4
+ (optional=templinst|arch=ia64)_ZNSt10unique_ptrIN3zim6Search12InternalDataESt14default_deleteIS2_EED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt10unique_ptrIN6icu_6314TransliteratorESt14default_deleteIS1_EED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt10unique_ptrIN6icu_6314TransliteratorESt14default_deleteIS1_EED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt11_Deque_baseIPN3zim6writer7ClusterESaIS3_EED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt11_Deque_baseIPN3zim6writer7ClusterESaIS3_EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt12__shared_ptrIKN3zim6BufferELN9__gnu_cxx12_Lock_policyE1EEC1INS0_12MemoryBufferILb1EEEvEEPT_@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt12__shared_ptrIKN3zim6BufferELN9__gnu_cxx12_Lock_policyE1EEC2INS0_12MemoryBufferILb1EEEvEEPT_@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt12__shared_ptrIKN3zim6BufferELN9__gnu_cxx12_Lock_policyE2EEC1INS0_12MemoryBufferILb1EEEvEEPT_@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt12__shared_ptrIKN3zim6BufferELN9__gnu_cxx12_Lock_policyE2EEC2INS0_12MemoryBufferILb1EEEvEEPT_@Base 4.0.4
+ _ZNSt12system_errorC1ESt10error_codeRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ _ZNSt12system_errorC2ESt10error_codeRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE1EEC1IKN3zim6ReaderESt14default_deleteIS6_EEEOSt10unique_ptrIT_T0_E@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE1EEC2IKN3zim6ReaderESt14default_deleteIS6_EEEOSt10unique_ptrIT_T0_E@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC1IKN3zim6ReaderESt14default_deleteIS6_EEEOSt10unique_ptrIT_T0_E@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EEC2IKN3zim6ReaderESt14default_deleteIS6_EEEOSt10unique_ptrIT_T0_E@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIDnLN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE10_M_releaseEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE15_M_weak_releaseEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE15_M_weak_releaseEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED0Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED1Ev@Base 4.0.4
+ (optional=templinst|arch=armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EED2Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED0Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED1Ev@Base 4.0.4
+ (optional=templinst|arch=!armel)_ZNSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EED2Ev@Base 4.0.4
+ (optional=templinst|arch=alpha ppc64 s390x)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiSt4lessIS5_ESaISt4pairIKS5_iEEEixEOS5_@Base 4.0.4
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjSt4lessIS5_ESaISt4pairIKS5_jEEED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjSt4lessIS5_ESaISt4pairIKS5_jEEED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt5dequeIPN3zim6writer7ClusterESaIS3_EE16_M_push_back_auxIJRKS3_EEEvDpOT_@Base 4.0.4
+ (optional=templinst|subst)_ZNSt6vectorIN3zim15article_index_tESaIS1_EE17_M_default_appendE{size_t}@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN3zim6writer4DataESaIS2_EE17_M_realloc_insertIJNS1_8DataTypeENS0_4BlobEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN3zim6writer4DataESaIS2_EE17_M_realloc_insertIJNS1_8DataTypeERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 4.0.4
+ (optional=templinst|subst)_ZNSt6vectorIN3zim6writer4DataESaIS2_EE17_M_realloc_insertIJNS1_8DataTypeERPKcR{uint64_t}EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN3zim8offset_tESaIS1_EE12emplace_backIJS1_EEEvDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN3zim8offset_tESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 4.0.4
+ (optional=templinst|subst)_ZNSt6vectorIN3zim8offset_tESaIS1_EE7reserveE{size_t}@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN6Xapian12LatLongCoordESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN6Xapian8DatabaseESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN6Xapian8DatabaseESaIS1_EED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIN6Xapian8DatabaseESaIS1_EED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIPKN3zim4FileESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIPKN3zim4FileESaIS3_EEaSERKS5_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorIPN3zim6writer7ClusterESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_@Base 4.0.4
+ (optional=templinst|subst|arch=!ia64)_ZNSt6vectorItSaItEE17_M_default_appendE{size_t}@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIN9__gnu_cxx17__normal_iteratorIPKcS4_EEEEvT_SB_St20forward_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructISt19istreambuf_iteratorIcS2_EEEvT_S8_St18input_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 4.0.4
+ (optional=templinst)_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim15article_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrIKNS0_6DirentEEE4DataEESt10_Select1stISB_ESt4lessIS1_ESaISB_EE24_M_get_insert_unique_posERS3_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeIN3zim15article_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrIKNS0_6DirentEEE4DataEESt10_Select1stISB_ESt4lessIS1_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS3_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim15article_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrIKNS0_6DirentEEE4DataEESt10_Select1stISB_ESt4lessIS1_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim15cluster_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrINS0_7ClusterEEE4DataEESt10_Select1stISA_ESt4lessIS1_ESaISA_EE24_M_get_insert_unique_posERS3_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeIN3zim15cluster_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrINS0_7ClusterEEE4DataEESt10_Select1stISA_ESt4lessIS1_ESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS3_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim15cluster_index_tESt4pairIKS1_NS0_5CacheIS1_St10shared_ptrINS0_7ClusterEEE4DataEESt10_Select1stISA_ESt4lessIS1_ESaISA_EE8_M_eraseEPSt13_Rb_tree_nodeISA_E@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim5RangeESt4pairIKS1_PNS0_8FilePartINS0_4unix2FSEEEESt10_Select1stIS9_ENS0_10less_rangeESaIS9_EE17_M_emplace_uniqueIJS1_RS8_EEES2_ISt17_Rb_tree_iteratorIS9_EbEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIN3zim5RangeESt4pairIKS1_PNS0_8FilePartINS0_4unix2FSEEEESt10_Select1stIS9_ENS0_10less_rangeESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 4.0.4
+ (optional=templinst|arch=ia64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE16_M_insert_uniqueIS6_IS5_S5_EEES6_ISt17_Rb_tree_iteratorIS8_EbEOT_@Base 4.0.4
+ (optional=templinst|arch=!ia64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_S5_EEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst|arch=!ia64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE17_M_emplace_uniqueIJS6_IS5_iEEEES6_ISt17_Rb_tree_iteratorIS8_EbEDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE4findERS7_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_jESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_tESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_tESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE24_M_get_insert_unique_posERS7_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_tESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS7_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_tESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst|arch=!amd64 !arm64 !hppa !ia64 !m68k !mips64el !ppc64el !sh4 !sparc64 !x32)_ZNSt8_Rb_treeIcSt4pairIKcN3zim15article_index_tEESt10_Select1stIS4_ESt4lessIcESaIS4_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESF_IJEEEEESt17_Rb_tree_iteratorIS4_ESt23_Rb_tree_const_iteratorIS4_EDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIcSt4pairIKcN3zim15article_index_tEESt10_Select1stIS4_ESt4lessIcESaIS4_EE24_M_get_insert_unique_posERS1_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeIcSt4pairIKcN3zim15article_index_tEESt10_Select1stIS4_ESt4lessIcESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeIcSt4pairIKcN3zim15article_index_tEESt10_Select1stIS4_ESt4lessIcESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 4.0.4
+ (optional=templinst|arch=!amd64 !arm64 !hppa !ia64 !m68k !mips64el !ppc64el !sh4 !sparc64 !x32)_ZNSt8_Rb_treeItSt4pairIKtNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessItESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeItSt4pairIKtNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessItESaIS8_EE24_M_get_insert_unique_posERS1_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 hppa ia64 m68k mips64el ppc64el sh4 sparc64 x32)_ZNSt8_Rb_treeItSt4pairIKtNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessItESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS1_@Base 4.0.4
+ (optional=templinst)_ZNSt8_Rb_treeItSt4pairIKtNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessItESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E@Base 4.0.4
+ (optional=templinst)_ZSt10__pop_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_SH_RT0_@Base 4.0.4
+ (optional=templinst)_ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_RT0_@Base 4.0.4
+ (optional=templinst|arch=amd64 arm64 s390x x32)_ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_less_iterEEvT_SF_RT0_@Base 4.0.4
+ (optional=templinst|subst)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEE{ssize_t}S4_NS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_T0_SI_T1_T2_@Base 4.0.4
+ (optional=templinst|subst)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEE{ssize_t}S7_NS0_5__ops15_Iter_less_iterEEvT_T0_SG_T1_T2_@Base 4.0.4
+ (optional=templinst)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_@Base 4.0.4
+ (optional=templinst)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops15_Iter_less_iterEEvT_SF_T0_@Base 4.0.4
+ (optional=templinst|subst)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEE{ssize_t}NS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_T1_@Base 4.0.4
+ _ZSt20__throw_bad_weak_ptrv@Base 4.0.4
+ (optional=templinst)_ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_@Base 4.0.4
+ (optional=templinst)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_comp_iterIPFbRKS4_SD_EEEEvT_T0_@Base 4.0.4
+ (optional=templinst)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops14_Val_less_iterEEvT_T0_@Base 4.0.4
+ (optional=templinst|arch=!ia64)_ZSt4swapIN3zim6writer6DirentEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS7_ESt18is_move_assignableIS7_EEE5valueEvE4typeERS7_SH_@Base 4.0.4
+ (optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops10_Iter_predIPFbcEEEET_SG_SG_T0_St26random_access_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIS2_EEET_SE_SE_T0_St26random_access_iterator_tag@Base 4.0.4
+ (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_@Base 4.0.4
+ (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_S5_@Base 4.0.4
+ _ZTI13XapianIndexer@Base 4.0.4
+ _ZTI16ResourceNotFound@Base 4.0.4
+ _ZTI17XapianMetaArticle@Base 4.0.4
+ _ZTI5QueueIPN3zim6writer7ClusterEE@Base 4.0.4
+ _ZTIN3zim10FileReaderE@Base 4.0.4
+ _ZTIN3zim10HtmlParserE@Base 4.0.4
+ _ZTIN3zim10MMapBufferE@Base 4.0.4
+ _ZTIN3zim11InvalidSizeE@Base 4.0.4
+ _ZTIN3zim12BufferReaderE@Base 4.0.4
+ _ZTIN3zim12Md5streambufE@Base 4.0.4
+ _ZTIN3zim12MemoryBufferILb0EEE@Base 4.0.4
+ _ZTIN3zim12MemoryBufferILb1EEE@Base 4.0.4
+ _ZTIN3zim12MyHtmlParserE@Base 4.0.4
+ _ZTIN3zim12TeestreambufE@Base 4.0.4
+ _ZTIN3zim13MMapExceptionE@Base 4.0.4
+ _ZTIN3zim14TemplateParser5EventE@Base 4.0.4
+ _ZTIN3zim18ZimFileFormatErrorE@Base 4.0.4
+ _ZTIN3zim3TeeE@Base 4.0.4
+ _ZTIN3zim6BufferE@Base 4.0.4
+ _ZTIN3zim6ReaderE@Base 4.0.4
+ _ZTIN3zim6writer10LzmaStreamE@Base 4.0.4
+ _ZTIN3zim6writer10ZimCreatorE@Base 4.0.4
+ _ZTIN3zim6writer12DeflateErrorE@Base 4.0.4
+ _ZTIN3zim6writer13DeflateStreamE@Base 4.0.4
+ _ZTIN3zim6writer13LzmaStreamBufE@Base 4.0.4
+ _ZTIN3zim6writer14ZimCreatorDataE@Base 4.0.4
+ _ZTIN3zim6writer16DeflateStreamBufE@Base 4.0.4
+ _ZTIN3zim6writer7ArticleE@Base 4.0.4
+ _ZTIN3zim6writer7ClusterE@Base 4.0.4
+ _ZTIN3zim6writer9LzmaErrorE@Base 4.0.4
+ _ZTIN3zim9Md5streamE@Base 4.0.4
+ _ZTIN3zim9SubBufferE@Base 4.0.4
+ _ZTIN6Xapian12RuntimeErrorE@Base 4.0.4
+ _ZTIN6Xapian13DatabaseErrorE@Base 4.0.4
+ _ZTIN6Xapian16QueryParserErrorE@Base 4.0.4
+ _ZTIN6Xapian5ErrorE@Base 4.0.4
+ (optional=icu64templinst)_ZTIN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE@Base 4.0.4
+ (arch=armel)_ZTIN9__gnu_cxx24__concurrence_lock_errorE@Base 4.0.4
+ (arch=armel)_ZTIN9__gnu_cxx26__concurrence_unlock_errorE@Base 4.0.4
+ (arch=armel)_ZTIN9__gnu_cxx7__mutexE@Base 4.0.4
+ _ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ (arch=armel)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel armhf)_ZTISt14default_deleteIKN3zim6ReaderEE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=!amd64 !arm64 !hppa !i386 !m68k !mips !mips64el !mipsel !powerpc !ppc64 !ppc64el !s390x !sh4 !sparc64)_ZTISt19_Sp_make_shared_tag@Base 4.0.4
+ (arch=armel)_ZTISt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTISt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTISt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ _ZTISt23enable_shared_from_thisIN3zim6BufferEE@Base 4.0.4
+ _ZTS13XapianIndexer@Base 4.0.4
+ _ZTS16ResourceNotFound@Base 4.0.4
+ _ZTS17XapianMetaArticle@Base 4.0.4
+ _ZTS5QueueIPN3zim6writer7ClusterEE@Base 4.0.4
+ _ZTSN3zim10FileReaderE@Base 4.0.4
+ _ZTSN3zim10HtmlParserE@Base 4.0.4
+ _ZTSN3zim10MMapBufferE@Base 4.0.4
+ _ZTSN3zim11InvalidSizeE@Base 4.0.4
+ _ZTSN3zim12BufferReaderE@Base 4.0.4
+ _ZTSN3zim12Md5streambufE@Base 4.0.4
+ _ZTSN3zim12MemoryBufferILb0EEE@Base 4.0.4
+ _ZTSN3zim12MemoryBufferILb1EEE@Base 4.0.4
+ _ZTSN3zim12MyHtmlParserE@Base 4.0.4
+ _ZTSN3zim12TeestreambufE@Base 4.0.4
+ _ZTSN3zim13MMapExceptionE@Base 4.0.4
+ _ZTSN3zim14TemplateParser5EventE@Base 4.0.4
+ _ZTSN3zim18ZimFileFormatErrorE@Base 4.0.4
+ _ZTSN3zim3TeeE@Base 4.0.4
+ _ZTSN3zim6BufferE@Base 4.0.4
+ _ZTSN3zim6ReaderE@Base 4.0.4
+ _ZTSN3zim6writer10LzmaStreamE@Base 4.0.4
+ _ZTSN3zim6writer10ZimCreatorE@Base 4.0.4
+ _ZTSN3zim6writer12DeflateErrorE@Base 4.0.4
+ _ZTSN3zim6writer13DeflateStreamE@Base 4.0.4
+ _ZTSN3zim6writer13LzmaStreamBufE@Base 4.0.4
+ _ZTSN3zim6writer14ZimCreatorDataE@Base 4.0.4
+ _ZTSN3zim6writer16DeflateStreamBufE@Base 4.0.4
+ _ZTSN3zim6writer7ArticleE@Base 4.0.4
+ _ZTSN3zim6writer7ClusterE@Base 4.0.4
+ _ZTSN3zim6writer9LzmaErrorE@Base 4.0.4
+ _ZTSN3zim9Md5streamE@Base 4.0.4
+ _ZTSN3zim9SubBufferE@Base 4.0.4
+ _ZTSN6Xapian12RuntimeErrorE@Base 4.0.4
+ _ZTSN6Xapian13DatabaseErrorE@Base 4.0.4
+ _ZTSN6Xapian16QueryParserErrorE@Base 4.0.4
+ _ZTSN6Xapian5ErrorE@Base 4.0.4
+ (optional=icu63templinst)_ZTSN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE@Base 4.0.4
+ (arch=armel)_ZTSN9__gnu_cxx24__concurrence_lock_errorE@Base 4.0.4
+ (arch=armel)_ZTSN9__gnu_cxx26__concurrence_unlock_errorE@Base 4.0.4
+ (arch=armel)_ZTSN9__gnu_cxx7__mutexE@Base 4.0.4
+ _ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 4.0.4
+ (arch=armel)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ _ZTSSt14default_deleteIKN3zim6ReaderEE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ _ZTSSt19_Sp_make_shared_tag@Base 4.0.4
+ (arch=armel)_ZTSSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTSSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTSSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ _ZTSSt23enable_shared_from_thisIN3zim6BufferEE@Base 4.0.4
+ _ZTTN3zim3TeeE@Base 4.0.4
+ _ZTTN3zim6writer10LzmaStreamE@Base 4.0.4
+ _ZTTN3zim6writer13DeflateStreamE@Base 4.0.4
+ _ZTTN3zim9Md5streamE@Base 4.0.4
+ _ZTV13XapianIndexer@Base 4.0.4
+ _ZTV16ResourceNotFound@Base 4.0.4
+ _ZTV17XapianMetaArticle@Base 4.0.4
+ _ZTV5QueueIPN3zim6writer7ClusterEE@Base 4.0.4
+ _ZTVN3zim10FileReaderE@Base 4.0.4
+ _ZTVN3zim10HtmlParserE@Base 4.0.4
+ _ZTVN3zim10MMapBufferE@Base 4.0.4
+ _ZTVN3zim11InvalidSizeE@Base 4.0.4
+ _ZTVN3zim12BufferReaderE@Base 4.0.4
+ _ZTVN3zim12Md5streambufE@Base 4.0.4
+ _ZTVN3zim12MemoryBufferILb0EEE@Base 4.0.4
+ _ZTVN3zim12MemoryBufferILb1EEE@Base 4.0.4
+ _ZTVN3zim12MyHtmlParserE@Base 4.0.4
+ _ZTVN3zim12TeestreambufE@Base 4.0.4
+ _ZTVN3zim13MMapExceptionE@Base 4.0.4
+ _ZTVN3zim18ZimFileFormatErrorE@Base 4.0.4
+ _ZTVN3zim3TeeE@Base 4.0.4
+ _ZTVN3zim6BufferE@Base 4.0.4
+ _ZTVN3zim6writer10LzmaStreamE@Base 4.0.4
+ _ZTVN3zim6writer10ZimCreatorE@Base 4.0.4
+ _ZTVN3zim6writer12DeflateErrorE@Base 4.0.4
+ _ZTVN3zim6writer13DeflateStreamE@Base 4.0.4
+ _ZTVN3zim6writer13LzmaStreamBufE@Base 4.0.4
+ _ZTVN3zim6writer14ZimCreatorDataE@Base 4.0.4
+ _ZTVN3zim6writer16DeflateStreamBufE@Base 4.0.4
+ _ZTVN3zim6writer7ArticleE@Base 4.0.4
+ _ZTVN3zim6writer7ClusterE@Base 4.0.4
+ _ZTVN3zim6writer9LzmaErrorE@Base 4.0.4
+ _ZTVN3zim9Md5streamE@Base 4.0.4
+ _ZTVN3zim9SubBufferE@Base 4.0.4
+ (optional=icu63templinst)_ZTVN6icu_6314StringByteSinkINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE@Base 4.0.4
+ (arch=armel)_ZTVN9__gnu_cxx24__concurrence_lock_errorE@Base 4.0.4
+ (arch=armel)_ZTVN9__gnu_cxx26__concurrence_unlock_errorE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim10FileReaderELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim10MMapBufferELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim12FileCompoundELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim12MemoryBufferILb1EEELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim7ClusterELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt15_Sp_counted_ptrIPN3zim8FileImplELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt19_Sp_counted_deleterIPKN3zim6ReaderESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt23_Sp_counted_ptr_inplaceIKN3zim6DirentESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=armel)_ZTVSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE1EE@Base 4.0.4
+ (optional=notarmelandprobabllynotraspbian)_ZTVSt23_Sp_counted_ptr_inplaceIN3zim9SubBufferESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE@Base 4.0.4
+ (arch=amd64 arm64 armel armhf hppa i386 m68k mips mips64el mipsel powerpc ppc64 ppc64el s390x sh4 sparc64)_ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 4.0.4
+ (c++)"virtual thunk to zim::Md5stream::~Md5stream()@Base" 4.0.4
+ (c++)"virtual thunk to zim::Tee::~Tee()@Base" 4.0.4
+ (c++)"virtual thunk to zim::writer::DeflateStream::~DeflateStream()@Base" 4.0.4
+ (c++)"virtual thunk to zim::writer::LzmaStream::~LzmaStream()@Base" 4.0.4
+ zim_MD5Final@Base 4.0.4
+ zim_MD5Init@Base 4.0.4
+ zim_MD5Update@Base 4.0.4
diff --git a/patches/README b/patches/README
new file mode 100644 (file)
index 0000000..80c1584
--- /dev/null
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/patches/series b/patches/series
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/rules b/rules
new file mode 100755 (executable)
index 0000000..78e7264
--- /dev/null
+++ b/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with pkgkde_symbolshelper --buildsystem=meson
+
+override_dh_auto_test:
+       #SKIP_BIG_MEMORY_TEST=1 dh_auto_test -O--buildsystem=meson
+
+override_dh_auto_clean:
+       rm -rf test/pytest/__pycache__
diff --git a/source/format b/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/lintian-overrides b/source/lintian-overrides
new file mode 100644 (file)
index 0000000..f87ce0c
--- /dev/null
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
diff --git a/watch b/watch
new file mode 100644 (file)
index 0000000..0a4d2c9
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version = 4
+https://github.com/openzim/libzim/releases .*/@ANY_VERSION@@ARCHIVE_EXT@