From: Vasudev Kamath Date: Sat, 13 Sep 2014 17:46:39 +0000 (+0100) Subject: zimlib (1.2-4) unstable; urgency=medium X-Git-Tag: archive/raspbian/4.0.4-5.1+rpi1^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46b0a9a6704a2ddb81cfbf3e1c6e2f14a6c516fc;p=zimlib.git zimlib (1.2-4) unstable; urgency=medium * Update symbols file for arm64. Closes: bug#761138, Thanks to Mathias Klose. [dgit import unpatched zimlib 1.2-4] --- 46b0a9a6704a2ddb81cfbf3e1c6e2f14a6c516fc diff --cc debian/README.source index 0000000,0000000..f88449e new file mode 100644 --- /dev/null +++ b/debian/README.source @@@ -1,0 -1,0 +1,11 @@@ ++CDBS+git-buildpackage ++--------------------- ++ ++This source package uses CDBS and git-buildpackage. NMUs need not (but ++are encouraged to) make special use of these tools. In particular, the ++debian/control.in file can be completely ignored. ++ ++More info here: http://wiki.debian.org/CDBS+git-buildpackage ++ ++ ++ -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 diff --cc debian/changelog index 0000000,0000000..77a93b2 new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,77 @@@ ++zimlib (1.2-4) unstable; urgency=medium ++ ++ * Update symbols file for arm64. ++ Closes: bug#761138, Thanks to Mathias Klose. ++ ++ -- Vasudev Kamath 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 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 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 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 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 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 Sat, 14 Sep 2013 17:23:08 +0200 ++ ++zimlib (1.1-1) unstable; urgency=low ++ ++ * Initial release. ++ Closes: bug#698111. ++ ++ -- Jonas Smedegaard Mon, 09 Sep 2013 19:32:21 +0200 diff --cc debian/compat index 0000000,0000000..ec63514 new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++9 diff --cc debian/control index 0000000,0000000..3d8f3f3 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,91 @@@ ++Source: zimlib ++Section: libs ++Priority: optional ++Build-Depends: cdbs (>= 0.4.123~), ++ autotools-dev, ++ debhelper (>= 9~), ++ dh-buildinfo, ++ libtool, ++ automake, ++ autoconf, ++ devscripts, ++ d-shlibs (>= 0.48), ++ liblzma-dev, ++ libcxxtools-dev, ++ pkg-kde-tools ++Maintainer: Jonas Smedegaard ++Uploaders: ++ Vasudev Kamath , ++ Mike Gabriel , ++Standards-Version: 3.9.5 ++Homepage: http://www.openzim.org/wiki/Zimlib ++Vcs-Git: git://anonscm.debian.org/collab-maint/zimlib.git ++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zimlib.git ++ ++Package: libzim0 ++Section: libs ++Architecture: any ++Multi-Arch: same ++Depends: ${misc:Depends}, ++ ${shlibs:Depends} ++Pre-Depends: ${misc:Pre-Depends}, ++ ${cdbs:Pre-Depends} ++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: libzim0-dbg ++Section: debug ++Priority: extra ++Architecture: any ++Multi-Arch: same ++Depends: libzim0 (= ${binary:Version}), ++ ${misc:Depends} ++Description: library implementation of ZIM specifications (debug symbols) ++ 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 debug symbols. ++ ++Package: libzim-dev ++Section: libdevel ++Architecture: any ++Depends: ${misc:Depends}, ++ ${devlibs:Depends}, ++ libzim0 (= ${binary:Version}) ++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 --cc debian/control.in index 0000000,0000000..fc14a3f new file mode 100644 --- /dev/null +++ b/debian/control.in @@@ -1,0 -1,0 +1,80 @@@ ++Source: zimlib ++Section: libs ++Priority: optional ++Build-Depends: @cdbs@ ++Maintainer: Jonas Smedegaard ++Uploaders: ++ Vasudev Kamath , ++ Mike Gabriel , ++Standards-Version: 3.9.5 ++Homepage: http://www.openzim.org/wiki/Zimlib ++Vcs-Git: git://anonscm.debian.org/collab-maint/zimlib.git ++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zimlib.git ++ ++Package: libzim0 ++Section: libs ++Architecture: any ++Multi-Arch: same ++Depends: ${misc:Depends}, ++ ${shlibs:Depends} ++Pre-Depends: ${misc:Pre-Depends}, ++ ${cdbs:Pre-Depends} ++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: libzim0-dbg ++Section: debug ++Priority: extra ++Architecture: any ++Multi-Arch: same ++Depends: libzim0 (= ${binary:Version}), ++ ${misc:Depends} ++Description: library implementation of ZIM specifications (debug symbols) ++ 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 debug symbols. ++ ++Package: libzim-dev ++Section: libdevel ++Architecture: any ++Depends: ${misc:Depends}, ++ ${devlibs:Depends}, ++ libzim0 (= ${binary:Version}) ++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 --cc debian/control.in.in index 0000000,0000000..d5461c4 new file mode 100644 --- /dev/null +++ b/debian/control.in.in @@@ -1,0 -1,0 +1,80 @@@ ++Source: zimlib ++Section: libs ++Priority: optional ++Build-Depends: @cdbs@ ++Maintainer: Jonas Smedegaard ++Uploaders: ++ Vasudev Kamath , ++ Mike Gabriel , ++Standards-Version: 3.9.5 ++Homepage: http://www.openzim.org/wiki/Zimlib ++Vcs-Git: git://anonscm.debian.org/collab-maint/zimlib.git ++Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/zimlib.git ++ ++Package: __LIBPKGNAME__ ++Section: libs ++Architecture: any ++Multi-Arch: same ++Depends: ${misc:Depends}, ++ ${shlibs:Depends} ++Pre-Depends: ${misc:Pre-Depends}, ++ ${cdbs:Pre-Depends} ++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: __LIBPKGNAME__-dbg ++Section: debug ++Priority: extra ++Architecture: any ++Multi-Arch: same ++Depends: __LIBPKGNAME__ (= ${binary:Version}), ++ ${misc:Depends} ++Description: library implementation of ZIM specifications (debug symbols) ++ 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 debug symbols. ++ ++Package: libzim-dev ++Section: libdevel ++Architecture: any ++Depends: ${misc:Depends}, ++ ${devlibs:Depends}, ++ __LIBPKGNAME__ (= ${binary:Version}) ++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 --cc debian/copyright index 0000000,0000000..0aebdea new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,305 @@@ ++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ ++Upstream-Name: zimlib ++Upstream-Contact: https://bugzilla.wikimedia.org/enter_bug.cgi?product=openZIM ++Source: http://openzim.org/download ++ https://gerrit.wikimedia.org/r/p/openzim.git ++ ++Files: * ++Copyright: ++ 2006-2010,2012-2013, Tommi Maekitalo ++License: GPL-2+ ++ ++Files: ++ include/zim/deflatestream.h ++ include/zim/inflatestream.h ++ include/zim/noncopyable.h ++ include/zim/refcounted.h ++ include/zim/smartptr.h ++ include/zim/unlzmastream.h ++ src/arg.h ++ src/deflatestream.cpp ++ src/inflatestream.cpp ++ src/md5stream.cpp ++ src/md5stream.h ++ src/tee.cpp ++ src/tee.h ++ src/unlzmastream.cpp ++Copyright: ++ 2003-2010, Tommi Maekitalo ++License: LGPL-2.1+ ++ ++Files: ++ Makefile.in ++ examples/Makefile.in ++ include/Makefile.in ++ src/Makefile.in ++ src/tools/Makefile.in ++ test/Makefile.in ++Copyright: ++ 1994-2009, Free Software Foundation Inc. ++License: GAP~Makefile.in ++ ++Files: ++ configure ++ config.guess ++ config.sub ++ depcomp ++ missing ++Copyright: ++ 1992-2011, Free Software Foundation, Inc. ++License: GPL-2+ ++ ++Files: ++ m4/lt*.m4 ++Copyright: ++ 2004-2005,2007-2008, Free Software Foundation, Inc ++License: GAP ++ ++Files: ++ INSTALL ++Copyright: ++ 1994-1996,1999-2002,2004-2009, Free Software Foundation, Inc. ++License: GAP~INSTALL ++ ++Files: ++ install-sh ++Copyright: ++ 1994, X Consortium ++License: Expat~X with X Exception ++ Except as contained in this notice, the name of the X Consortium shall not ++ be used in advertising or otherwise to promote the sale, use or other deal- ++ ings in this Software without prior written authorization from the X Consor- ++ tium. ++ ++Files: ++ m4/ax_check_compile_flag.m4 ++Copyright: ++ 2008, Guido U. Draheim ++ 2011, Maarten Bosmans ++License: GPL-3+ with Autoconf-Archive exception ++ As a special exception, the respective Autoconf Macro's copyright owner ++ gives unlimited permission to copy, distribute and modify the configure ++ scripts that are the output of Autoconf when processing the Macro. You ++ need not follow the terms of the GNU General Public License when using ++ or distributing such scripts, even though portions of the text of the ++ Macro appear in them. The GNU General Public License (GPL) does govern ++ all other use of the material that constitutes the Autoconf Macro. ++ . ++ This special exception to the GPL applies to versions of the Autoconf ++ Macro released by the Autoconf Archive. When you make and distribute a ++ modified version of the Autoconf Macro, you may extend this special ++ exception to the GPL to apply to your modified version as well. ++ ++Files: ++ m4/ax_compiler_vendor.m4 ++Copyright: ++ 2008, Matteo Frigo ++ 2008, Steven G. Johnson ++License: GPL-3+ with Autoconf-Archive exception ++ As a special exception, the respective Autoconf Macro's copyright owner ++ gives unlimited permission to copy, distribute and modify the configure ++ scripts that are the output of Autoconf when processing the Macro. You ++ need not follow the terms of the GNU General Public License when using ++ or distributing such scripts, even though portions of the text of the ++ Macro appear in them. The GNU General Public License (GPL) does govern ++ all other use of the material that constitutes the Autoconf Macro. ++ . ++ This special exception to the GPL applies to versions of the Autoconf ++ Macro released by the Autoconf Archive. When you make and distribute a ++ modified version of the Autoconf Macro, you may extend this special ++ exception to the GPL to apply to your modified version as well. ++ ++Files: ++ m4/libtool.m4 ++Copyright: ++ 2004-2005,2007-2008, Free Software Foundation, Inc ++License: GAP and GPL-2+~Libtool with Libtool exception ++ This file is free software; the Free Software Foundation gives ++ unlimited permission to copy and/or distribute it, with or without ++ modifications, as long as this notice is preserved. ++ ++Files: ++ ltmain.sh ++Copyright: ++ 1996-2001,2003-2008, Free Software Foundation, Inc. ++License: GPL-2+~Libtool with Libtool exception ++ As a special exception to the GNU General Public License, if you ++ distribute this file as part of a program or library that is built ++ using GNU Libtool, you may include this file under the same ++ distribution terms that you use for the rest of that program. ++ ++Files: ++ compile ++Copyright: ++ 1999-2000,2003-2005,2009, Free Software Foundation, Inc. ++License: GPL-2+ with Autoconf exception ++ As a special exception to the GNU General Public License, if you ++ distribute this file as part of a program that contains a configuration ++ script generated by Autoconf, you may include it under the same ++ distribution terms that you use for the rest of that program. ++ ++Files: ++ src/unicode.cpp ++Copyright: ++ 2006-2007, Marc Boris Duerner ++License: LGPL-2+ ++ ++Files: ++ src/md5.h ++Copyright: ++ 1991-1992, RSA Data Security, Inc. ++ 2003, Tommi Maekitalo ++License: RSA and LGPL-2.1+ ++ ++Files: ++ aclocal.m4 ++Copyright: ++ 1996-2009, Free Software Foundation, Inc. ++License: GAP ++ ++Files: ++ src/md5.c ++Copyright: ++ 1991-1992, RSA Data Security, Inc. ++License: RSA ++ ++License: GPL-2+ ++ This program is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ . ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ . ++ Comment: ++ . ++ On Debian systems the 'GNU General Public License' version 2 is located ++ in '/usr/share/common-licenses/GPL-2'. ++ . ++ You should have received a copy of the 'GNU General Public License' ++ along with this program. If not, see . ++ ++License: GPL-3+ ++ 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. ++ . ++ 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. ++ . ++ Comment: ++ . ++ On Debian systems the 'GNU General Public License' version 3 is located ++ in '/usr/share/common-licenses/GPL-3'. ++ ++License: GPL-2+~Libtool ++ GNU Libtool is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ ++License: LGPL-2+ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Library General Public ++ License as published by the Free Software Foundation; either ++ version 2 of the License, or (at your option) any later version. ++ . ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Library General Public License for more details. ++ . ++ Comment: ++ . ++ On Debian systems the 'GNU Library General Public License' version 2 is ++ located in '/usr/share/common-licenses/LGPL-2'. ++ . ++ You should have received a copy of the 'GNU Library General Public ++ License' along with this library. If not, see ++ . ++ ++License: LGPL-2.1+ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Lesser General Public ++ License as published by the Free Software Foundation; either ++ version 2.1 of the License, or (at your option) any later version. ++ . ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Lesser General Public License for more details. ++ . ++ Comment: ++ . ++ On Debian systems the 'GNU Lesser General Public License' version 2.1 ++ is located in '/usr/share/common-licenses/LGPL-2.1'. ++ . ++ You should have received a copy of the 'GNU Lesser General Public ++ License' along with this library. If not, see ++ . ++ ++License: Expat~X ++ Permission is hereby granted, free of charge, to any person obtaining a copy ++ of this software and associated documentation files (the "Software"), to ++ deal in the Software without restriction, including without limitation the ++ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or ++ sell copies of the Software, and to permit persons to whom the Software is ++ furnished to do so, subject to the following conditions: ++ . ++ The above copyright notice and this permission notice shall be included in ++ all copies or substantial portions of the Software. ++ . ++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ++ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- ++ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++ ++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: GAP ++ This file is free software; the Free Software Foundation ++ gives unlimited permission to copy and/or distribute it, ++ with or without modifications, as long as this notice is preserved. ++ . ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++ even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++ PARTICULAR PURPOSE. ++ ++License: GAP~Makefile.in ++ This Makefile.in is free software; the Free Software Foundation ++ gives unlimited permission to copy and/or distribute it, ++ with or without modifications, as long as this notice is preserved. ++ . ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++ even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++ PARTICULAR PURPOSE. ++ ++License: GAP~INSTALL ++ Copying and distribution of this file, with or without modification, ++ are permitted in any medium without royalty provided the copyright ++ notice and this notice are preserved. This file is offered as-is, ++ without warranty of any kind. diff --cc debian/copyright_hints index 0000000,0000000..d5aa73b new file mode 100644 --- /dev/null +++ b/debian/copyright_hints @@@ -1,0 -1,0 +1,258 @@@ ++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: examples/createZimExample.cpp ++ include/zim/article.h ++ include/zim/articlesearch.h ++ include/zim/blob.h ++ include/zim/bunzip2stream.h ++ include/zim/bzip2.h ++ include/zim/bzip2stream.h ++ include/zim/cache.h ++ include/zim/cluster.h ++ include/zim/dirent.h ++ include/zim/endian.h ++ include/zim/error.h ++ include/zim/file.h ++ include/zim/fileheader.h ++ include/zim/fileimpl.h ++ include/zim/fileiterator.h ++ include/zim/fstream.h ++ include/zim/indexarticle.h ++ include/zim/lzmastream.h ++ include/zim/search.h ++ include/zim/template.h ++ include/zim/unicode.h ++ include/zim/uuid.h ++ include/zim/writer/articlesource.h ++ include/zim/writer/dirent.h ++ include/zim/writer/zimcreator.h ++ include/zim/zim.h ++ include/zim/zintstream.h ++ src/article.cpp ++ src/articlesearch.cpp ++ src/articlesource.cpp ++ src/bunzip2stream.cpp ++ src/bzip2.cpp ++ src/bzip2stream.cpp ++ src/cluster.cpp ++ src/dirent.cpp ++ src/envvalue.cpp ++ src/envvalue.h ++ src/file.cpp ++ src/fileheader.cpp ++ src/fileimpl.cpp ++ src/fstream.cpp ++ src/indexarticle.cpp ++ src/log.h ++ src/lzmastream.cpp ++ src/ptrstream.cpp ++ src/ptrstream.h ++ src/search.cpp ++ src/template.cpp ++ src/tools/zimBench.cpp ++ src/tools/zimDump.cpp ++ src/tools/zimSearch.cpp ++ src/uuid.cpp ++ src/zimcreator.cpp ++ src/zintstream.cpp ++ test/bzip2stream.cpp ++ test/cluster.cpp ++ test/dirent.cpp ++ test/header.cpp ++ test/lzmastream.cpp ++ test/main.cpp ++ test/template.cpp ++ test/uuid.cpp ++ test/zint.cpp ++ test/zlibstream.cpp ++Copyright: 2006, Tommi Maekitalo ++ 2006,2009, 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: AUTHORS ++ ChangeLog ++ Makefile.am ++ NEWS ++ README ++ configure.in ++ debian/README.source ++ debian/compat ++ debian/control ++ debian/control.in ++ debian/control.in.in ++ debian/gbp.conf ++ debian/libzim0.symbols ++ debian/patches/1001_fix_uuid_test_on_hurd.patch ++ debian/patches/README ++ debian/patches/series ++ debian/rules ++ debian/source/format ++ debian/watch ++ examples/Makefile.am ++ include/Makefile.am ++ src/Makefile.am ++ src/config.h.in ++ src/tools/Makefile.am ++ test/Makefile.am ++Copyright: *No copyright* ++License: UNKNOWN ++ FIXME ++ ++Files: include/zim/deflatestream.h ++ include/zim/inflatestream.h ++ include/zim/noncopyable.h ++ include/zim/refcounted.h ++ include/zim/smartptr.h ++ include/zim/unlzmastream.h ++ src/arg.h ++ src/deflatestream.cpp ++ src/inflatestream.cpp ++ src/md5stream.cpp ++ src/md5stream.h ++ src/tee.cpp ++ src/tee.h ++ src/unlzmastream.cpp ++Copyright: 2003, Tommi Maekitalo ++ 2003-2004,2010, Tommi Maekitalo ++ 2003-2005, Tommi Maekitalo ++ 2005, Tommi Maekitalo ++ 2005-2008, Tommi Maekitalo ++ 2006, Tommi Maekitalo ++ 2009, Tommi Maekitalo ++License: LGPL-2.1+ ++ FIXME ++ ++Files: INSTALL ++ Makefile.in ++ examples/Makefile.in ++ include/Makefile.in ++ src/Makefile.in ++ src/tools/Makefile.in ++ test/Makefile.in ++Copyright: 1994-1996, 1999-2002, 2004-2005 ++ 1994-2002 ++License: UNKNOWN ++ FIXME ++ ++Files: m4/ltoptions.m4 ++ m4/ltsugar.m4 ++ m4/ltversion.m4 ++ m4/lt~obsolete.m4 ++Copyright: 2004, Free Software Foundation, Inc ++ 2004-2005, 2007 Free Software Foundation, Inc ++ 2004-2005, 2007-2008, Free Software Foundation, Inc ++License: UNKNOWN ++ FIXME ++ ++Files: config.guess ++ config.sub ++ missing ++Copyright: 1992-1999 ++ 1992-1999, ++ 1992-2001 ++ 1992-2001, ++ 1996-1997, 1999-2000, 2002-2006 ++License: GPL-2+ ++ FIXME ++ ++Files: install-sh ++Copyright: 1994, X Consortium ++License: Expat ++ FIXME ++ ++Files: m4/ax_check_compile_flag.m4 ++Copyright: 2008, Guido U. Draheim ++ 2011, Maarten Bosmans ++License: GPL GPL-3+ ++ FIXME ++ ++Files: m4/ax_compiler_vendor.m4 ++Copyright: 2008, Matteo Frigo ++ 2008, Steven G. Johnson ++License: GPL GPL-3+ ++ FIXME ++ ++Files: configure ++Copyright: (ISLOWER ? 'A' + ( - 'a') : ) ++ (ISLOWER ? ( | 0x40) : ) ++ 1992-1996, 1998-2001, ++ 1996-2001, 2003-2005, ++ 2009, Free Software Foundation, Inc ++License: GPL-2+ ++ FIXME ++ ++Files: m4/libtool.m4 ++Copyright: 1996-2001, 2003-2005, ++ 2008, Free Software Foundation, Inc ++License: GPL-2+ ++ FIXME ++ ++Files: depcomp ++Copyright: 1999-2000, 2003-2007, 2009 Free ++License: GPL-2+ ++ FIXME ++ ++Files: compile ++Copyright: 1999-2000, 2003-2005, 2009 Free Software ++License: GPL-2+ ++ FIXME ++ ++Files: ltmain.sh ++Copyright: 1996-2001, 2003-2007, 2008 Free Software Foundation, Inc ++License: GPL-2+ ++ FIXME ++ ++Files: src/unicode.cpp ++Copyright: 2006-2007, Marc Boris Duerner * ++License: LGPL-2+ ++ FIXME ++ ++Files: src/md5.h ++Copyright: 1991-2, RSA Data Security, Inc. Created 1991. All ++ 2003, Tommi Maekitalo ++License: LGPL-2.1+ ++ FIXME ++ ++Files: aclocal.m4 ++Copyright: 1996-1997, 2000-2001, 2003, 2005, 2008 ++ 1996-2004, ++ 1997, 1999-2001, 2003-2005, 2008 ++ 1997, 2000-2001, 2003-2006, 2008 ++ 1999-2001, 2003-2005, 2008 ++ 1999-2005, 2008 ++ 1999-2006, 2009 ++ 2001, 2003, 2005, 2008 Free Software Foundation, Inc ++ 2001, 2003, 2005, Free Software Foundation, Inc ++ 2001-2003, 2005, 2008, Free Software Foundation, Inc ++ 2001-2003, 2005, 2009, Free Software Foundation, Inc ++ 2002-2003, 2005-2008, Free Software Foundation, Inc ++ 2003, 2005 Free Software Foundation, Inc ++ 2003-2006, Free Software Foundation, Inc ++ 2004-2005, Free Software Foundation, Inc ++ 2006, 2008 Free Software Foundation, Inc ++License: UNKNOWN ++ FIXME ++ ++Files: COPYING ++Copyright: 1989, 1991 Free Software Foundation, Inc ++ law: ++ the software, and ++License: UNKNOWN ++ FIXME ++ ++Files: src/md5.c ++Copyright: 1991-2, RSA Data Security, Inc. Created 1991. All ++License: UNKNOWN ++ FIXME ++ diff --cc debian/gbp.conf index 0000000,0000000..72ca226 new file mode 100644 --- /dev/null +++ b/debian/gbp.conf @@@ -1,0 -1,0 +1,7 @@@ ++# Configuration file for git-buildpackage and friends ++[git-import-orig] ++filter = .gitignore ++ ++[DEFAULT] ++pristine-tar = True ++sign-tags = True diff --cc debian/libzim0.symbols index 0000000,0000000..aca0891 new file mode 100644 --- /dev/null +++ b/debian/libzim0.symbols @@@ -1,0 -1,0 +1,475 @@@ ++# SymbolsHelper-Confirmed: 1.2 alpha amd64 arm64 armel armhf hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 s390x sparc sparc64 ++libzim.so.0 libzim0 #MINVER# ++ _ZN3zim10Fileheader10zimVersionE@Base 1.1 ++ _ZN3zim10Fileheader4sizeE@Base 1.1 ++ _ZN3zim10Fileheader8zimMagicE@Base 1.1 ++ _ZN3zim10LzmaStream3endEv@Base 1.1 ++ _ZN3zim10LzmaStreamD0Ev@Base 1.1 ++ _ZN3zim10LzmaStreamD1Ev@Base 1.1 ++ _ZN3zim10RefCounted6addRefEv@Base 1.1 ++ _ZN3zim10RefCounted7releaseEv@Base 1.1 ++ _ZN3zim10RefCountedD0Ev@Base 1.1 ++ _ZN3zim10RefCountedD1Ev@Base 1.1 ++ _ZN3zim10RefCountedD2Ev@Base 1.1 ++ _ZN3zim10ZIntStream3getEv@Base 1.1 ++ _ZN3zim10ZIntStream3putEj@Base 1.1 ++ _ZN3zim10envMemSizeEPKcj@Base 1.1 ++ _ZN3zim11ClusterImpl4readERSi@Base 1.1 ++ _ZN3zim11ClusterImpl5clearEv@Base 1.1 ++ _ZN3zim11ClusterImpl7addBlobEPKcj@Base 1.1 ++ _ZN3zim11ClusterImpl7addBlobERKNS_4BlobE@Base 1.1 ++ _ZN3zim11ClusterImplC1Ev@Base 1.1 ++ _ZN3zim11ClusterImplC2Ev@Base 1.1 ++ _ZN3zim11ClusterImplD0Ev@Base 1.1 ++ _ZN3zim11ClusterImplD1Ev@Base 1.1 ++ _ZN3zim11ClusterImplD2Ev@Base 1.1 ++ _ZN3zim11UnlzmaErrorD0Ev@Base 1.1 ++ _ZN3zim11UnlzmaErrorD1Ev@Base 1.1 ++ _ZN3zim11UnlzmaErrorD2Ev@Base 1.1 ++ _ZN3zim12FileNotFoundC1Ev@Base 1.2 ++ _ZN3zim12FileNotFoundC2Ev@Base 1.2 ++ _ZN3zim12FileNotFoundD0Ev@Base 1.1 ++ _ZN3zim12FileNotFoundD1Ev@Base 1.1 ++ _ZN3zim12FileNotFoundD2Ev@Base 1.1 ++ _ZN3zim12IndexArticle11readEntriesEv@Base 1.1 ++ _ZN3zim12IndexArticle12readEntriesBEv@Base 1.1 ++ _ZN3zim12IndexArticle12readEntriesZEv@Base 1.1 ++ _ZN3zim12IndexArticle8noOffsetE@Base 1.1 ++ _ZN3zim12IndexArticleD1Ev@Base 1.2 ++ _ZN3zim12IndexArticleD2Ev@Base 1.2 ++ _ZN3zim12Md5streambuf4syncEv@Base 1.1 ++ _ZN3zim12Md5streambuf8overflowEi@Base 1.1 ++ _ZN3zim12Md5streambuf9getDigestEPh@Base 1.1 ++ _ZN3zim12Md5streambuf9underflowEv@Base 1.1 ++ _ZN3zim12Md5streambufC1Ev@Base 1.1 ++ _ZN3zim12Md5streambufC2Ev@Base 1.1 ++ _ZN3zim12Md5streambufD0Ev@Base 1.1 ++ _ZN3zim12Md5streambufD1Ev@Base 1.1 ++ _ZN3zim12Md5streambufD2Ev@Base 1.1 ++ _ZN3zim12SearchResult9foundWordERKSsjj@Base 1.1 ++ (arch=hppa sparc64)_ZN3zim12SearchResultC1ERKS0_@Base 1.2 ++ (arch=hppa sparc64)_ZN3zim12SearchResultC2ERKS0_@Base 1.2 ++ _ZN3zim12SearchResultD1Ev@Base 1.1 ++ _ZN3zim12SearchResultD2Ev@Base 1.1 ++ _ZN3zim12Teestreambuf4syncEv@Base 1.1 ++ _ZN3zim12Teestreambuf8overflowEi@Base 1.1 ++ _ZN3zim12Teestreambuf9underflowEv@Base 1.1 ++ _ZN3zim12TeestreambufD0Ev@Base 1.1 ++ _ZN3zim12TeestreambufD1Ev@Base 1.1 ++ _ZN3zim12TeestreambufD2Ev@Base 1.1 ++ _ZN3zim12UnlzmaStreamD0Ev@Base 1.1 ++ _ZN3zim12UnlzmaStreamD1Ev@Base 1.1 ++ _ZN3zim12ptrstreambuf4syncEv@Base 1.1 ++ _ZN3zim12ptrstreambuf8overflowEi@Base 1.1 ++ _ZN3zim12ptrstreambuf9underflowEv@Base 1.1 ++ _ZN3zim12ptrstreambufD0Ev@Base 1.1 ++ _ZN3zim12ptrstreambufD1Ev@Base 1.1 ++ _ZN3zim12ptrstreambufD2Ev@Base 1.1 ++ _ZN3zim13ArticleSearch6searchERKSs@Base 1.1 ++ _ZN3zim13LzmaStreamBuf3endEv@Base 1.1 ++ _ZN3zim13LzmaStreamBuf4syncEv@Base 1.1 ++ _ZN3zim13LzmaStreamBuf8overflowEi@Base 1.1 ++ _ZN3zim13LzmaStreamBuf9underflowEv@Base 1.1 ++ _ZN3zim13LzmaStreamBufC1EPSt15basic_streambufIcSt11char_traitsIcEEj10lzma_checkj@Base 1.1 ++ _ZN3zim13LzmaStreamBufC2EPSt15basic_streambufIcSt11char_traitsIcEEj10lzma_checkj@Base 1.1 ++ _ZN3zim13LzmaStreamBufD0Ev@Base 1.1 ++ _ZN3zim13LzmaStreamBufD1Ev@Base 1.1 ++ _ZN3zim13LzmaStreamBufD2Ev@Base 1.1 ++ _ZN3zim14TemplateParser10state_dataEc@Base 1.1 ++ _ZN3zim14TemplateParser10state_linkEc@Base 1.1 ++ _ZN3zim14TemplateParser11state_link0Ec@Base 1.1 ++ _ZN3zim14TemplateParser11state_titleEc@Base 1.1 ++ _ZN3zim14TemplateParser11state_tokenEc@Base 1.1 ++ _ZN3zim14TemplateParser12state_token0Ec@Base 1.1 ++ _ZN3zim14TemplateParser15state_title_endEc@Base 1.1 ++ _ZN3zim14TemplateParser15state_token_endEc@Base 1.1 ++ _ZN3zim14TemplateParser5flushEv@Base 1.1 ++ _ZN3zim14TemplateParser8state_ltEc@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZN3zim14toLittleEndianIjEEvRKT_Pcb@Base 1.1 ++ (optional=templinst|arch=ia64)_ZN3zim14toLittleEndianImEEvRKT_Pcb@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=s390 sparc)_ZN3zim14toLittleEndianIyEEvRKT_Pcb@Base 1.1 ++ _ZN3zim15UnlzmaStreamBuf4syncEv@Base 1.1 ++ _ZN3zim15UnlzmaStreamBuf8overflowEi@Base 1.1 ++ _ZN3zim15UnlzmaStreamBuf9underflowEv@Base 1.1 ++ _ZN3zim15UnlzmaStreamBufC1EPSt15basic_streambufIcSt11char_traitsIcEEj@Base 1.1 ++ _ZN3zim15UnlzmaStreamBufC2EPSt15basic_streambufIcSt11char_traitsIcEEj@Base 1.1 ++ _ZN3zim15UnlzmaStreamBufD0Ev@Base 1.1 ++ _ZN3zim15UnlzmaStreamBufD1Ev@Base 1.1 ++ _ZN3zim15UnlzmaStreamBufD2Ev@Base 1.1 ++ (optional=templinst|arch=s390)_ZN3zim16fromLittleEndianIyEET_PKS1_b@Base 1.1 ++ _ZN3zim18ZimFileFormatErrorD0Ev@Base 1.1 ++ _ZN3zim18ZimFileFormatErrorD1Ev@Base 1.1 ++ _ZN3zim18ZimFileFormatErrorD2Ev@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=s390 sparc)_ZN3zim3ArgIjE3setERiPPcPKc@Base 1.1 ++ _ZN3zim3Tee13assign_singleERSo@Base 1.1 ++ _ZN3zim3Tee6assignERSoS1_@Base 1.1 ++ _ZN3zim3TeeD0Ev@Base 1.1 ++ _ZN3zim3TeeD1Ev@Base 1.1 ++ _ZN3zim4File10getArticleEcRKSs@Base 1.1 ++ _ZN3zim4File11findByTitleEcRKSs@Base 1.1 ++ _ZN3zim4File12beginByTitleEv@Base 1.1 ++ _ZN3zim4File12findxByTitleEcRKSs@Base 1.1 ++ _ZN3zim4File12hasNamespaceEc@Base 1.1 ++ _ZN3zim4File15getArticleByUrlERKSs@Base 1.1 ++ _ZN3zim4File17getArticleByTitleEcRKSs@Base 1.1 ++ _ZN3zim4File17getArticleByTitleEj@Base 1.1 ++ _ZN3zim4File3endEv@Base 1.1 ++ _ZN3zim4File4findERKSs@Base 1.1 ++ _ZN3zim4File4findEcRKSs@Base 1.1 ++ _ZN3zim4File5beginEv@Base 1.1 ++ _ZN3zim4File5findxERKSs@Base 1.1 ++ _ZN3zim4File5findxEcRKSs@Base 1.1 ++ _ZN3zim4Uuid8generateEv@Base 1.1 ++ (optional=templinst)_ZN3zim5CacheISsNS_8SmartPtrINS_9streambuf12OpenfileInfoEEEE3putERKSsRKS4_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZN3zim5CacheIjNS_6DirentEE3putERKjRKS1_@Base 1.1 ++ _ZN3zim6Dirent15deletedMimeTypeE@Base 1.1 ++ _ZN3zim6Dirent16redirectMimeTypeE@Base 1.1 ++ _ZN3zim6Dirent18linktargetMimeTypeE@Base 1.1 ++ _ZN3zim6DirentD1Ev@Base 1.1 ++ _ZN3zim6DirentD2Ev@Base 1.1 ++ _ZN3zim6Search10weightDistE@Base 1.1 ++ _ZN3zim6Search10weightPlusE@Base 1.1 ++ _ZN3zim6Search11searchLimitE@Base 1.1 ++ _ZN3zim6Search12weightOccOffE@Base 1.1 ++ _ZN3zim6Search12weightPosRelE@Base 1.1 ++ _ZN3zim6Search19weightDistinctWordsE@Base 1.1 ++ _ZN3zim6Search4findERNS0_7ResultsEcRKSsS4_j@Base 1.1 ++ _ZN3zim6Search4findERNS0_7ResultsEcRKSsj@Base 1.1 ++ _ZN3zim6Search6searchERNS0_7ResultsERKSs@Base 1.1 ++ _ZN3zim6Search7ResultsD1Ev@Base 1.1 ++ _ZN3zim6Search7ResultsD2Ev@Base 1.1 ++ _ZN3zim6Search9weightOccE@Base 1.1 ++ _ZN3zim6Search9weightPosE@Base 1.1 ++ _ZN3zim6writer10ZimCreator10fillHeaderERNS0_13ArticleSourceE@Base 1.1 ++ _ZN3zim6writer10ZimCreator13createDirentsERNS0_13ArticleSourceE@Base 1.1 ++ _ZN3zim6writer10ZimCreator14createClustersERNS0_13ArticleSourceERKSs@Base 1.1 ++ _ZN3zim6writer10ZimCreator14getMimeTypeIdxERKSs@Base 1.1 ++ _ZN3zim6writer10ZimCreator16createTitleIndexERNS0_13ArticleSourceE@Base 1.1 ++ _ZN3zim6writer10ZimCreator5writeERKSsS3_@Base 1.1 ++ _ZN3zim6writer10ZimCreator6createERKSsRNS0_13ArticleSourceE@Base 1.1 ++ _ZN3zim6writer10ZimCreatorC1ERiPPc@Base 1.1 ++ _ZN3zim6writer10ZimCreatorC1Ev@Base 1.1 ++ _ZN3zim6writer10ZimCreatorC2ERiPPc@Base 1.1 ++ _ZN3zim6writer10ZimCreatorC2Ev@Base 1.1 ++ _ZN3zim6writer10compareAidERKNS0_6DirentES3_@Base 1.1 ++ _ZN3zim6writer10compareUrlERKNS0_6DirentES3_@Base 1.1 ++ _ZN3zim6writer13ArticleSource11getCategoryERKSs@Base 1.1 ++ _ZN3zim6writer13ArticleSource11getMainPageEv@Base 1.1 ++ _ZN3zim6writer13ArticleSource11setFilenameERKSs@Base 1.1 ++ _ZN3zim6writer13ArticleSource13getLayoutPageEv@Base 1.1 ++ _ZN3zim6writer13ArticleSource7getUuidEv@Base 1.1 ++#MISSING: 1.2# (arch=kfreebsd-i386 mips)_ZN3zim6writer6DirentC1ERKS1_@Base 1.2 ++#MISSING: 1.2# (arch=kfreebsd-i386 mips)_ZN3zim6writer6DirentC2ERKS1_@Base 1.2 ++ _ZN3zim6writer6DirentD1Ev@Base 1.1 ++ _ZN3zim6writer6DirentD2Ev@Base 1.1 ++ _ZN3zim6writer7Article15getNextCategoryEv@Base 1.1 ++ _ZN3zim7Article7getPageERSobj@Base 1.1 ++ _ZN3zim7Article7getPageEbj@Base 1.1 ++ _ZN3zim7Cluster7getImplEv@Base 1.1 ++ _ZN3zim7ClusterC1Ev@Base 1.1 ++ _ZN3zim7ClusterC2Ev@Base 1.1 ++ _ZN3zim7tolowerEj@Base 1.1 ++ _ZN3zim7toupperEj@Base 1.1 ++ (optional=templinst|arch=alpha amd64 arm64 ia64 kfreebsd-amd64 ppc64 s390 s390x sparc64)_ZN3zim8ArgBaseTIjE7extractEPKcRiPPcii@Base 1.1 ++ _ZN3zim8FileImpl10getClusterEj@Base 1.1 ++ _ZN3zim8FileImpl11getChecksumEv@Base 1.1 ++ _ZN3zim8FileImpl13getNamespacesEv@Base 1.1 ++ _ZN3zim8FileImpl15getIndexByTitleEj@Base 1.1 ++ _ZN3zim8FileImpl16getDirentByTitleEj@Base 1.1 ++ _ZN3zim8FileImpl21getNamespaceEndOffsetEc@Base 1.1 ++ _ZN3zim8FileImpl23getNamespaceBeginOffsetEc@Base 1.1 ++ _ZN3zim8FileImpl6verifyEv@Base 1.1 ++ _ZN3zim8FileImpl9getDirentEj@Base 1.1 ++ (subst)_ZN3zim8FileImpl9getOffsetE{uint64_t}j@Base 1.1 ++ _ZN3zim8FileImplC1EPKc@Base 1.1 ++ _ZN3zim8FileImplC2EPKc@Base 1.1 ++ _ZN3zim8FileImplD0Ev@Base 1.1 ++ _ZN3zim8FileImplD1Ev@Base 1.1 ++ _ZN3zim8FileImplD2Ev@Base 1.1 ++ _ZN3zim8envValueEPKcj@Base 1.1 ++ _ZN3zim8ifstreamD0Ev@Base 1.1 ++ _ZN3zim8ifstreamD1Ev@Base 1.1 ++ _ZN3zim9LzmaErrorD0Ev@Base 1.1 ++ _ZN3zim9LzmaErrorD1Ev@Base 1.1 ++ _ZN3zim9LzmaErrorD2Ev@Base 1.1 ++ _ZN3zim9Md5stream12getHexDigestEv@Base 1.1 ++ _ZN3zim9Md5streamD0Ev@Base 1.1 ++ _ZN3zim9Md5streamD1Ev@Base 1.1 ++ _ZN3zim9ctypeMaskEj@Base 1.1 ++ _ZN3zim9ptrstreamD0Ev@Base 1.1 ++ _ZN3zim9ptrstreamD1Ev@Base 1.1 ++ _ZN3zim9streambuf12OpenfileInfoC1ERKSs@Base 1.1 ++ _ZN3zim9streambuf12OpenfileInfoC2ERKSs@Base 1.1 ++ _ZN3zim9streambuf12OpenfileInfoD0Ev@Base 1.1 ++ _ZN3zim9streambuf12OpenfileInfoD1Ev@Base 1.1 ++ _ZN3zim9streambuf12OpenfileInfoD2Ev@Base 1.1 ++ (subst)_ZN3zim9streambuf14setCurrentFileERKSs{uint64_t}@Base 1.1 ++ _ZN3zim9streambuf4syncEv@Base 1.1 ++ (subst)_ZN3zim9streambuf5seekgE{uint64_t}@Base 1.1 ++ _ZN3zim9streambuf8FileInfoC1ERKSsi@Base 1.1 ++ _ZN3zim9streambuf8FileInfoC2ERKSsi@Base 1.1 ++ _ZN3zim9streambuf8FileInfoD0Ev@Base 1.1 ++ _ZN3zim9streambuf8FileInfoD1Ev@Base 1.1 ++ _ZN3zim9streambuf8FileInfoD2Ev@Base 1.1 ++ _ZN3zim9streambuf8overflowEi@Base 1.1 ++ _ZN3zim9streambuf9underflowEv@Base 1.1 ++ _ZN3zim9streambufC1ERKSsjj@Base 1.1 ++ _ZN3zim9streambufC2ERKSsjj@Base 1.1 ++ _ZN3zim9streambufD0Ev@Base 1.1 ++ _ZN3zim9streambufD1Ev@Base 1.1 ++ _ZN3zim9streambufD2Ev@Base 1.1 ++ _ZN3zim9urldecodeERKSs@Base 1.1 ++ _ZN3zimlsERSoRKNS_10FileheaderE@Base 1.1 ++ _ZN3zimlsERSoRKNS_11ClusterImplE@Base 1.1 ++ _ZN3zimlsERSoRKNS_4UuidE@Base 1.1 ++ _ZN3zimlsERSoRKNS_6DirentE@Base 1.1 ++ _ZN3zimlsERSoRKNS_7ClusterE@Base 1.1 ++ _ZN3zimrsERSiRNS_10FileheaderE@Base 1.1 ++ _ZN3zimrsERSiRNS_11ClusterImplE@Base 1.1 ++ _ZN3zimrsERSiRNS_6DirentE@Base 1.1 ++ _ZN3zimrsERSiRNS_7ClusterE@Base 1.1 ++ _ZNK3zim11ClusterImpl5writeERSo@Base 1.1 ++ _ZNK3zim11ClusterImpl7getBlobEj@Base 1.1 ++ _ZNK3zim12SearchResult11getPriorityEv@Base 1.1 ++ _ZNK3zim4File10getArticleEj@Base 1.1 ++ _ZNK3zim6Dirent10getLongUrlEv@Base 1.1 ++ _ZNK3zim6writer10ZimCreator11getMimeTypeEt@Base 1.1 ++ _ZNK3zim6writer10ZimCreator12mimeListSizeEv@Base 1.1 ++ _ZNK3zim6writer10ZimCreator9indexSizeEv@Base 1.1 ++ _ZNK3zim6writer7Article10getVersionEv@Base 1.1 ++ _ZNK3zim6writer7Article10isRedirectEv@Base 1.1 ++ _ZNK3zim6writer7Article12getParameterEv@Base 1.1 ++ _ZNK3zim6writer7Article12isLinktargetEv@Base 1.1 ++ _ZNK3zim6writer7Article14getRedirectAidEv@Base 1.1 ++ _ZNK3zim6writer7Article14shouldCompressEv@Base 1.1 ++ _ZNK3zim6writer7Article9isDeletedEv@Base 1.1 ++ _ZNK3zim7Article14getArticleSizeEv@Base 1.1 ++ _ZNK3zim7Cluster7getBlobEj@Base 1.1 ++ _ZNK3zim8FileImpl11getMimeTypeEt@Base 1.1 ++ _ZNK3zim9streambuf5fsizeEv@Base 1.1 ++ _ZNK3zim9streambuf8getMTimeEv@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZNKSt5ctypeIcE8do_widenEc@Base 1.2 ++ (optional=templinst)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSsC1IPcEET_S1_RKSaIcE@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSsC2IPcEET_S1_RKSaIcE@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_@Base 1.2 ++ (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 1.1 ++ (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 1.1 ++ (optional=templinst)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 1.1 ++ (optional=templinst)_ZNSt4pairIKSsN3zim5CacheISsNS1_8SmartPtrINS1_9streambuf12OpenfileInfoEEEE4DataEED1Ev@Base 1.1 ++ (optional=templinst)_ZNSt4pairIKSsN3zim5CacheISsNS1_8SmartPtrINS1_9streambuf12OpenfileInfoEEEE4DataEED2Ev@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim12IndexArticle5EntryESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim12SearchResultESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EE5eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS2_S4_EE@Base 1.2 ++ (optional=templinst)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EED1Ev@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim6writer6DirentESaIS2_EED2Ev@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim7ArticleESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZNSt6vectorIN3zim7ArticleESaIS1_EED1Ev@Base 1.2 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZNSt6vectorIN3zim7ArticleESaIS1_EED2Ev@Base 1.2 ++ (optional=templinst)_ZNSt6vectorIN3zim8SmartPtrINS0_9streambuf8FileInfoEEESaIS4_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim8SmartPtrINS0_9streambuf8FileInfoEEESaIS4_EED1Ev@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIN3zim8SmartPtrINS0_9streambuf8FileInfoEEESaIS4_EED2Ev@Base 1.1 ++ (optional=templinst)_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs@Base 1.1 ++ (optional=templinst)_ZNSt6vectorISsSaISsEED1Ev@Base 1.2 ++ (optional=templinst)_ZNSt6vectorISsSaISsEED2Ev@Base 1.2 ++ (optional=templinst|subst)_ZNSt6vectorIcSaIcEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPcS1_EE{size_t}RKc@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIcSaIcEE15_M_range_insertIPKcEEvN9__gnu_cxx17__normal_iteratorIPcS1_EET_S9_St20forward_iterator_tag@Base 1.1 ++ (optional=templinst)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj@Base 1.1 ++ (optional=templinst|subst)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EE{size_t}RKj@Base 1.1 ++ (optional=templinst|subst|arch=amd64 kfreebsd-amd64 powerpc)_ZNSt6vectorIjSaIjEE7reserveE{size_t}@Base 1.1 ++ (optional=templinst|subst)_ZNSt6vectorItSaItEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPtS1_EE{size_t}RKt@Base 1.2 ++ (optional=templinst|subst)_ZNSt6vectorI{uint64_t}SaI{uint64_t}EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIP{uint64_t}S1_EERK{uint64_t}@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE16_M_insert_uniqueERKS5_@Base 1.1 ++ (optional=templinst|arch=!amd64 !arm64 !hppa !kfreebsd-amd64 !sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS5_ERKS5_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE7_M_copyEPKSt13_Rb_tree_nodeIS5_EPSD_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim12SearchResult8WordAttrEESt10_Select1stIS5_ESt4lessISsESaIS5_EEaSERKSB_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE10_M_insert_EPKSt18_Rb_tree_node_baseSJ_RKSA_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE10_M_insert_EPSt18_Rb_tree_node_baseSI_RKSA_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE16_M_insert_uniqueERKSA_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorISA_ERKSA_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISA_ERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE4findERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN3zim5CacheISsNS2_8SmartPtrINS2_9streambuf12OpenfileInfoEEEE4DataEESt10_Select1stISA_ESt4lessISsESaISA_EE8_M_eraseEPSt13_Rb_tree_nodeISA_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE16_M_insert_uniqueERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS2_ERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSstESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE16_M_insert_uniqueERKS2_@Base 1.1 ++ (optional=templinst|arch=!amd64 !arm64 !hppa !kfreebsd-amd64 !sparc64)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS2_ERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 armel armhf hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE4findERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIcSt4pairIKcjESt10_Select1stIS2_ESt4lessIcESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjN3zim12SearchResultEESt10_Select1stIS4_ESt4lessIjESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjN3zim12SearchResultEESt10_Select1stIS4_ESt4lessIjESaIS4_EE16_M_insert_uniqueERKS4_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjN3zim12SearchResultEESt10_Select1stIS4_ESt4lessIjESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE16_M_insert_uniqueERKS7_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS7_ERKS7_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 armel armhf hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE4findERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjN3zim5CacheIjNS2_6DirentEE4DataEESt10_Select1stIS7_ESt4lessIjESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE16_M_insert_uniqueERKS2_@Base 1.1 ++ (optional=templinst|arch=!amd64 !arm64 !hppa !kfreebsd-amd64 !sparc64)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS2_ERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE7_M_copyEPKSt13_Rb_tree_nodeIS2_EPSA_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeIjSt4pairIKjSsESt10_Select1stIS2_ESt4lessIjESaIS2_EEaSERKS8_@Base 1.1 ++ (optional=templinst|arch=alpha arm64 ppc64 s390x sparc64)_ZNSt8_Rb_treeImSt4pairIKmN3zim5CacheImNS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessImESaIS7_EE10_M_insert_EPSt18_Rb_tree_node_baseSF_RKS7_@Base 1.2 ++ (optional=templinst|arch=amd64 arm64 kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeImSt4pairIKmN3zim5CacheImNS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE16_M_insert_uniqueERKS2_@Base 1.1 ++ (optional=templinst|arch=!sparc64)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS2_ERKS2_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=amd64 arm64 hppa kfreebsd-amd64 sparc64)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_@Base 1.1 ++ (optional=templinst)_ZNSt8_Rb_treeItSt4pairIKtSsESt10_Select1stIS2_ESt4lessItESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E@Base 1.1 ++ (optional=templinst|arch=hppa sparc)_ZNSt8_Rb_treeIySt4pairIKyN3zim5CacheIyNS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessIyESaIS7_EE10_M_insert_EPSt18_Rb_tree_node_baseSF_RKS7_@Base 1.2 ++ (optional=templinst|arch=hppa)_ZNSt8_Rb_treeIySt4pairIKyN3zim5CacheIyNS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessIyESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_@Base 1.2 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE16_M_insert_uniqueERKS7_@Base 1.1 ++ (optional=templinst|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS7_ERKS7_@Base 1.1 ++ (optional=templinst|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE24_M_get_insert_unique_posERS1_@Base 1.1 ++ (optional=templinst|arch=!alpha !ia64 !ppc64 !s390 !s390x !sparc|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE4findERS1_@Base 1.1 ++ (optional=templinst|subst)_ZNSt8_Rb_treeI{uint64_t}St4pairIK{uint64_t}N3zim5CacheI{uint64_t}NS2_7ClusterEE4DataEESt10_Select1stIS7_ESt4lessI{uint64_t}ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E@Base 1.1 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZSt10__pop_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEPFbRKS4_SB_EEvT_SE_SE_T0_@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt11__make_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops15_Iter_less_iterEEvT_S9_T0_@Base 1.2 ++ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 kfreebsd-i386 mips mipsel sparc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEiS4_NS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_T0_SI_T1_T2_@Base 1.2 ++ (optional=templinst|arch=alpha arm64 ppc64 s390x sparc64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEElS4_NS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_T0_SI_T1_T2_@Base 1.2 ++ (optional=templinst|subst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEE{intptr_t}S4_PFbRKS4_SB_EEvT_T0_SF_T1_T2_@Base 1.1 ++ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 kfreebsd-i386 mips mipsel sparc)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEEiSsNS0_5__ops15_Iter_less_iterEEvT_T0_SA_T1_T2_@Base 1.2 ++ (optional=templinst|arch=alpha arm64 ppc64 s390x sparc64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEElSsNS0_5__ops15_Iter_less_iterEEvT_T0_SA_T1_T2_@Base 1.2 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc|subst)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEE{ssize_t}SsEvT_T0_S8_T1_@Base 1.2 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt13__heap_selectIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_SH_T0_@Base 1.2 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_@Base 1.2 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEPFbRKS4_SB_EEvT_SE_T0_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEEEvT_S7_@Base 1.2 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt16__insertion_sortIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops15_Iter_less_iterEEvT_S9_T0_@Base 1.2 ++ (optional=templinst|arch=armel armhf hppa hurd-i386 i386 kfreebsd-i386 mips mipsel sparc)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEiNS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_T1_@Base 1.2 ++ (optional=templinst|arch=alpha arm64 ppc64 s390x sparc64)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEElNS0_5__ops15_Iter_comp_iterIPFbRKS4_SD_EEEEvT_SH_T0_T1_@Base 1.2 ++ (optional=templinst|subst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEE{intptr_t}PFbRKS4_SB_EEvT_SE_T0_T1_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc|subst)_ZSt16__introsort_loopIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEE{ssize_t}EvT_S7_T0_@Base 1.2 ++#MISSING: 1.2# (optional=templinst|arch=!amd64 !armel !armhf !hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386 !mips !mipsel !powerpc !s390x)_ZSt19__move_median_firstIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEPFbRKS4_SB_EEvT_SE_SE_T0_@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_comp_iterIPFbRKS4_SD_EEEEvT_T0_@Base 1.2 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEPFbRKS4_SB_EEvT_T0_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEEEvT_@Base 1.2 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEENS0_5__ops14_Val_less_iterEEvT_T0_@Base 1.2 ++ (optional=templinst)_ZSt4swapIN3zim12SearchResultEEvRT_S3_@Base 1.1 ++ (optional=templinst|arch=!amd64 !kfreebsd-amd64 !powerpc)_ZSt4swapIN3zim6writer6DirentEEvRT_S4_@Base 1.2 ++#MISSING: 1.2# (optional=templinst|arch=ia64 s390 sparc)_ZSt9iter_swapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEES9_EvT_T0_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt9make_heapIN9__gnu_cxx17__normal_iteratorIPN3zim6writer6DirentESt6vectorIS4_SaIS4_EEEEPFbRKS4_SB_EEvT_SE_T0_@Base 1.1 ++ (optional=templinst|arch=amd64 kfreebsd-amd64 powerpc)_ZSt9make_heapIN9__gnu_cxx17__normal_iteratorIPSsSt6vectorISsSaISsEEEEEvT_S7_@Base 1.2 ++ (optional=templinst)_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S3_@Base 1.1 ++ _ZTIN3zim10LzmaStreamE@Base 1.1 ++ _ZTIN3zim10RefCountedE@Base 1.1 ++ _ZTIN3zim11ClusterImplE@Base 1.1 ++ _ZTIN3zim11NonCopyableE@Base 1.1 ++ _ZTIN3zim11UnlzmaErrorE@Base 1.1 ++ _ZTIN3zim12FileNotFoundE@Base 1.1 ++ _ZTIN3zim12Md5streambufE@Base 1.1 ++ _ZTIN3zim12TeestreambufE@Base 1.1 ++ _ZTIN3zim12UnlzmaStreamE@Base 1.1 ++ _ZTIN3zim12ptrstreambufE@Base 1.1 ++ _ZTIN3zim13LzmaStreamBufE@Base 1.1 ++ _ZTIN3zim14TemplateParser5EventE@Base 1.1 ++ _ZTIN3zim15UnlzmaStreamBufE@Base 1.1 ++ _ZTIN3zim18ZimFileFormatErrorE@Base 1.1 ++ _ZTIN3zim3TeeE@Base 1.1 ++ _ZTIN3zim6writer13ArticleSourceE@Base 1.1 ++ _ZTIN3zim6writer7ArticleE@Base 1.1 ++ _ZTIN3zim8FileImplE@Base 1.1 ++ _ZTIN3zim8ifstreamE@Base 1.1 ++ _ZTIN3zim9LzmaErrorE@Base 1.1 ++ _ZTIN3zim9Md5streamE@Base 1.1 ++ _ZTIN3zim9ptrstreamE@Base 1.1 ++ _ZTIN3zim9streambuf12OpenfileInfoE@Base 1.1 ++ _ZTIN3zim9streambuf8FileInfoE@Base 1.1 ++ _ZTIN3zim9streambufE@Base 1.1 ++ _ZTSN3zim10LzmaStreamE@Base 1.1 ++ _ZTSN3zim10RefCountedE@Base 1.1 ++ _ZTSN3zim11ClusterImplE@Base 1.1 ++ _ZTSN3zim11NonCopyableE@Base 1.1 ++ _ZTSN3zim11UnlzmaErrorE@Base 1.1 ++ _ZTSN3zim12FileNotFoundE@Base 1.1 ++ _ZTSN3zim12Md5streambufE@Base 1.1 ++ _ZTSN3zim12TeestreambufE@Base 1.1 ++ _ZTSN3zim12UnlzmaStreamE@Base 1.1 ++ _ZTSN3zim12ptrstreambufE@Base 1.1 ++ _ZTSN3zim13LzmaStreamBufE@Base 1.1 ++ _ZTSN3zim14TemplateParser5EventE@Base 1.1 ++ _ZTSN3zim15UnlzmaStreamBufE@Base 1.1 ++ _ZTSN3zim18ZimFileFormatErrorE@Base 1.1 ++ _ZTSN3zim3TeeE@Base 1.1 ++ _ZTSN3zim6writer13ArticleSourceE@Base 1.1 ++ _ZTSN3zim6writer7ArticleE@Base 1.1 ++ _ZTSN3zim8FileImplE@Base 1.1 ++ _ZTSN3zim8ifstreamE@Base 1.1 ++ _ZTSN3zim9LzmaErrorE@Base 1.1 ++ _ZTSN3zim9Md5streamE@Base 1.1 ++ _ZTSN3zim9ptrstreamE@Base 1.1 ++ _ZTSN3zim9streambuf12OpenfileInfoE@Base 1.1 ++ _ZTSN3zim9streambuf8FileInfoE@Base 1.1 ++ _ZTSN3zim9streambufE@Base 1.1 ++ _ZTTN3zim10LzmaStreamE@Base 1.1 ++ _ZTTN3zim12UnlzmaStreamE@Base 1.1 ++ _ZTTN3zim3TeeE@Base 1.1 ++ _ZTTN3zim8ifstreamE@Base 1.1 ++ _ZTTN3zim9Md5streamE@Base 1.1 ++ _ZTTN3zim9ptrstreamE@Base 1.1 ++ _ZTVN3zim10LzmaStreamE@Base 1.1 ++ _ZTVN3zim10RefCountedE@Base 1.1 ++ _ZTVN3zim11ClusterImplE@Base 1.1 ++ _ZTVN3zim11UnlzmaErrorE@Base 1.1 ++ _ZTVN3zim12FileNotFoundE@Base 1.1 ++ _ZTVN3zim12Md5streambufE@Base 1.1 ++ _ZTVN3zim12TeestreambufE@Base 1.1 ++ _ZTVN3zim12UnlzmaStreamE@Base 1.1 ++ _ZTVN3zim12ptrstreambufE@Base 1.1 ++ _ZTVN3zim13LzmaStreamBufE@Base 1.1 ++ _ZTVN3zim14TemplateParser5EventE@Base 1.1 ++ _ZTVN3zim15UnlzmaStreamBufE@Base 1.1 ++ _ZTVN3zim18ZimFileFormatErrorE@Base 1.1 ++ _ZTVN3zim3TeeE@Base 1.1 ++ _ZTVN3zim6writer13ArticleSourceE@Base 1.1 ++ _ZTVN3zim6writer7ArticleE@Base 1.1 ++ _ZTVN3zim8FileImplE@Base 1.1 ++ _ZTVN3zim8ifstreamE@Base 1.1 ++ _ZTVN3zim9LzmaErrorE@Base 1.1 ++ _ZTVN3zim9Md5streamE@Base 1.1 ++ _ZTVN3zim9ptrstreamE@Base 1.1 ++ _ZTVN3zim9streambuf12OpenfileInfoE@Base 1.1 ++ _ZTVN3zim9streambuf8FileInfoE@Base 1.1 ++ _ZTVN3zim9streambufE@Base 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_iostream >-in-zim::UnlzmaStream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_iostream >-in-zim::ptrstream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_istream >-in-zim::UnlzmaStream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_istream >-in-zim::ifstream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_istream >-in-zim::ptrstream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_ostream >-in-zim::LzmaStream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_ostream >-in-zim::Md5stream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_ostream >-in-zim::Tee@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_ostream >-in-zim::UnlzmaStream@Base" 1.1 ++#MISSING: 1.2# (c++|arch=ia64 s390 sparc)"construction vtable for std::basic_ostream >-in-zim::ptrstream@Base" 1.1 ++ (c++)"non-virtual thunk to zim::UnlzmaStream::~UnlzmaStream()@Base" 1.1 ++ (c++)"non-virtual thunk to zim::ptrstream::~ptrstream()@Base" 1.1 ++ (c++)"virtual thunk to zim::LzmaStream::~LzmaStream()@Base" 1.1 ++ (c++)"virtual thunk to zim::Md5stream::~Md5stream()@Base" 1.1 ++ (c++)"virtual thunk to zim::Tee::~Tee()@Base" 1.1 ++ (c++)"virtual thunk to zim::UnlzmaStream::~UnlzmaStream()@Base" 1.1 ++ (c++)"virtual thunk to zim::ifstream::~ifstream()@Base" 1.1 ++ (c++)"virtual thunk to zim::ptrstream::~ptrstream()@Base" 1.1 ++ zim_MD5Final@Base 1.1 ++ zim_MD5Init@Base 1.1 ++ zim_MD5Update@Base 1.1 diff --cc debian/patches/1001_fix_uuid_test_on_hurd.patch index 0000000,0000000..1e28c4d new file mode 100644 --- /dev/null +++ b/debian/patches/1001_fix_uuid_test_on_hurd.patch @@@ -1,0 -1,0 +1,33 @@@ ++Description: Provide time gap between uuid generation during tests ++ GNU Mach's i.e. Hurd's kernel clock is not very accurate so during ++ test on generating and comparing uuid's time might be same leading to ++ generating same Uuid. This patch adds a sleep of 1s between 2 ++ generate statemens. Thanks to Pino Toscano. ++Author: Vasudev Kamath ++Forwarded: no ++Last-Update: 2013-09-14 ++ ++--- a/test/uuid.cpp +++++ b/test/uuid.cpp ++@@ -24,6 +24,8 @@ ++ #include ++ #include ++ +++#include +++ ++ class UuidTest : public cxxtools::unit::TestSuite ++ { ++ public: ++@@ -92,6 +94,12 @@ ++ CXXTOOLS_UNIT_ASSERT(uuid1 != zim::Uuid()); ++ CXXTOOLS_UNIT_ASSERT(uuid2 == zim::Uuid()); ++ +++ // Since GNU Mach's clock isn't precise hence the time might be +++ // same during generating uuid1 and uuid2 leading to test +++ // failure. To bring the time difference between 2 sleep for a +++ // second. Thanks to Pino Toscano. +++ sleep(1); +++ ++ uuid2 = zim::Uuid::generate(); ++ CXXTOOLS_UNIT_ASSERT(uuid1 != uuid2); ++ CXXTOOLS_UNIT_ASSERT(uuid1 != zim::Uuid()); diff --cc debian/patches/README index 0000000,0000000..80c1584 new file mode 100644 --- /dev/null +++ b/debian/patches/README @@@ -1,0 -1,0 +1,3 @@@ ++0xxx: Grabbed from upstream development. ++1xxx: Possibly relevant for upstream adoption. ++2xxx: Only relevant for official Debian release. diff --cc debian/patches/series index 0000000,0000000..a3f46ac new file mode 100644 --- /dev/null +++ b/debian/patches/series @@@ -1,0 -1,0 +1,1 @@@ ++1001_fix_uuid_test_on_hurd.patch diff --cc debian/rules index 0000000,0000000..7e04e85 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,70 @@@ ++#!/usr/bin/make -f ++ ++debian/control:: debian/control.in ++DEB_PHONY_RULES += debian/control.in ++debian/control.in:: ++ sed -e 's/__LIBPKGNAME__/$(libpkg)/g' debian/control.in ++ ++DEB_AUTO_UPDATE_LIBTOOL = pre ++DEB_AUTO_UPDATE_AUTOCONF = 2.69 ++DEB_AUTO_UPDATE_AUTOHEADER = 2.69 ++DEB_AUTO_UPDATE_ACLOCAL = , ++DEB_AUTO_UPDATE_AUTOMAKE = , ++ ++include /usr/share/pkg-kde-tools/makefiles/1/cdbs/symbolshelper.mk ++include /usr/share/cdbs/1/rules/debhelper.mk ++include /usr/share/cdbs/1/class/autotools.mk ++include /usr/share/cdbs/1/rules/utils.mk ++include /usr/share/cdbs/1/rules/upstream-tarball.mk ++ ++# TODO: remove the line below once the ibzim0.symbols files is usable ++# on all architectures ++#export DPKG_GENSYMBOLS_CHECK_LEVEL=0 ++ ++stem = zim ++major = 0 ++lib = lib$(stem) ++libpkg = lib$(stem)$(major) ++devpkg = lib$(stem)-dev ++ ++# Upstream Tarball Handling ++DEB_UPSTREAM_URL = http://www.openzim.org/download ++DEB_UPSTREAM_TARBALL_MD5 = 1506bac0ee2f6ae645ed76b1bb5a93cb ++ ++# Build depends for packaging ++CDBS_BUILD_DEPENDS +=, d-shlibs (>= 0.48) ++ ++# Build depends required by upstream ++CDBS_BUILD_DEPENDS +=, liblzma-dev, libcxxtools-dev, pkg-kde-tools, ++ ++# Multiarch quirks (see also d-shlibs use of the variable further down) ++CDBS_PREDEPENDS_$(libpkg) = $(if $(DEB_HOST_MULTIARCH),multiarch-support) ++DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) ++ ++# Run unit tests shipped by upstream ++DEB_CONFIGURE_EXTRA_FLAGS += --enable-unittest ++DEB_MAKE_CHECK_TARGET = test ++ ++# Let d-shlibs calculate development package dependencies ++# and handle shared library install ++binary-post-install/$(libpkg) binary-post-install/$(devpkg):: debian/stamp-local-shlibs-$(lib) ++debian/stamp-local-shlibs-$(lib): binary-install/$(libpkg) binary-install/$(devpkg) ++ d-shlibmove --commit \ ++ --devunversioned \ ++ --multiarch \ ++ --exclude-la \ ++ --override s/$(lib)$(major)-dev/$(lib)-dev/ \ ++ --override s/liblzma5-dev/liblzma-dev/ \ ++ --movedev "debian/tmp/usr/include/*" usr/include/ \ ++ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/$(lib).so ++ touch $@ ++clean:: ++ rm -f debian/stamp-local-shlibs-$(lib) ++ ++# These autotools related file by upstream gets modified by us because ++# of mismatch in autotools version. DEB_UPSTREAM_CRUFT_MOVE preserves ++# them and reverts them back after the build. ++DEB_UPSTREAM_CRUFT_MOVE = aclocal.m4 ltmain.sh configure m4/libtool.m4 ++DEB_UPSTREAM_CRUFT_MOVE += Makefile.in examples/Makefile.in include/Makefile.in ++DEB_UPSTREAM_CRUFT_MOVE += src/tools/Makefile.in test/Makefile.in src/Makefile.in ++DEB_UPSTREAM_CRUFT_MOVE += m4/ltoptions.m4 m4/ltversion.m4 m4/lt~obsolete.m4 diff --cc debian/source/format index 0000000,0000000..163aaf8 new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/watch index 0000000,0000000..cbc244e new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,3 @@@ ++version = 3 ++opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ ++http://www.openzim.org/download/zimlib-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))