From 14590b22b3d15efcc67b7c793592beabc0807171 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 19 May 2021 16:16:20 +0900 Subject: [PATCH 1/1] Import cantor_20.12.1-5.debian.tar.xz [dgit import tarball cantor 4:20.12.1-5 cantor_20.12.1-5.debian.tar.xz] --- cantor-backend-julia.install | 6 + cantor-backend-julia.lintian-overrides | 2 + cantor-backend-kalgebra.install | 4 + cantor-backend-kalgebra.maintscript | 1 + cantor-backend-lua.install | 4 + cantor-backend-lua.maintscript | 1 + cantor-backend-maxima.install | 5 + cantor-backend-maxima.maintscript | 1 + cantor-backend-octave.install | 6 + cantor-backend-octave.maintscript | 1 + cantor-backend-python3.install | 7 + cantor-backend-python3.lintian-overrides | 4 + cantor-backend-python3.maintscript | 2 + cantor-backend-qalculate.install | 6 + cantor-backend-qalculate.maintscript | 1 + cantor-backend-r.install | 5 + cantor-backend-r.lintian-overrides | 2 + cantor-backend-r.maintscript | 1 + cantor-backend-sage.README.Debian | 10 + cantor-backend-sage.install | 5 + cantor-backend-sage.maintscript | 1 + cantor-backend-scilab.install | 4 + cantor-backend-scilab.maintscript | 1 + cantor.install | 41 + cantor.lintian-overrides | 6 + cantor.maintscript | 1 + changelog | 1161 ++++++++++++++++++++++ control | 277 ++++++ copyright | 106 ++ libcantor-dev.install | 3 + libcantorlibs28.install | 2 + libcantorlibs28.symbols | 796 +++++++++++++++ patches/discount-build-verbose.diff | 16 + patches/series | 2 + patches/work-around-Sage-no-root.diff | 44 + rules | 25 + salsa-ci.yml | 7 + source/format | 1 + upstream/metadata | 7 + upstream/signing-key.asc | 81 ++ watch | 2 + 41 files changed, 2658 insertions(+) create mode 100644 cantor-backend-julia.install create mode 100644 cantor-backend-julia.lintian-overrides create mode 100644 cantor-backend-kalgebra.install create mode 100644 cantor-backend-kalgebra.maintscript create mode 100644 cantor-backend-lua.install create mode 100644 cantor-backend-lua.maintscript create mode 100644 cantor-backend-maxima.install create mode 100644 cantor-backend-maxima.maintscript create mode 100644 cantor-backend-octave.install create mode 100644 cantor-backend-octave.maintscript create mode 100644 cantor-backend-python3.install create mode 100644 cantor-backend-python3.lintian-overrides create mode 100644 cantor-backend-python3.maintscript create mode 100644 cantor-backend-qalculate.install create mode 100644 cantor-backend-qalculate.maintscript create mode 100644 cantor-backend-r.install create mode 100644 cantor-backend-r.lintian-overrides create mode 100644 cantor-backend-r.maintscript create mode 100644 cantor-backend-sage.README.Debian create mode 100644 cantor-backend-sage.install create mode 100644 cantor-backend-sage.maintscript create mode 100644 cantor-backend-scilab.install create mode 100644 cantor-backend-scilab.maintscript create mode 100644 cantor.install create mode 100644 cantor.lintian-overrides create mode 100644 cantor.maintscript create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100644 libcantor-dev.install create mode 100644 libcantorlibs28.install create mode 100644 libcantorlibs28.symbols create mode 100644 patches/discount-build-verbose.diff create mode 100644 patches/series create mode 100644 patches/work-around-Sage-no-root.diff create mode 100755 rules create mode 100644 salsa-ci.yml create mode 100644 source/format create mode 100644 upstream/metadata create mode 100644 upstream/signing-key.asc create mode 100644 watch diff --git a/cantor-backend-julia.install b/cantor-backend-julia.install new file mode 100644 index 0000000..ea76020 --- /dev/null +++ b/cantor-backend-julia.install @@ -0,0 +1,6 @@ +usr/bin/cantor_juliaserver +usr/lib/*/qt5/plugins/cantor/backends/cantor_juliabackend.so +usr/share/cantor/julia/ +usr/share/cantor/juliabackend/ +usr/share/config.kcfg/juliabackend.kcfg +usr/share/icons/hicolor/*/apps/juliabackend.png diff --git a/cantor-backend-julia.lintian-overrides b/cantor-backend-julia.lintian-overrides new file mode 100644 index 0000000..880c586 --- /dev/null +++ b/cantor-backend-julia.lintian-overrides @@ -0,0 +1,2 @@ +# internal helper +cantor-backend-julia: no-manual-page usr/bin/cantor_juliaserver diff --git a/cantor-backend-kalgebra.install b/cantor-backend-kalgebra.install new file mode 100644 index 0000000..a88503b --- /dev/null +++ b/cantor-backend-kalgebra.install @@ -0,0 +1,4 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_kalgebrabackend.so +usr/share/config.kcfg/kalgebrabackend.kcfg +usr/share/icons/hicolor/*/apps/kalgebrabackend.png +usr/share/knsrcfiles/cantor_kalgebra.knsrc diff --git a/cantor-backend-kalgebra.maintscript b/cantor-backend-kalgebra.maintscript new file mode 100644 index 0000000..2f9b5ef --- /dev/null +++ b/cantor-backend-kalgebra.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_kalgebra.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-lua.install b/cantor-backend-lua.install new file mode 100644 index 0000000..e765a2e --- /dev/null +++ b/cantor-backend-lua.install @@ -0,0 +1,4 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_luabackend.so +usr/share/config.kcfg/luabackend.kcfg +usr/share/icons/hicolor/*/apps/luabackend.png +usr/share/knsrcfiles/cantor_lua.knsrc diff --git a/cantor-backend-lua.maintscript b/cantor-backend-lua.maintscript new file mode 100644 index 0000000..b432b9b --- /dev/null +++ b/cantor-backend-lua.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_lua.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-maxima.install b/cantor-backend-maxima.install new file mode 100644 index 0000000..6c151b1 --- /dev/null +++ b/cantor-backend-maxima.install @@ -0,0 +1,5 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_maximabackend.so +usr/share/cantor/maximabackend/ +usr/share/config.kcfg/maximabackend.kcfg +usr/share/icons/hicolor/*/apps/maximabackend.png +usr/share/knsrcfiles/cantor_maxima.knsrc diff --git a/cantor-backend-maxima.maintscript b/cantor-backend-maxima.maintscript new file mode 100644 index 0000000..65c6eee --- /dev/null +++ b/cantor-backend-maxima.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_maxima.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-octave.install b/cantor-backend-octave.install new file mode 100644 index 0000000..9b1b504 --- /dev/null +++ b/cantor-backend-octave.install @@ -0,0 +1,6 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_octavebackend.so +usr/share/cantor/octave/ +usr/share/cantor/octavebackend/ +usr/share/config.kcfg/octavebackend.kcfg +usr/share/icons/hicolor/*/apps/octavebackend.png +usr/share/knsrcfiles/cantor_octave.knsrc diff --git a/cantor-backend-octave.maintscript b/cantor-backend-octave.maintscript new file mode 100644 index 0000000..913735d --- /dev/null +++ b/cantor-backend-octave.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_octave.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-python3.install b/cantor-backend-python3.install new file mode 100644 index 0000000..6aa418c --- /dev/null +++ b/cantor-backend-python3.install @@ -0,0 +1,7 @@ +usr/bin/cantor_pythonserver +usr/lib/*/cantor_pythonbackend.so +usr/lib/*/qt5/plugins/cantor/backends/cantor_pythonbackend.so +usr/share/cantor/python/ +usr/share/config.kcfg/pythonbackend.kcfg +usr/share/icons/hicolor/*/apps/pythonbackend.png +usr/share/knsrcfiles/cantor_python.knsrc diff --git a/cantor-backend-python3.lintian-overrides b/cantor-backend-python3.lintian-overrides new file mode 100644 index 0000000..346eeb3 --- /dev/null +++ b/cantor-backend-python3.lintian-overrides @@ -0,0 +1,4 @@ +# private library +cantor-backend-python3: sharedobject-in-library-directory-missing-soname usr/lib/*/cantor_pythonbackend.so +# internal helper +cantor-backend-python3: no-manual-page usr/bin/cantor_pythonserver diff --git a/cantor-backend-python3.maintscript b/cantor-backend-python3.maintscript new file mode 100644 index 0000000..7b05b1c --- /dev/null +++ b/cantor-backend-python3.maintscript @@ -0,0 +1,2 @@ +rm_conffile /etc/xdg/cantor_python3.knsrc 4:20.04.2~ +rm_conffile /etc/xdg/cantor_python.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-qalculate.install b/cantor-backend-qalculate.install new file mode 100644 index 0000000..f118a51 --- /dev/null +++ b/cantor-backend-qalculate.install @@ -0,0 +1,6 @@ +usr/lib/*/qt5/plugins/cantor/assistants/cantor_qalculateplotassistant.so +usr/lib/*/qt5/plugins/cantor/backends/cantor_qalculatebackend.so +usr/share/config.kcfg/qalculatebackend.kcfg +usr/share/icons/hicolor/*/apps/qalculatebackend.png +usr/share/knsrcfiles/cantor_qalculate.knsrc +usr/share/kxmlgui5/cantor/cantor_qalculateplotassistant.rc diff --git a/cantor-backend-qalculate.maintscript b/cantor-backend-qalculate.maintscript new file mode 100644 index 0000000..19198ff --- /dev/null +++ b/cantor-backend-qalculate.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_qalculate.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-r.install b/cantor-backend-r.install new file mode 100644 index 0000000..274cd73 --- /dev/null +++ b/cantor-backend-r.install @@ -0,0 +1,5 @@ +usr/bin/cantor_rserver +usr/lib/*/qt5/plugins/cantor/backends/cantor_rbackend.so +usr/share/config.kcfg/rserver.kcfg +usr/share/icons/hicolor/*/apps/rbackend.png +usr/share/knsrcfiles/cantor_r.knsrc diff --git a/cantor-backend-r.lintian-overrides b/cantor-backend-r.lintian-overrides new file mode 100644 index 0000000..6563ac3 --- /dev/null +++ b/cantor-backend-r.lintian-overrides @@ -0,0 +1,2 @@ +# internal helper +cantor-backend-r: no-manual-page usr/bin/cantor_rserver diff --git a/cantor-backend-r.maintscript b/cantor-backend-r.maintscript new file mode 100644 index 0000000..7c13862 --- /dev/null +++ b/cantor-backend-r.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_r.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-sage.README.Debian b/cantor-backend-sage.README.Debian new file mode 100644 index 0000000..e4a289d --- /dev/null +++ b/cantor-backend-sage.README.Debian @@ -0,0 +1,10 @@ +Sage backend for Cantor for Debian +---------------------------------- + +At the moment, Sage is not available in Debian except for a few architectures, +so you may need to manually install it for making cantor-backend-sage useful. +Cantor will use Sage automatically if the `sage' executable is in $PATH +(so `which sage' returns its path); if it is not, you can set the path to the +locally installed `sage' in the preferences of the Sage backend of Cantor. + + -- Debian Qt/KDE Maintainers diff --git a/cantor-backend-sage.install b/cantor-backend-sage.install new file mode 100644 index 0000000..412df69 --- /dev/null +++ b/cantor-backend-sage.install @@ -0,0 +1,5 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_sagebackend.so +usr/share/cantor/sagebackend/ +usr/share/config.kcfg/sagebackend.kcfg +usr/share/icons/hicolor/*/apps/sagebackend.png +usr/share/knsrcfiles/cantor_sage.knsrc diff --git a/cantor-backend-sage.maintscript b/cantor-backend-sage.maintscript new file mode 100644 index 0000000..caf3ca6 --- /dev/null +++ b/cantor-backend-sage.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_sage.knsrc 4:20.12.0-1~ diff --git a/cantor-backend-scilab.install b/cantor-backend-scilab.install new file mode 100644 index 0000000..ff493ec --- /dev/null +++ b/cantor-backend-scilab.install @@ -0,0 +1,4 @@ +usr/lib/*/qt5/plugins/cantor/backends/cantor_scilabbackend.so +usr/share/config.kcfg/scilabbackend.kcfg +usr/share/icons/hicolor/*/apps/scilabbackend.png +usr/share/knsrcfiles/cantor_scilab.knsrc diff --git a/cantor-backend-scilab.maintscript b/cantor-backend-scilab.maintscript new file mode 100644 index 0000000..d7cb508 --- /dev/null +++ b/cantor-backend-scilab.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor_scilab.knsrc 4:20.12.0-1~ diff --git a/cantor.install b/cantor.install new file mode 100644 index 0000000..690442b --- /dev/null +++ b/cantor.install @@ -0,0 +1,41 @@ +usr/bin/cantor +usr/bin/cantor_scripteditor +usr/lib/*/libcantor_config.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_advancedplotassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_creatematrixassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_differentiateassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_eigenvaluesassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_eigenvectorsassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_importpackageassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_integrateassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_invertmatrixassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_plot2dassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_plot3dassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_runscriptassistant.so +usr/lib/*/qt5/plugins/cantor/assistants/cantor_solveassistant.so +usr/lib/*/qt5/plugins/cantor/panels/ +usr/lib/*/qt5/plugins/libcantorpart.so +usr/share/*/org.kde.cantor.appdata.xml +usr/share/applications/org.kde.cantor.desktop +usr/share/cantor/latex/ +usr/share/cantor/xslt/ +usr/share/config.kcfg/cantor.kcfg +usr/share/doc/HTML/ +usr/share/icons/hicolor/*/apps/cantor.png +usr/share/knsrcfiles/cantor.knsrc +usr/share/kxmlgui5/cantor/cantor_advancedplot_assistant.rc +usr/share/kxmlgui5/cantor/cantor_create_matrix_assistant.rc +usr/share/kxmlgui5/cantor/cantor_differentiate_assistant.rc +usr/share/kxmlgui5/cantor/cantor_eigenvalues_assistant.rc +usr/share/kxmlgui5/cantor/cantor_eigenvectors_assistant.rc +usr/share/kxmlgui5/cantor/cantor_import_package_assistant.rc +usr/share/kxmlgui5/cantor/cantor_integrate_assistant.rc +usr/share/kxmlgui5/cantor/cantor_invert_matrix_assistant.rc +usr/share/kxmlgui5/cantor/cantor_part.rc +usr/share/kxmlgui5/cantor/cantor_plot2d_assistant.rc +usr/share/kxmlgui5/cantor/cantor_plot3d_assistant.rc +usr/share/kxmlgui5/cantor/cantor_runscript_assistant.rc +usr/share/kxmlgui5/cantor/cantor_scripteditor.rc +usr/share/kxmlgui5/cantor/cantor_shell.rc +usr/share/kxmlgui5/cantor/cantor_solve_assistant.rc +usr/share/locale/ diff --git a/cantor.lintian-overrides b/cantor.lintian-overrides new file mode 100644 index 0000000..f125b8e --- /dev/null +++ b/cantor.lintian-overrides @@ -0,0 +1,6 @@ +cantor: no-manual-page usr/bin/cantor +cantor: no-manual-page usr/bin/cantor_scripteditor +# private lib +cantor: lacks-ldconfig-trigger usr/lib/*/libcantor_config.so +cantor: package-name-doesnt-match-sonames libcantor-config +cantor: shared-library-lacks-version usr/lib/*/libcantor_config.so libcantor_config.so diff --git a/cantor.maintscript b/cantor.maintscript new file mode 100644 index 0000000..b977ca8 --- /dev/null +++ b/cantor.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/xdg/cantor.knsrc 4:20.12.0-1~ diff --git a/changelog b/changelog new file mode 100644 index 0000000..defd371 --- /dev/null +++ b/changelog @@ -0,0 +1,1161 @@ +cantor (4:20.12.1-5) unstable; urgency=medium + + [ Norbert Preining ] + * Add missing breaks (Closes: #988283) + + -- Norbert Preining Wed, 19 May 2021 16:16:20 +0900 + +cantor (4:20.12.1-4) unstable; urgency=medium + + [ John Scott ] + * Patch the Sage backend to work around issue in the SageMath package. + (Addresses: #972346) + * Update docs to reflect that Sage is in Debian now. (Closes: #980318) + + -- Norbert Preining Tue, 02 Feb 2021 11:03:04 +0900 + +cantor (4:20.12.1-3) unstable; urgency=medium + + * Revert changes of previous version, not buildable. + + -- Norbert Preining Sat, 16 Jan 2021 20:02:07 +0900 + +cantor (4:20.12.1-2) experimental; urgency=medium + + * Enable the Julia backend for other archs where Julia is built. + + -- Norbert Preining Fri, 15 Jan 2021 13:05:22 +0900 + +cantor (4:20.12.1-1) experimental; urgency=medium + + * Update Maintainer name part. + * New upstream release (20.12.1). + * Add symbols file. + * Add symbols helper to d/rules dh invocation. + + -- Norbert Preining Tue, 12 Jan 2021 10:02:17 +0900 + +cantor (4:20.12.0-2) experimental; urgency=medium + + * Ship development files and split out shared library into separate + packages. + * Remove Maxy from uploaders, thanks for your work. Add myself. + + -- Norbert Preining Tue, 05 Jan 2021 07:20:05 +0900 + +cantor (4:20.12.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release (20.12.0). + * Drop superseeded patch find-newer-python.diff. + * Deregister all the /etc/xdg/*.knsrc files, moved. + * Update upstream metadata. + + -- Norbert Preining Tue, 15 Dec 2020 12:13:05 +0900 + +cantor (4:20.08.3-3) unstable; urgency=medium + + * Team upload. + * Upload to unstable. + + -- Pino Toscano Sat, 21 Nov 2020 00:21:24 +0100 + +cantor (4:20.08.3-2) experimental; urgency=medium + + * Team upload. + * Enable the Julia backend, only on amd64 for now: (Closes: #808001) + - add a new cantor-backend-julia package, mentioning it in suggests and + descriptions + - add the julia, and libjulia-dev build dependencies + - remove debian/not-installed, no more needed now + * Make the discount build verbose; patch discount-build-verbose.diff. + * Update lintian overrides. + * Export CFLAGS including CPPFLAGS during build, so the discount copy is + configured, and built with all the right build flags. + * Bump Standards-Version to 4.5.1, no changes required. + + -- Pino Toscano Thu, 19 Nov 2020 09:36:42 +0100 + +cantor (4:20.08.3-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Remove the armhf, i386, and powerpc architectures from + cantor-backend-scilab, as it will not be supported anymore soon on those + architectures. (Closes: #973703) + * Find also Python 3.9 and Python 3.10; patch find-newer-python.diff. + (Closes: #972764) + * Bump the debhelper compatibility to 13: + - switch the debhelper-compat build dependency to 13 + * Re-export upstream signing key without extra signatures. + * Set fields Upstream-Name, Upstream-Contact in debian/copyright. + * Remove obsolete fields Contact, Name from debian/upstream/metadata (already + present in machine-readable debian/copyright). + * Update install files. + + -- Pino Toscano Sun, 08 Nov 2020 13:02:39 +0100 + +cantor (4:20.04.3-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + + -- Pino Toscano Sat, 01 Aug 2020 08:38:45 +0200 + +cantor (4:20.04.2-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Switch back the scilab-cli suggest in cantor-backend-scilab to a + dependency, as scilab was fixed in the meanwhile. + * Update the build dependencies according to the upstream build system: + - bump Qt packages to 5.8.0 + - add libpoppler-qt5-dev + * Update install files + - fold libcantor-pythonbackend into cantor-backend-python3, and drop it; + add proper breaks/replaces + * Unregister /etc/xdg/cantor_python3.knsrc as conffile, as it was renamed. + * Switch from dhmk to the dh sequencer: + - invoke the dh sequencer using the kf5 addon + - call the right debhelper command instead of $(overridden_command) + - manually force the generation of the substvars for the kde-l10n breaks, + and the strict shlibs handling + * Bump the debhelper compatibility to 12: + - switch the debhelper build dependency to debhelper-compat 12 + - remove debian/compat + - drop the dh_makeshlibs override, as -V is done by default + * Add Rules-Requires-Root: no. + * Add a debian/not-installed with the files of the not yet shipped julia + backend. + * Update lintian overrides. + + -- Pino Toscano Sat, 13 Jun 2020 12:46:05 +0200 + +cantor (4:19.08.3-2) unstable; urgency=medium + + * Team upload. + * Update watch file to the new release-service location. + * Bump Standards-Version to 4.5.0, no changes required. + * Demote the scilab-cli dependency in cantor-backend-scilab to a suggest, + as scilab currently FTBFSes in Debian. (Closes: #958189) + + -- Pino Toscano Sun, 19 Apr 2020 17:01:37 +0200 + +cantor (4:19.08.3-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Drop the Python 2 backend, as Python 2 will be removed from Debian: + (Closes: #936271) + - drop the cantor-backend-python2 binary + - remove the python-dev build dependency + - remove the cantor-backend-python2 suggest in cantor, and stop mentioning + it in the description + * Update almost all the URLs to https: + - use the actual homepage of Qalculate + - leave the homepage of Maxima as http, as https is not supported + + -- Pino Toscano Wed, 13 Nov 2019 21:47:09 +0100 + +cantor (4:19.08.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Bump Standards-Version to 4.4.1, no changes required. + * Drop the migration from cantor-dbg, no more needed after two Debian stable + releases. + * Update the build dependencies according to the upstream build system: + - bump cmake to 3.5.0 + - explicitly add gettext + * Remove more development stuff. + * Add the configuration for the CI on salsa. + * Remove old cantor-backend-python2 breaks/replaces, older than oldstable. + + -- Pino Toscano Tue, 08 Oct 2019 07:15:15 +0200 + +cantor (4:18.12.0-2) unstable; urgency=medium + + * Team upload. + * Do not build the scilab backend on armel, mips, and mipsel + (Closes: #926565). + + -- Simon Quigley Tue, 16 Apr 2019 18:44:00 -0500 + +cantor (4:18.12.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release: + - fixes the SageMath backend (Closes: #910722, #911084) + * Update the build dependencies according to the build system: + - bump cmake to 3.1.0 + - bump all the KF5 packages to 5.49.0 + - add libkf5syntaxhighlighting-dev, and libmarkdown2-dev + * Update install files. + * Update lintian overrides. + * Update the patches: + - acceptable_answers: drop, as it does not apply anymore, and there is no + information on what it does nor its status + * Remove the 'testsuite' autopkgtest, since it fails, and it does not test + the packages in the archive + - dbus is not run anymore (Closes: #835839) + * Disable the build (passing -DBUILD_TESTING=OFF to cmake) of the unit tests, + as they are not run at build time. + * Bump Standards-Version to 4.3.0, no changes required. + + -- Pino Toscano Wed, 26 Dec 2018 14:26:49 +0100 + +cantor (4:18.08.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release: + - should work fine with SageMath >= 8.1 (Closes: #852780) + - fixes build with Qt >= 5.11 (Closes: #906651) + * Remove the transitional cantor-backend-python package. + * Bump Standards-Version to 4.2.1, no changes required. + * Bump the debhelper compatibility to 11: + - bump the debhelper build dependency to 11~ + - bump compat to 11 + * Switch Vcs-* fields to salsa.debian.org. + * Use https for Format in copyright. + * Update install files. + * Update lintian overrides. + * Update the patches: + - maxima_multiresults: drop, as it does not apply anymore, and there is no + information on what it does nor its status + - acceptable_answers: refresh + - maxima_waiting_the_carriage: drop, as it does not apply anymore, and + there is no information on what it does nor its status + * Do not run the autopkgtest testsuite in parallel, since the jobs might + interfere with each other. + * Add the python3-numpy, and fonts-freefont-otf dependencies for the + autopkgtest testsuite: the former is needed by the Python 3 test, and the + latter for plots in Octave (which already recommends it). + + -- Pino Toscano Sat, 08 Sep 2018 07:09:20 +0200 + +cantor (4:17.08.3-1) unstable; urgency=medium + + * Team upload. + * Upload to unstable. + * New upstream release. + * Adjust l10npkgs_firstversion_ok to the version where kde-l10n will + drop translations. + * Bump Standards-Version to 4.1.1, no changes required. + * Simplify watch file, and switch it to https. + * Fix typo in an old changelog entry. + * Remove debian/not-installed, as it is no more useful now. + * Drop the cantor-dev package, since cantor does not provide stable API/ABI + for its libraries, and the current packaging does not support well + dependencies. + * Move backend-specific files to their own packages + - add proper breaks/replaces + * Drop the julia build dependency, since at the moment the julia backend + is not packaged. + * Drop the unused libkf5kdelibs4support-dev build dependency. + * Update lintian overrides. + + -- Pino Toscano Sat, 02 Dec 2017 10:58:04 +0100 + +cantor (4:17.08.0-1) experimental; urgency=medium + + * New upstream release (17.08.0) + * Re-enable cantor-backend-scilab + * Bump Standards-Version to 4.1.0. + * Update upstream metadata + * Bump kde-l10n breaks/replaces versions + * Release to experimental + + -- Maximiliano Curia Mon, 18 Sep 2017 15:06:13 +0200 + +cantor (4:17.08.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Thu, 17 Aug 2017 09:31:06 +0000 + +cantor (4:17.04.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 12 Jul 2017 10:18:24 +0000 + +cantor (4:17.04.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 07 Jun 2017 12:19:53 +0000 + +cantor (4:17.04.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Thu, 11 May 2017 18:11:13 +0000 + +cantor (4:17.04.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 19 Apr 2017 13:02:25 +0000 + +cantor (4:16.12.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 08 Mar 2017 13:46:25 +0000 + +cantor (4:16.12.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 08 Feb 2017 16:55:28 +0000 + +cantor (4:16.12.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 11 Jan 2017 13:13:44 +0000 + +cantor (4:16.12.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 14 Dec 2016 16:23:11 +0000 + +cantor (4:16.08.3-1) unstable; urgency=medium + + * New upstream release (16.08.3) + + -- Maximiliano Curia Wed, 23 Nov 2016 20:49:59 +0100 + +cantor (4:16.08.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Mon, 21 Nov 2016 13:52:12 +0000 + +cantor (4:16.08.2-1) unstable; urgency=medium + + [ Automatic packaging ] + * Refresh patches + * Update build-deps and deps with the info from cmake + + [ Maximiliano Curia ] + * New upstream release (16.08.2) + * Update install files + + -- Maximiliano Curia Wed, 19 Oct 2016 00:03:38 +0200 + +cantor (4:16.08.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 14 Oct 2016 13:38:12 +0000 + +cantor (4:16.08.1-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Fri, 16 Sep 2016 13:04:54 +0000 + +cantor (4:16.08.0-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Wed, 17 Aug 2016 11:47:09 +0000 + +cantor (4:16.04.3-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Tue, 12 Jul 2016 11:39:45 +0000 + +cantor (4:16.04.2-1) unstable; urgency=medium + + * Add new patch: upstream_drop_settingswidget_files.patch (Closes: 792078) + Thanks to Scott Kitterman for the report. + + -- Maximiliano Curia Fri, 24 Jun 2016 09:10:44 +0200 + +cantor (4:16.04.2-0neon) xenial; urgency=medium + + * New release + + -- Neon CI Thu, 16 Jun 2016 11:09:05 +0000 + +cantor (4:16.04.1-1) unstable; urgency=medium + + [ Automatic packaging ] + * Bump Standards-Version to 3.9.8 + * Add scilab files to the not-installed list + * Update build-deps and deps with the info from cmake + * Refresh patches + + [ Maximiliano Curia ] + * Replace the "Historical name" ddeb-migration by its "Modern, clearer" replacement dbgsym-migration. + * Add upstream metadata (DEP-12) + * Add new lintian-override for package-must-activate-ldconfig-trigger + + -- Maximiliano Curia Sat, 28 May 2016 01:27:36 +0200 + +cantor (4:15.12.2-1) unstable; urgency=medium + + * New upstream release (15.12.2). + * Disable scilab support, (wait for #749833 to be fixed to re-enable + it). + * Bump Standards-Version to 3.9.7, no changes needed. + + -- Maximiliano Curia Mon, 29 Feb 2016 09:02:06 +0100 + +cantor (4:15.12.1-2) experimental; urgency=medium + + * Install cantor_lua.knsrc only if present. + + -- Maximiliano Curia Fri, 12 Feb 2016 12:50:12 +0100 + +cantor (4:15.12.1-1) experimental; urgency=medium + + * New upstream release (15.12.0). + * New upstream release (15.12.1). + + -- Maximiliano Curia Mon, 01 Feb 2016 10:24:13 +0100 + +cantor (4:15.08.3-1) experimental; urgency=medium + + * New upstream release (15.08.3). + + -- Maximiliano Curia Wed, 02 Dec 2015 12:39:55 +0100 + +cantor (4:15.08.1-1) experimental; urgency=medium + + * New upstream release (15.08.1). + + -- Maximiliano Curia Sat, 19 Sep 2015 03:16:19 +0200 + +cantor (4:15.08.0-1) experimental; urgency=medium + + * New upstream release (15.04.0). + * New upstream release (15.04.1). + * New upstream release (15.04.2). + * New upstream release (15.04.3). + * New upstream release (15.08.0). + * Update build dependencies. + * Refresh patches. + + -- Maximiliano Curia Mon, 07 Sep 2015 18:15:59 +0200 + +cantor (4:15.08.0-0ubuntu1) wily; urgency=medium + + * New upstream release + + -- Clive Johnston Wed, 26 Aug 2015 16:13:26 +0100 + +cantor (4:15.07.90-0ubuntu1) wily; urgency=medium + + * New upstream release + * PPA build + + -- Jonathan Riddell Tue, 18 Aug 2015 08:57:01 +0100 + +cantor (4:15.04.2-0ubuntu1) wily; urgency=medium + + [ Scarlett Clark ] + * New upstream release + + [ Jonathan Riddell ] + * PPA build + + -- Jonathan Riddell Tue, 09 Jun 2015 18:22:28 +0200 + +cantor (4:14.12.3-1) experimental; urgency=medium + + * New upstream release (14.12.3). + + -- Maximiliano Curia Sun, 29 Mar 2015 15:13:10 +0200 + +cantor (4:14.12.3-0ubuntu1) vivid; urgency=medium + + * New upstream release. + * Release to vivid + + -- Scarlett Clark Wed, 11 Mar 2015 14:52:09 -0700 + +cantor (4:14.12.2-1) experimental; urgency=medium + + * New upstream release (14.12.2). + + [ Scarlett Clark ] + * Remove weaker suggests cantor-backend-qalculate, as + it is already a recommends. + + [ Harald Sitter ] + * Add python-numpy to tests dependencies, should fix python test + + [ Maximiliano Curia ] + * Bump Standards-Version to 3.9.6, no changes needed. + + -- Maximiliano Curia Sat, 21 Feb 2015 11:05:54 +0100 + +cantor (4:14.12.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + * Remove kdelibs5-dev depend version as there was not a new release. + + -- Scarlett Clark Mon, 15 Dec 2014 17:13:45 +0100 + +cantor (4:14.11.97-0ubuntu2) vivid; urgency=medium + + * Remove kalgebra backend, needs porting to Qt 5 for new libanalitza + + -- Jonathan Riddell Tue, 09 Dec 2014 17:27:35 +0100 + +cantor (4:14.11.97-0ubuntu1) vivid; urgency=medium + + [ Scarlett Clark ] + * New upstream release candidate + + [ Jonathan Riddell ] + * Tidy up debian/copyright + + -- Jonathan Riddell Wed, 03 Dec 2014 11:52:32 +0100 + +cantor (4:14.11.95-0ubuntu2) vivid; urgency=medium + + * Fix Watch file applications locations + * Fix VCS for new kde-applications location + + -- Scarlett Clark Mon, 24 Nov 2014 08:22:03 -0800 + +cantor (4:14.11.95-0ubuntu1) vivid; urgency=medium + + * Initial release for KDE applications 14.12 series + - Change maintainer to Debian/Kubuntu + - Add missing *.knsrc files to cantor.install + * Debian merge, remaining changes: + - Add transitional package for cantor-backend-python2 + with accompanying breaks/replace. + + -- Scarlett Clark Fri, 21 Nov 2014 15:36:36 -0800 + +cantor (4:4.14.2-3) unstable; urgency=medium + + * Team upload. + * Add libsoprano-dev to build-depends since it is no longer transitively + pulled in + + -- Scott Kitterman Fri, 28 Aug 2015 16:54:15 -0400 + +cantor (4:4.14.2-2) unstable; urgency=medium + + [ Pino Toscano ] + * Update patches: + - octave_force_use_of_gnuplot: drop, applied upstream + + -- Maximiliano Curia Tue, 21 Oct 2014 19:51:53 +0200 + +cantor (4:4.14.2-1) unstable; urgency=medium + + * New upstream release (4.14.2). + + -- Maximiliano Curia Mon, 20 Oct 2014 17:13:24 +0200 + +cantor (4:4.14.2-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Scarlett Clark Fri, 10 Oct 2014 02:33:40 -0700 + +cantor (4:4.14.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Package the Lua backend: + - add a new cantor-backend-lua binary, and mention it in cantor + - add the libluajit-5.1-dev build dependency + - restrict it to amd64 and i386 only for now, since luajit is not + available on all the architectures + + -- Pino Toscano Sat, 04 Oct 2014 18:00:02 +0200 + +cantor (4:4.14.1-0ubuntu1) utopic; urgency=medium + + * New upstream release + + -- Scarlett Clark Mon, 22 Sep 2014 16:23:04 +0200 + +cantor (4:4.14.0-1) unstable; urgency=medium + + * New upstream release. + * Update install files. + * Refresh patches. + + -- Maximiliano Curia Fri, 22 Aug 2014 21:58:28 +0200 + +cantor (4:4.14.0-0ubuntu1) utopic; urgency=medium + + * New upstream release + + -- Jonathan Riddell Wed, 20 Aug 2014 12:28:11 +0200 + +cantor (4:4.13.97-0ubuntu2) utopic; urgency=medium + + * Only build cantor-backend-lua for amd64, armhf, i386, and powerpc due to + build-deps not being available on arm64 and ppc64el + + -- Scott Kitterman Sat, 09 Aug 2014 19:56:36 -0400 + +cantor (4:4.13.97-0ubuntu1) utopic; urgency=medium + + * New upstream beta release RC + + -- Scarlett Clark Fri, 01 Aug 2014 16:06:46 +0200 + +cantor (4:4.13.95-0ubuntu1) utopic; urgency=medium + + * New upstream beta release + + -- Scarlett Clark Wed, 30 Jul 2014 17:21:54 +0200 + +cantor (4:4.13.90-0ubuntu1) utopic; urgency=medium + + [ Scarlett Clark ] + * New upstream beta release + + [ Jonathan Riddell ] + * Add cantor-backend-lua + + -- Scarlett Clark Thu, 24 Jul 2014 17:22:19 +0200 + +cantor (4:4.13.3-2) unstable; urgency=medium + + * Remove patch: testmaxima_inforeq_test, maxima honours the prompts + again. + * New patch: maxima_multiresults + * New patch: acceptable_answers + * New patch: maxima_waiting_the_carriage + + -- Maximiliano Curia Tue, 12 Aug 2014 21:55:35 +0000 + +cantor (4:4.13.3-1) unstable; urgency=medium + + * New upstream release. + * Update blas and lapack b-d. (Closes: #750782) Thanks to Sébastien + Villemot + + -- Maximiliano Curia Tue, 29 Jul 2014 11:41:11 +0200 + +cantor (4:4.13.2-0ubuntu2) utopic; urgency=medium + + * Make cantor-backend-maxima Arch: amd64 armhf i386 powerpc instead of + Arch: any since maxima is not available on arm64 or ppc64el + + -- Scott Kitterman Tue, 24 Jun 2014 15:40:28 -0400 + +cantor (4:4.13.2-0ubuntu1) utopic; urgency=medium + + * new upstream release + + -- Jonathan Riddell Wed, 18 Jun 2014 11:39:26 +0100 + +cantor (4:4.13.1-1) unstable; urgency=medium + + * New upstream release. + * Update analitza build-dep. + * Remove upstream applied patch: no_install_rpath_use_link_path.diff + * Remove upstream applied patch: maxima_backend_ps_file + * Refresh patches. + + -- Maximiliano Curia Mon, 19 May 2014 16:58:42 +0200 + +cantor (4:4.13.0-0ubuntu2) utopic; urgency=medium + + * Merge with debian, remaining changes: + - Drop octave_force_use_of_gnuplot, applied upstream + - Drop no_install_rpath_use_link_path.diff, applied upstream + - Drop maxima_backend_ps_file, applied upstream + - Add transitional package for cantor-backend-python2 + + -- Rohan Garg Fri, 30 May 2014 19:14:52 +0200 + +cantor (4:4.13.0-0ubuntu1) trusty; urgency=medium + + * New upstream KDE Software Compilation release + + -- Jonathan Riddell Thu, 10 Apr 2014 21:34:28 +0100 + +cantor (4:4.12.97-0ubuntu1) trusty; urgency=medium + + * New upstream release candidate + + -- Philip Muškovac Wed, 02 Apr 2014 11:05:45 +0200 + +cantor (4:4.12.95-0ubuntu1) trusty; urgency=medium + + [ Rohan Garg ] + * New upstream beta release + + [ Philip Muškovac ] + * Drop no_install_rpath_use_link_path.diff, applied upstream + + -- Rohan Garg Sun, 23 Mar 2014 11:52:51 +0100 + +cantor (4:4.12.90-0ubuntu1) trusty; urgency=medium + + * New upstream beta release + + -- Jonathan Riddell Wed, 19 Mar 2014 10:32:21 +0000 + +cantor (4:4.12.4-1) unstable; urgency=medium + + * New upstream release. + + -- Maximiliano Curia Mon, 28 Apr 2014 12:25:26 +0200 + +cantor (4:4.12.3-1) experimental; urgency=medium + + * New upstream release. + * New patch: octave_for_use_of_gnuplot + + -- Maximiliano Curia Tue, 04 Mar 2014 00:06:19 +0100 + +cantor (4:4.12.3-0ubuntu1) trusty; urgency=medium + + * New upstream bugfix release + + -- Rohan Garg Tue, 04 Mar 2014 20:24:47 +0100 + +cantor (4:4.12.2-1) experimental; urgency=low + + * Drop kalgebra dependency, thanks to Rohan Garg. (Closes: #729496) + * Enable build failures on missing symbols. + * Add autopkgtest. + * New patch: maxima_backend_ps_file + * New patch: testmaxima_inforeq_test + * Disable testInformationRequest in maxima backend, as maxima is not + honouring prompt-* vars. + * New upstream release. + * New cantor backend: cantor-backend-python2 + * Update install files. + * Bump kde-sc-dev-latest build dependency. + + -- Maximiliano Curia Mon, 10 Feb 2014 11:31:31 +0100 + +cantor (4:4.12.2-0ubuntu1) trusty; urgency=medium + + * New upstream bugfix release + + -- Rohan Garg Tue, 04 Feb 2014 23:33:48 +0000 + +cantor (4:4.12.1-0ubuntu1) trusty; urgency=low + + * New upstream bugfix release + + -- Rohan Garg Thu, 16 Jan 2014 07:53:53 +0000 + +cantor (4:4.12.0-0ubuntu1) trusty; urgency=low + + * New upstream release + + -- Jonathan Riddell Wed, 18 Dec 2013 16:20:51 +0000 + +cantor (4:4.11.97-0ubuntu1) trusty; urgency=low + + * New upstream RC release + + -- Jonathan Riddell Fri, 29 Nov 2013 12:26:59 +0000 + +cantor (4:4.11.95-0ubuntu1) trusty; urgency=low + + * New upstream beta release + + -- Rohan Garg Mon, 25 Nov 2013 17:38:34 +0100 + +cantor (4:4.11.80-0ubuntu1) trusty; urgency=low + + * New upstream beta release + * Add a new cantor-backend-python + * Add Build-Dep to libpython2.7-dev + + -- Rohan Garg Sat, 23 Nov 2013 17:24:45 +0100 + +cantor (4:4.11.3-1) unstable; urgency=low + + * New upstream release. + * Update build dependencies. + + -- Maximiliano Curia Fri, 08 Nov 2013 15:24:01 +0100 + +cantor (4:4.11.2-1) experimental; urgency=low + + * New upstream release. + * Update build-dependencies. + + -- Maximiliano Curia Wed, 09 Oct 2013 15:23:58 +0200 + +cantor (4:4.11.2-0ubuntu1) saucy; urgency=low + + * New upstream bugfix release + + -- Jonathan Riddell Mon, 30 Sep 2013 13:54:52 +0100 + +cantor (4:4.11.1-0ubuntu1) saucy; urgency=low + + * New upstream bugfix release. + + -- Howard Chan Fri, 06 Sep 2013 22:03:25 +0100 + +cantor (4:4.11.0-0ubuntu1) saucy; urgency=low + + [ Howard Chan ] + * New upstream release + + [ Jonathan Riddell ] + * New upstream release + + -- Jonathan Riddell Tue, 13 Aug 2013 23:54:43 +0100 + +cantor (4:4.10.97-0ubuntu1) saucy; urgency=low + + * New upstream RC 2 release + * New upstream RC 2 release + + -- Jonathan Riddell Fri, 26 Jul 2013 19:01:19 +0100 + +cantor (4:4.10.95-0ubuntu1) saucy; urgency=low + + * New upstream RC release + + -- Rohan Garg Fri, 19 Jul 2013 12:31:39 +0000 + +cantor (4:4.10.90-0ubuntu1) saucy; urgency=low + + * New upstream bet release + + -- Michał Zając Fri, 28 Jun 2013 17:57:08 +0100 + +cantor (4:4.10.80-0ubuntu1) saucy; urgency=low + + [ Rohan Garg ] + * New upstream release + + [ Jonathan Riddell ] + * New upstream release + + -- Jonathan Riddell Fri, 21 Jun 2013 00:43:55 +0100 + +cantor (4:4.10.5-1) unstable; urgency=low + + * New upstream release. + + -- Maximiliano Curia Fri, 12 Jul 2013 12:58:42 +0200 + +cantor (4:4.10.4-1) experimental; urgency=low + + * New upstream release. + * Bump debhelper build-dep and compat to 9. + * Bump Standards-Version to 3.9.4. + * Update vcs fields. + * Add myself to uploaders. + + -- Maximiliano Curia Fri, 14 Jun 2013 13:43:14 +0200 + +cantor (4:4.10.4-0ubuntu1) saucy-proposed; urgency=low + + * New upstream bugfix release + + -- Rohan Garg Thu, 06 Jun 2013 23:32:56 +0100 + +cantor (4:4.10.3-0ubuntu1) saucy; urgency=low + + * New upstream release + * Merge with Debian, no changes + + -- Jonathan Riddell Thu, 23 May 2013 11:04:22 +0000 + +cantor (4:4.10.2-1) experimental; urgency=low + + * New upstream. + * Bump build-deps. + * Update uploaders. + * Update installed-files. + + -- Sune Vuorela Fri, 05 Apr 2013 22:15:11 +0000 + +cantor (4:4.10.2-0ubuntu1) raring; urgency=low + + * New upstream bugfix release + + -- Philip Muškovac Sun, 31 Mar 2013 14:34:18 +0200 + +cantor (4:4.10.1-0ubuntu1) raring-proposed; urgency=low + + * New upstream bugfix release + + -- Philip Muškovac Tue, 05 Mar 2013 15:10:32 +0000 + +cantor (4:4.10.0-0ubuntu1) raring-proposed; urgency=low + + * New upstream release + + -- Rohan Garg Wed, 06 Feb 2013 11:28:40 +0000 + +cantor (4:4.9.98-0ubuntu1) raring-proposed; urgency=low + + * New upstream release candidate + + -- Jonathan Riddell Fri, 18 Jan 2013 14:53:44 +0000 + +cantor (4:4.9.97-0ubuntu1) raring; urgency=low + + * New upstream release candidate + + -- Philip Muškovac Thu, 03 Jan 2013 22:22:26 +0100 + +cantor (4:4.9.95-0ubuntu1) raring; urgency=low + + * New upstream RC release + + -- Jonathan Riddell Tue, 18 Dec 2012 23:13:40 +0000 + +cantor (4:4.9.90-0ubuntu1) raring-proposed; urgency=low + + * New upstream beta release + - Drop qreal_double_fix.diff, applied upstream + + -- Jonathan Riddell Fri, 07 Dec 2012 17:33:59 +0000 + +cantor (4:4.9.80-0ubuntu3) raring; urgency=low + + * Add debian/patches/qreal_double_fix.diff to fix FTBFS on armfh + - Thanks to Jonathan Thomas for assisting + + -- Scott Kitterman Wed, 28 Nov 2012 15:24:40 -0500 + +cantor (4:4.9.80-0ubuntu2) raring; urgency=low + + * Bump required version of analitza-dev build-dep to 4:4.9.80 since the + newer version is required to build + + -- Scott Kitterman Thu, 22 Nov 2012 19:32:22 -0500 + +cantor (4:4.9.80-0ubuntu1) raring; urgency=low + + [ Jonathan Riddell ] + * New upstream beta release + * Update .install files + + [ Scott Kitterman ] + * Add Kubuntu Vcs-* header fields + + -- Jonathan Riddell Mon, 19 Nov 2012 15:41:26 +0000 + +cantor (4:4.9.3-0ubuntu1) raring; urgency=low + + * New upstream release (LP: #1074747) + + -- Philip Muškovac Tue, 06 Nov 2012 22:20:23 +0100 + +cantor (4:4.9.2-0ubuntu1) quantal-proposed; urgency=low + + * New upstream bugfix release + + -- Jonathan Riddell Tue, 02 Oct 2012 15:08:54 +0100 + +cantor (4:4.9.1-0ubuntu1) quantal; urgency=low + + * New upstream release + + -- Harald Sitter Mon, 10 Sep 2012 18:14:30 +0530 + +cantor (4:4.9.0-0ubuntu1) quantal; urgency=low + + * Use direct build-depends versions rather than kde-sc-dev-latest + * New upstream release + + -- Jonathan Riddell Thu, 26 Jul 2012 16:58:00 +0100 + +cantor (4:4.8.90-0ubuntu1) quantal; urgency=low + + * New upstream beta release. + + -- Felix Geyer Mon, 11 Jun 2012 21:59:28 +0200 + +cantor (4:4.8.80-0ubuntu1) quantal; urgency=low + + * New upstream release + + -- Jonathan Riddell Wed, 06 Jun 2012 13:33:37 +0100 + +cantor (4:4.8.4-2) unstable; urgency=low + + [ José Manuel Santamaría Lema ] + * Architecture for cantor-backend-scilab changed from 'any' to + 'i386 amd64'. + + [ Sune Vuorela ] + * Adapt some descriptions + + -- Sune Vuorela Fri, 22 Jun 2012 09:04:26 +0200 + +cantor (4:4.8.4-1) experimental; urgency=low + + * Team upload. Upload to experimental. + * New upstream release. + + [ José Manuel Santamaría Lema ] + * Bump kde-sc-dev-latest build dependency to 4:4.8.4. + * Bump kdelibs5-dev build dependency to 4:4.8. + * Build depend on libanalitza-dev instead of kalgebra-dev. + * Build depend on libqalculate-dev and libglib2.0-dev, needed to build the + qalculate backend. + * Update installed files. + * Add new backends: + - cantor-backend-qalculate + - cantor-backend-scilab + * Remove upstream_Qualify-which-setupUi-is-being-called.patch, applied + upstream. + * Add watch file. + * Update copyright file. + * Update lintian overrides. + + -- Lisandro Damián Nicanor Pérez Meyer Sun, 17 Jun 2012 16:55:31 -0300 + +cantor (4:4.8.3-0ubuntu1) quantal; urgency=low + + * New upstream release + + -- Jonathan Kolberg Sun, 20 May 2012 22:07:01 +0200 + +cantor (4:4.8.2-0ubuntu1) precise; urgency=low + + * New upstream release + + -- Philip Muškovac Sun, 01 Apr 2012 21:08:35 +0200 + +cantor (4:4.8.1-0ubuntu1) precise; urgency=low + + * New upstream release + + -- Philip Muškovac Sun, 04 Mar 2012 19:36:21 +0100 + +cantor (4:4.8.0-0ubuntu1) precise; urgency=low + + * New upstream release + + -- Jonathan Riddell Fri, 20 Jan 2012 12:10:25 +0000 + +cantor (4:4.7.97-0ubuntu1) precise; urgency=low + + * New upstream release candidate + + -- Jonathan Riddell Thu, 05 Jan 2012 12:18:22 +0000 + +cantor (4:4.7.95-0ubuntu1) precise; urgency=low + + * New upstream release candidate + - update description for cantor + - update cantor-backend-qalculate.install and + cantor-backend-scilab.install + + -- Philip Muškovac Sat, 24 Dec 2011 18:23:24 +0100 + +cantor (4:4.7.90-0ubuntu1) precise; urgency=low + + * new upstream beta release + * Add build-dep on libqalculate-dev + + -- Jonathan Riddell Thu, 15 Dec 2011 14:17:54 +0000 + +cantor (4:4.7.4-3) unstable; urgency=low + + * Team upload. + * Backport upstream commit 56040ac851dc9180ae51c0e5041984abef54e7f2 to fix + building with GCC 4.7; patch + upstream_Qualify-which-setupUi-is-being-called.patch. (Closes: #667127) + * Bump Standards-Version to 3.9.3, no changes required. + * Add "standard footer" to the description of cantor-dbg to not have it + considered as too short. + + -- Pino Toscano Tue, 22 May 2012 11:32:34 +0200 + +cantor (4:4.7.4-2) unstable; urgency=low + + * Team upload. Upload to unstable. + + -- Pino Toscano Wed, 07 Mar 2012 18:48:42 +0100 + +cantor (4:4.7.4-1) experimental; urgency=low + + * New upstream release. + + [ José Manuel Santamaría Lema ] + * Bump kde-sc-dev-latest build dependency to 4:4.7.4. + * Remove add_find_analitza_cmake.diff, applied upstream. + + [ Pino Toscano ] + * cantor-backend-sage: demote sagemath to suggest (as it is not in Debian); + add notes in the description and in a new README.Debian about the need + of installing Sage manually. (Closes: #651825) + + -- Debian Qt/KDE Maintainers Sun, 18 Dec 2011 01:39:29 +0100 + +cantor (4:4.7.3-0ubuntu1) precise; urgency=low + + [ Jonathan Riddell ] + * Merge with Debian git + * This package demoted to now in universe so we can now build-dep on R + + [ Philip Muškovac ] + * New upstream release + + -- Jonathan Riddell Wed, 23 Nov 2011 23:46:54 +0000 + +cantor (4:4.7.2-1) experimental; urgency=low + + * Initial release. Start from the Ubuntu packaging, thanks! + + [ Pino Toscano ] + * cantor: recommend texlive-latex-base and texlive-binaries for the + `latex` and `dvips` commands, used to pretty-print formulas. + (Closes: #601296) + + -- Debian Qt/KDE Maintainers Sat, 03 Dec 2011 10:46:14 -0300 + +cantor (4:4.7.2-0r2) raring; urgency=low + + * Initial release. Start from the Ubuntu packaging, thanks! + + [ Pino Toscano ] + * cantor: recommend texlive-latex-base and texlive-binaries for the + `latex` and `dvips` commands, used to pretty-print formulas. + (Closes: #601296) + + -- José Manuel Santamaría Lema Tue, 18 Oct 2011 01:02:36 +0200 + +cantor (4:4.7.1-0ubuntu2) oneiric; urgency=low + + * No-change rebuild so translations aren't stripped from .desktop + files anymore. + + -- Felix Geyer Thu, 15 Sep 2011 22:52:05 +0200 + +cantor (4:4.7.1-0ubuntu1) oneiric; urgency=low + + * New upstream release + - Bump kde-sc-dev-latest build dependency to 4:4.7.1 + + -- Jonathan Kolberg Fri, 09 Sep 2011 00:53:49 -0400 + +cantor (4:4.7.0-0ubuntu1) oneiric; urgency=low + + * New upstream release + + -- Philip Muškovac Sat, 23 Jul 2011 01:27:31 +0200 + +cantor (4:4.6.90+repack1-0ubuntu1) oneiric; urgency=low + + * New upstream release candidate + * Update package for split tarball + * Disable cantor-backend-kalgebra which isn't built + * Repack to add missing COPYING files + + -- Philip Muškovac Thu, 30 Jun 2011 07:55:47 +0200 diff --git a/control b/control new file mode 100644 index 0000000..16b3870 --- /dev/null +++ b/control @@ -0,0 +1,277 @@ +Source: cantor +Section: kde +Priority: optional +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Sune Vuorela , + Norbert Preining , +Build-Depends: cmake (>= 3.12~), + debhelper-compat (= 13), + extra-cmake-modules (>= 5.49.0~), + gettext, + julia [amd64], + libanalitza-dev (>> 4:15.08), + libglib2.0-dev, + libjulia-dev [amd64], + libkf5archive-dev (>= 5.57.0~), + libkf5completion-dev (>= 5.57.0~), + libkf5config-dev (>= 5.57.0~), + libkf5coreaddons-dev (>= 5.57.0~), + libkf5crash-dev (>= 5.57.0~), + libkf5doctools-dev (>= 5.57.0~), + libkf5i18n-dev (>= 5.57.0~), + libkf5iconthemes-dev (>= 5.57.0~), + libkf5kio-dev (>= 5.57.0~), + libkf5newstuff-dev (>= 5.57.0~), + libkf5parts-dev (>= 5.57.0~), + libkf5pty-dev (>= 5.57.0~), + libkf5syntaxhighlighting-dev (>= 5.57.0~), + libkf5texteditor-dev (>= 5.57.0~), + libkf5textwidgets-dev (>= 5.57.0~), + libkf5xmlgui-dev (>= 5.57.0~), + liblapack3, + libluajit-5.1-dev [i386 amd64], + libmarkdown2-dev, + libpoppler-qt5-dev (>= 0.62.0~), + libqalculate-dev, + libqt5svg5-dev (>= 5.8.0~), + libqt5xmlpatterns5-dev (>= 5.8.0~), + libspectre-dev, + pkg-config, + pkg-kde-tools (>> 0.15.15), + python3-dev, + qtbase5-dev (>= 5.8.0~), + r-base-core +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Homepage: https://edu.kde.org/ +Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/cantor +Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/cantor.git + +Package: cantor +Architecture: any +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: cantor-backend-qalculate, texlive-binaries, texlive-latex-base +Suggests: cantor-backend-julia [amd64], + cantor-backend-kalgebra, + cantor-backend-lua [i386 amd64], + cantor-backend-maxima, + cantor-backend-octave, + cantor-backend-python3, + cantor-backend-r, + cantor-backend-sage, + cantor-backend-scilab [amd64 arm64 ppc64el s390x] +Breaks: ${kde-l10n:all} +Replaces: ${kde-l10n:all} +Description: interface for mathematical applications + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + Cantor supports various mathematical applications as backends (provided in + external packages): + * Maxima Computer Algebra System (cantor-backend-maxima) + * R Project for Statistical Computing (cantor-backend-r) + * Sage Mathematics Software (cantor-backend-sage) + * Octave (cantor-backend-octave) + * Python (cantor-backend-python3) + * Scilab (cantor-backend-scilab) + * Qalculate! (cantor-backend-qalculate) + * Lua (cantor-backend-lua) + * Julia (cantor-backend-julia) + . + This package is part of the KDE education module. + +Package: libcantorlibs28 +Architecture: any +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Replaces: cantor (<< 4:20.12.0-2~) +Breaks: cantor (<< 4:20.12.0-2~) +Description: interface for mathematical applications - shared library + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the shared library for Cantor. + . + This package is part of the KDE education module. + +Package: libcantor-dev +Architecture: any +Section: devel +Depends: ${misc:Depends}, ${shlibs:Depends}, + libcantorlibs28 (= ${binary:Version}) +Description: interface for mathematical applications - development files + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the development headers for Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-kalgebra +Architecture: any +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: KAlgebra backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using KAlgebra + (https://edu.kde.org/kalgebra) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-lua +Architecture: amd64 i386 +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: cantor (<< 4:17.08.3~) +Replaces: cantor (<< 4:17.08.3~) +Description: Lua backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Lua language + (https://www.lua.org) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-maxima +Architecture: any +Section: math +Depends: maxima, ${misc:Depends}, ${shlibs:Depends} +Description: Maxima backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Maxima Computer Algebra System + (http://maxima.sourceforge.net) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-octave +Architecture: any +Section: math +Depends: octave, ${misc:Depends}, ${shlibs:Depends} +Breaks: cantor (<< 4:17.08.3~) +Replaces: cantor (<< 4:17.08.3~) +Description: Octave backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the GNU Octave language for + numerical computations (https://www.octave.org/) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-python3 +Architecture: any +Section: math +Depends: python3, ${misc:Depends}, ${shlibs:Depends} +Breaks: libcantor-pythonbackend (<< 4:20.04.2~) +Replaces: libcantor-pythonbackend (<< 4:20.04.2~) +Description: Python3 backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Python3 language + (https://www.python.org/) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-qalculate +Architecture: any +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: cantor (<< 4:17.08.3~) +Replaces: cantor (<< 4:17.08.3~) +Description: Qalculate! backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Qalculate! calculator + (https://qalculate.github.io/) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-r +Architecture: any +Section: math +Depends: r-base-core, ${misc:Depends}, ${shlibs:Depends} +Suggests: r-base-html +Description: R backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the R Project for Statistical + Computing (https://www.r-project.org) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-sage +Architecture: any +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: sagemath +Description: Sage backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Sage Mathematics Software + (https://www.sagemath.org) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-scilab +Architecture: amd64 arm64 ppc64el s390x +Section: math +Depends: scilab-cli, ${misc:Depends}, ${shlibs:Depends} +Breaks: cantor (<< 4:17.08.3~) +Replaces: cantor (<< 4:17.08.3~) +Description: Scilab backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Scilab scientific software + package for numerical computations (https://www.scilab.org) in Cantor. + . + This package is part of the KDE education module. + +Package: cantor-backend-julia +Architecture: amd64 +Section: math +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Julia backend for Cantor + Cantor is an application to allow you to you use your favorite mathematical + applications from within an elegant worksheet interface. It provides dialogs + to assist with common tasks and allows you to share your worksheets + with others. + . + This package provides the backend for using the Julia programming language + (https://julialang.org) in Cantor. + . + This package is part of the KDE education module. diff --git a/copyright b/copyright new file mode 100644 index 0000000..b9cd001 --- /dev/null +++ b/copyright @@ -0,0 +1,106 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: This package was developed for Ubuntu by the Kubuntu Developers and + modified to be included in Debian. See below the copyright holders for debian/* + files. +Upstream-Name: cantor +Upstream-Contact: kde-devel@kde.org + +Files: * +Copyright: 2009-2010 Alexander Rieder + 2010 Miha Čančula + 2006 David Saxton + 2010 Raffaele De Feo + 2009-2010 Oleksiy Protas + 2009 Aleix Pol + 2011 Filipe Saraiva + 2009 Milian Wolff + 2011 Martin Kuettler + 2011 Matteo Agostinelli +License: GPL-2+ + +Files: doc/* +Copyright: 2009 Alexander Rieder +License: GFDL-1.2+ + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + . + On Debian systems, the full text of the GNU Free Documentation + License version 1.2 can be found in the file + `/usr/share/common-licenses/GFDL-1.2'. + +Files: src/backends/qalculate/settingswidget.* +Copyright: 2011 Matteo Agostinelli +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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + +Files: cmake/* +Copyright: 2006-2007 Pino Toscano + 2008 Albert Astals Cid + 2007 Vladimir Kuznetsov +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 copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + +Files: debian/* +Copyright: 2011 Kubuntu Developers + 2012 José Manuel Santamaría Lema +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the full text of the GNU General Public License + version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. diff --git a/libcantor-dev.install b/libcantor-dev.install new file mode 100644 index 0000000..0ac6cf3 --- /dev/null +++ b/libcantor-dev.install @@ -0,0 +1,3 @@ +usr/include/cantor/ +usr/lib/*/cmake/ +usr/lib/*/libcantorlibs.so diff --git a/libcantorlibs28.install b/libcantorlibs28.install new file mode 100644 index 0000000..f32d7c8 --- /dev/null +++ b/libcantorlibs28.install @@ -0,0 +1,2 @@ +usr/share/config.kcfg/cantor_libs.kcfg +usr/lib/*/libcantorlibs.so.* diff --git a/libcantorlibs28.symbols b/libcantorlibs28.symbols new file mode 100644 index 0000000..611ff41 --- /dev/null +++ b/libcantorlibs28.symbols @@ -0,0 +1,796 @@ +# SymbolsHelper-Confirmed: 4:20.12.1 amd64 +libcantorlibs.so.28 libcantorlibs28 #MINVER# + _ZN6Cantor10Expression10isInternalEv@Base 4:20.12.1 + _ZN6Cantor10Expression10setCommandERK7QString@Base 4:20.12.1 + _ZN6Cantor10Expression11fileWatcherEv@Base 4:20.12.1 + _ZN6Cantor10Expression11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor10Expression11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor10Expression12clearResultsEv@Base 4:20.12.1 + _ZN6Cantor10Expression12errorMessageEv@Base 4:20.12.1 + _ZN6Cantor10Expression12removeResultEPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression13latexRenderedEPNS_13LatexRendererEPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression13replaceResultEiPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression13resultRemovedEi@Base 4:20.12.1 + _ZN6Cantor10Expression13statusChangedENS0_6StatusE@Base 4:20.12.1 + _ZN6Cantor10Expression14addInformationERK7QString@Base 4:20.12.1 + _ZN6Cantor10Expression14resultReplacedEi@Base 4:20.12.1 + _ZN6Cantor10Expression14resultsClearedEv@Base 4:20.12.1 + _ZN6Cantor10Expression15internalCommandEv@Base 4:20.12.1 + _ZN6Cantor10Expression15setErrorMessageERK7QString@Base 4:20.12.1 + _ZN6Cantor10Expression16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor10Expression17finishingBehaviorEv@Base 4:20.12.1 + _ZN6Cantor10Expression18expressionFinishedENS0_6StatusE@Base 4:20.12.1 + _ZN6Cantor10Expression19renderResultAsLatexEPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression20setFinishingBehaviorENS0_17FinishingBehaviorE@Base 4:20.12.1 + _ZN6Cantor10Expression22additionalLatexHeadersEv@Base 4:20.12.1 + _ZN6Cantor10Expression26needsAdditionalInformationERK7QString@Base 4:20.12.1 + _ZN6Cantor10Expression2idEv@Base 4:20.12.1 + _ZN6Cantor10Expression5setIdEi@Base 4:20.12.1 + _ZN6Cantor10Expression6resultEv@Base 4:20.12.1 + _ZN6Cantor10Expression6statusEv@Base 4:20.12.1 + _ZN6Cantor10Expression7commandEv@Base 4:20.12.1 + _ZN6Cantor10Expression7sessionEv@Base 4:20.12.1 + _ZN6Cantor10Expression9addResultEPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression9gotResultEv@Base 4:20.12.1 + _ZN6Cantor10Expression9idChangedEv@Base 4:20.12.1 + _ZN6Cantor10Expression9setResultEPNS_6ResultE@Base 4:20.12.1 + _ZN6Cantor10Expression9setStatusENS0_6StatusE@Base 4:20.12.1 + _ZN6Cantor10ExpressionC1EPNS_7SessionEb@Base 4:20.12.1 + _ZN6Cantor10ExpressionC1EPNS_7SessionEbi@Base 4:20.12.1 + _ZN6Cantor10ExpressionC2EPNS_7SessionEb@Base 4:20.12.1 + _ZN6Cantor10ExpressionC2EPNS_7SessionEbi@Base 4:20.12.1 + _ZN6Cantor10ExpressionD0Ev@Base 4:20.12.1 + _ZN6Cantor10ExpressionD1Ev@Base 4:20.12.1 + _ZN6Cantor10ExpressionD2Ev@Base 4:20.12.1 + _ZN6Cantor10HelpResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor10HelpResult4dataEv@Base 4:20.12.1 + _ZN6Cantor10HelpResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor10HelpResult4typeEv@Base 4:20.12.1 + _ZN6Cantor10HelpResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor10HelpResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor10HelpResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor10HelpResultC1ERK7QStringb@Base 4:20.12.1 + _ZN6Cantor10HelpResultC2ERK7QStringb@Base 4:20.12.1 + _ZN6Cantor10HelpResultD0Ev@Base 4:20.12.1 + _ZN6Cantor10HelpResultD1Ev@Base 4:20.12.1 + _ZN6Cantor10HelpResultD2Ev@Base 4:20.12.1 + _ZN6Cantor10HtmlResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult4dataEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor10HtmlResult4typeEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult5plainEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor10HtmlResult6formatEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor10HtmlResult9setFormatENS0_6FormatE@Base 4:20.12.1 + _ZN6Cantor10HtmlResultC1ERK7QStringS3_RKSt3mapIS1_10QJsonValueSt4lessIS1_ESaISt4pairIS2_S5_EEE@Base 4:20.12.1 + _ZN6Cantor10HtmlResultC2ERK7QStringS3_RKSt3mapIS1_10QJsonValueSt4lessIS1_ESaISt4pairIS2_S5_EEE@Base 4:20.12.1 + _ZN6Cantor10HtmlResultD0Ev@Base 4:20.12.1 + _ZN6Cantor10HtmlResultD1Ev@Base 4:20.12.1 + _ZN6Cantor10HtmlResultD2Ev@Base 4:20.12.1 + _ZN6Cantor10MimeResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor10MimeResult4dataEv@Base 4:20.12.1 + _ZN6Cantor10MimeResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor10MimeResult4typeEv@Base 4:20.12.1 + _ZN6Cantor10MimeResult5plainEv@Base 4:20.12.1 + _ZN6Cantor10MimeResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor10MimeResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor10MimeResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor10MimeResultC1ERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor10MimeResultC2ERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor10MimeResultD0Ev@Base 4:20.12.1 + _ZN6Cantor10MimeResultD1Ev@Base 4:20.12.1 + _ZN6Cantor10MimeResultD2Ev@Base 4:20.12.1 + _ZN6Cantor10TextResult11jupyterTextERK7QStringb@Base 4:20.12.1 + _ZN6Cantor10TextResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor10TextResult4dataEv@Base 4:20.12.1 + _ZN6Cantor10TextResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor10TextResult4typeEv@Base 4:20.12.1 + _ZN6Cantor10TextResult5plainEv@Base 4:20.12.1 + _ZN6Cantor10TextResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor10TextResult6formatEv@Base 4:20.12.1 + _ZN6Cantor10TextResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor10TextResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor10TextResult9setFormatENS0_6FormatE@Base 4:20.12.1 + _ZN6Cantor10TextResult9setStdErrEb@Base 4:20.12.1 + _ZN6Cantor10TextResultC1ERK7QString@Base 4:20.12.1 + _ZN6Cantor10TextResultC1ERK7QStringS3_@Base 4:20.12.1 + _ZN6Cantor10TextResultC2ERK7QString@Base 4:20.12.1 + _ZN6Cantor10TextResultC2ERK7QStringS3_@Base 4:20.12.1 + _ZN6Cantor10TextResultD0Ev@Base 4:20.12.1 + _ZN6Cantor10TextResultD1Ev@Base 4:20.12.1 + _ZN6Cantor10TextResultD2Ev@Base 4:20.12.1 + _ZN6Cantor11ImageResult11displaySizeEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult13setSvgContentERK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult14originalFormatEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult14setDisplaySizeE5QSize@Base 4:20.12.1 + _ZN6Cantor11ImageResult17setOriginalFormatERK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResult18saveAdditionalDataEP4KZip@Base 4:20.12.1 + _ZN6Cantor11ImageResult3urlEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult4dataEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResult4typeEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor11ImageResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult7toLatexEv@Base 4:20.12.1 + _ZN6Cantor11ImageResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor11ImageResultC1ERK4QUrlRK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResultC1ERK6QImageRK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResultC2ERK4QUrlRK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResultC2ERK6QImageRK7QString@Base 4:20.12.1 + _ZN6Cantor11ImageResultD0Ev@Base 4:20.12.1 + _ZN6Cantor11ImageResultD1Ev@Base 4:20.12.1 + _ZN6Cantor11ImageResultD2Ev@Base 4:20.12.1 + _ZN6Cantor11LatexResult11isCodeShownEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult12showRenderedEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult4codeEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult4dataEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor11LatexResult4typeEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult5plainEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor11LatexResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult7toLatexEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor11LatexResult8showCodeEv@Base 4:20.12.1 + _ZN6Cantor11LatexResultC1ERK7QStringRK4QUrlS3_RK6QImage@Base 4:20.12.1 + _ZN6Cantor11LatexResultC2ERK7QStringRK4QUrlS3_RK6QImage@Base 4:20.12.1 + _ZN6Cantor11LatexResultD0Ev@Base 4:20.12.1 + _ZN6Cantor11LatexResultD1Ev@Base 4:20.12.1 + _ZN6Cantor11LatexResultD2Ev@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin12parentWidgetEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin12restoreStateERKNS0_5StateE@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin13setPluginInfoERK15KPluginMetaData@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin13showOnStartupEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin14connectToShellEP7QObject@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin15setParentWidgetEP7QWidget@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin17requestRunCommandERK7QString@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin18requiredExtensionsEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin19visibilityRequestedEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin20requiredCapabilitiesEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin4nameEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin7sessionEv@Base 4:20.12.1 + _ZN6Cantor11PanelPlugin9saveStateEv@Base 4:20.12.1 + _ZN6Cantor11PanelPluginC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor11PanelPluginC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor11PanelPluginD0Ev@Base 4:20.12.1 + _ZN6Cantor11PanelPluginD1Ev@Base 4:20.12.1 + _ZN6Cantor11PanelPluginD2Ev@Base 4:20.12.1 + _ZN6Cantor12CASExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor12CASExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor12CASExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor12CASExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor12CASExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor12CASExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor12CASExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor12CASExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils10isCodeCellERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils10outputsKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11cellTypeKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11getCellTypeERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11getMetadataERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11loadGifHtmlERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11metadataKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils11nbformatKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils12mimeDatabaseE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13firstImageKeyERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13getKernelNameERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13getKernelspecEPKNS_7BackendE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13getOutputTypeERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13isJupyterCellERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13mainBundleKeyERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils13outputTypeKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils14isMarkdownCellERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils14packMimeBundleERK6QImageRK7QString@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils15isJupyterOutputERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils16nbformatMinorKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils17cantorMetadataKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils17executionCountKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils17getCantorMetadataE11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils17isJupyterNotebookERK13QJsonDocument@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils18getNbformatVersionERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils18toJupyterMultilineERK7QString@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils19isJupyterTextOutputERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils20fromJupyterMultilineERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils20isJupyterErrorOutputERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils22isJupyterDisplayOutputERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils24isJupyterExecutionResultERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils7dataKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils7gifMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils7pngMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils7svgMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils8cellsKeyE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils8getCellsE11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils8htmlMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils8textMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9getSourceERK11QJsonObject@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9imageKeysERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9isGifHtmlERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9isRawCellERK10QJsonValue@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9latexMimeE@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9loadImageERK10QJsonValueRK7QString@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9setSourceER11QJsonObjectRK7QString@Base 4:20.12.1 + _ZN6Cantor12JupyterUtils9sourceKeyE@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer11convertToPsEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer12setLatexCodeERK7QString@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer13renderWithMmlEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer14convertingDoneEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer14renderBlockingEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer15renderWithLatexEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer15setEquationOnlyEb@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer15setEquationTypeENS0_12EquationTypeE@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer15setErrorMessageERK7QString@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer16isLatexAvailableEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer4doneEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer5errorEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer6renderEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer7genUuidEv@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer9addHeaderERK7QString@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer9setHeaderERK7QString@Base 4:20.12.1 + _ZN6Cantor13LatexRenderer9setMethodENS0_6MethodE@Base 4:20.12.1 + _ZN6Cantor13LatexRendererC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor13LatexRendererC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor13LatexRendererD0Ev@Base 4:20.12.1 + _ZN6Cantor13LatexRendererD1Ev@Base 4:20.12.1 + _ZN6Cantor13LatexRendererD2Ev@Base 4:20.12.1 + _ZN6Cantor13PlotExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor13PlotExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor13PlotExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor13PlotExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor13PlotExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor13PlotExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor13PlotExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor13PlotExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor14GraphicPackage12loadFromFileERK7QString@Base 4:20.12.1 + _ZN6Cantor14GraphicPackage8findByIdERKS0_RK5QListIS0_E@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageC1ERKS0_@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageC1Ev@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageC2ERKS0_@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageC2Ev@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageD1Ev@Base 4:20.12.1 + _ZN6Cantor14GraphicPackageD2Ev@Base 4:20.12.1 + _ZN6Cantor15AnimationResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResult18saveAdditionalDataEP4KZip@Base 4:20.12.1 + _ZN6Cantor15AnimationResult3urlEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResult4dataEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor15AnimationResult4typeEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor15AnimationResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor15AnimationResultC1ERK4QUrlRK7QString@Base 4:20.12.1 + _ZN6Cantor15AnimationResultC2ERK4QUrlRK7QString@Base 4:20.12.1 + _ZN6Cantor15AnimationResultD0Ev@Base 4:20.12.1 + _ZN6Cantor15AnimationResultD1Ev@Base 4:20.12.1 + _ZN6Cantor15AnimationResultD2Ev@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension16commandSeparatorEv@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension21commentEndingSequenceEv@Base 4:20.12.1 + _ZN6Cantor15ScriptExtension23commentStartingSequenceEv@Base 4:20.12.1 + _ZN6Cantor15ScriptExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor15ScriptExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor15ScriptExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor15ScriptExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor15ScriptExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor16CompletionObject10setCommandERK7QString@Base 4:20.12.1 + _ZN6Cantor16CompletionObject10updateLineERK7QStringi@Base 4:20.12.1 + _ZN6Cantor16CompletionObject11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor16CompletionObject12completeLineERK7QStringNS0_18LineCompletionModeE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject12fetchingDoneEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject14findCompletionEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject14setCompletionsERK11QStringList@Base 4:20.12.1 + _ZN6Cantor16CompletionObject16fetchingTypeDoneENS0_14IdentifierTypeE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject19completeKeywordLineEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject19completeUnknownLineEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject19fetchIdentifierTypeEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject20completeFunctionLineENS0_14IdentifierTypeE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject20completeLineWithTypeENS0_14IdentifierTypeE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject20completeVariableLineEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject29handleParenCompletionWithTypeENS0_14IdentifierTypeE@Base 4:20.12.1 + _ZN6Cantor16CompletionObject4doneEv@Base 4:20.12.1 + _ZN6Cantor16CompletionObject7setLineERK7QStringi@Base 4:20.12.1 + _ZN6Cantor16CompletionObject8lineDoneERK7QStringi@Base 4:20.12.1 + _ZN6Cantor16CompletionObjectC1EPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor16CompletionObjectC2EPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor16CompletionObjectD0Ev@Base 4:20.12.1 + _ZN6Cantor16CompletionObjectD1Ev@Base 4:20.12.1 + _ZN6Cantor16CompletionObjectD2Ev@Base 4:20.12.1 + _ZN6Cantor16HistoryExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor16HistoryExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor16HistoryExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor16HistoryExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor16HistoryExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor16HistoryExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor16HistoryExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor16HistoryExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject15fetchSyntaxHelpEv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject4doneEv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject7commandEv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject7sessionEv@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObject7setHtmlERK7QString@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObjectC1ERK7QStringPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObjectC2ERK7QStringPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObjectD0Ev@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObjectD1Ev@Base 4:20.12.1 + _ZN6Cantor16SyntaxHelpObjectD2Ev@Base 4:20.12.1 + _ZN6Cantor17CalculusExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor17CalculusExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor17CalculusExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor17CalculusExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor17CalculusExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor17CalculusExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor17CalculusExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor17CalculusExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter10removeRuleERK18QRegularExpression@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter10removeRuleERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter11addKeywordsERK11QStringList@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter11removeRulesERK11QStringList@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter11setTextItemEP17QGraphicsTextItem@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter12addFunctionsERK11QStringList@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter12addVariablesERK11QStringList@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter12rulesChangedEv@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter13updateFormatsEv@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter14highlightBlockERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter14highlightPairsERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter14highlightWordsERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter15positionChangedERK11QTextCursor@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter16highlightRegExpsERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter16skipHighlightingERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter21parseBlockTextToWordsERK7QString@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter7addPairE5QCharS1_@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter7addRuleERK18QRegularExpressionRK15QTextCharFormat@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter7addRuleERK7QStringRK15QTextCharFormat@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighter8addRulesERK11QStringListRK15QTextCharFormat@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterC1EP7QObjectPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterC2EP7QObjectPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterD0Ev@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterD1Ev@Base 4:20.12.1 + _ZN6Cantor18DefaultHighlighterD2Ev@Base 4:20.12.1 + _ZN6Cantor18PackagingExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor18PackagingExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor18PackagingExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor18PackagingExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor18PackagingExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor18PackagingExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor18PackagingExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor18PackagingExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler10allPluginsEv@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler11loadPluginsEv@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler23activePluginsForSessionEPNS_7SessionERK4QMapI7QStringNS_11PanelPlugin5StateEE@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandler7pluginsEPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandlerC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandlerC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandlerD0Ev@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandlerD1Ev@Base 4:20.12.1 + _ZN6Cantor18PanelPluginHandlerD2Ev@Base 4:20.12.1 + _ZN6Cantor18PlotTitleDirective6widgetEP7QWidget@Base 4:20.12.1 + _ZN6Cantor18PlotTitleDirectiveC1ERK7QString@Base 4:20.12.1 + _ZN6Cantor18PlotTitleDirectiveC2ERK7QString@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel11addVariableERK7QStringS3_@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel11addVariableERKNS0_8VariableE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel12setFunctionsERK11QStringList@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel12setVariablesERK5QListINS0_8VariableEE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14clearFunctionsEv@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14clearVariablesEv@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14functionsAddedERK11QStringList@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14removeVariableERK7QString@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14removeVariableERKNS0_8VariableE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel14variablesAddedERK11QStringList@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel16functionsRemovedE11QStringList@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel16variablesRemovedERK11QStringList@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModel7setDataERK11QModelIndexRK8QVarianti@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModelC1EPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModelC2EPNS_7SessionE@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModelD0Ev@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModelD1Ev@Base 4:20.12.1 + _ZN6Cantor20DefaultVariableModelD2Ev@Base 4:20.12.1 + _ZN6Cantor21AbscissScaleDirective6widgetEP7QWidget@Base 4:20.12.1 + _ZN6Cantor21AbscissScaleDirectiveC1Edd@Base 4:20.12.1 + _ZN6Cantor21AbscissScaleDirectiveC2Edd@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension12AcceptorBaseC1Ev@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension12AcceptorBaseC2Ev@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension13PlotDirective6widgetEP7QWidget@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension17DirectiveProducerC1EP7QWidget@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtension17DirectiveProducerC2EP7QWidget@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor21AdvancedPlotExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor22AbstractScaleDirectiveC1Edd@Base 4:20.12.1 + _ZN6Cantor22AbstractScaleDirectiveC2Edd@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension10nullMatrixEii@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension10nullVectorEiNS0_10VectorTypeE@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension14identityMatrixEi@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor22LinearAlgebraExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor22OrdinateScaleDirective6widgetEP7QWidget@Base 4:20.12.1 + _ZN6Cantor22OrdinateScaleDirectiveC1Edd@Base 4:20.12.1 + _ZN6Cantor22OrdinateScaleDirectiveC2Edd@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterface11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterface16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterface4NameE@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterface8modifiedEv@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterfaceC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor24WorksheetAccessInterfaceC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtensionC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtensionC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtensionD0Ev@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtensionD1Ev@Base 4:20.12.1 + _ZN6Cantor27VariableManagementExtensionD2Ev@Base 4:20.12.1 + _ZN6Cantor6Result17setExecutionIndexEi@Base 4:20.12.1 + _ZN6Cantor6Result18saveAdditionalDataEP4KZip@Base 4:20.12.1 + _ZN6Cantor6Result18setJupyterMetadataE11QJsonObject@Base 4:20.12.1 + _ZN6Cantor6Result3urlEv@Base 4:20.12.1 + _ZN6Cantor6Result7toLatexEv@Base 4:20.12.1 + _ZN6Cantor6ResultC1Ev@Base 4:20.12.1 + _ZN6Cantor6ResultC2Ev@Base 4:20.12.1 + _ZN6Cantor6ResultD0Ev@Base 4:20.12.1 + _ZN6Cantor6ResultD1Ev@Base 4:20.12.1 + _ZN6Cantor6ResultD2Ev@Base 4:20.12.1 + _ZN6Cantor7Backend10getBackendERK7QString@Base 4:20.12.1 + _ZN6Cantor7Backend10setEnabledEb@Base 4:20.12.1 + _ZN6Cantor7Backend11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor7Backend11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor7Backend15checkExecutableERK7QStringS3_PS1_@Base 4:20.12.1 + _ZN6Cantor7Backend16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor7Backend17availableBackendsEv@Base 4:20.12.1 + _ZN6Cantor7Backend19testProgramWritableERK7QStringRK11QStringListS3_S3_PS1_i@Base 4:20.12.1 + _ZN6Cantor7Backend21listAvailableBackendsEv@Base 4:20.12.1 + _ZN6Cantor7BackendC1EP7QObjectRK5QListI8QVariantE@Base 4:20.12.1 + _ZN6Cantor7BackendC2EP7QObjectRK5QListI8QVariantE@Base 4:20.12.1 + _ZN6Cantor7BackendD0Ev@Base 4:20.12.1 + _ZN6Cantor7BackendD1Ev@Base 4:20.12.1 + _ZN6Cantor7BackendD2Ev@Base 4:20.12.1 + _ZN6Cantor7Session11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor7Session11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor7Session12changeStatusENS0_6StatusE@Base 4:20.12.1 + _ZN6Cantor7Session12loginStartedEv@Base 4:20.12.1 + _ZN6Cantor7Session13completionForERK7QStringi@Base 4:20.12.1 + _ZN6Cantor7Session13statusChangedENS0_6StatusE@Base 4:20.12.1 + _ZN6Cantor7Session13syntaxHelpForERK7QString@Base 4:20.12.1 + _ZN6Cantor7Session15updateVariablesEv@Base 4:20.12.1 + _ZN6Cantor7Session16locateCantorFileERK7QString6QFlagsIN14QStandardPaths12LocateOptionEE@Base 4:20.12.1 + _ZN6Cantor7Session16nextExpressionIdEv@Base 4:20.12.1 + _ZN6Cantor7Session16setVariableModelEPNS_20DefaultVariableModelE@Base 4:20.12.1 + _ZN6Cantor7Session16setWorksheetPathERK7QString@Base 4:20.12.1 + _ZN6Cantor7Session16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor7Session17enqueueExpressionEPNS_10ExpressionE@Base 4:20.12.1 + _ZN6Cantor7Session17syntaxHighlighterEP7QObject@Base 4:20.12.1 + _ZN6Cantor7Session18reportSessionCrashERK7QString@Base 4:20.12.1 + _ZN6Cantor7Session18runFirstExpressionEv@Base 4:20.12.1 + _ZN6Cantor7Session20isTypesettingEnabledEv@Base 4:20.12.1 + _ZN6Cantor7Session20locateAllCantorFilesERK7QString6QFlagsIN14QStandardPaths12LocateOptionEE@Base 4:20.12.1 + _ZN6Cantor7Session20testGraphicsPackagesE5QListINS_14GraphicPackageEE@Base 4:20.12.1 + _ZN6Cantor7Session21finishFirstExpressionEb@Base 4:20.12.1 + _ZN6Cantor7Session21setTypesettingEnabledEb@Base 4:20.12.1 + _ZN6Cantor7Session21usableGraphicPackagesEv@Base 4:20.12.1 + _ZN6Cantor7Session28updateEnabledGraphicPackagesERK5QListINS_14GraphicPackageEERK7QString@Base 4:20.12.1 + _ZN6Cantor7Session5errorERK7QString@Base 4:20.12.1 + _ZN6Cantor7Session6logoutEv@Base 4:20.12.1 + _ZN6Cantor7Session6statusEv@Base 4:20.12.1 + _ZN6Cantor7Session7backendEv@Base 4:20.12.1 + _ZN6Cantor7Session9loginDoneEv@Base 4:20.12.1 + _ZN6Cantor7SessionC1EPNS_7BackendE@Base 4:20.12.1 + _ZN6Cantor7SessionC1EPNS_7BackendEPNS_20DefaultVariableModelE@Base 4:20.12.1 + _ZN6Cantor7SessionC2EPNS_7BackendE@Base 4:20.12.1 + _ZN6Cantor7SessionC2EPNS_7BackendEPNS_20DefaultVariableModelE@Base 4:20.12.1 + _ZN6Cantor7SessionD0Ev@Base 4:20.12.1 + _ZN6Cantor7SessionD1Ev@Base 4:20.12.1 + _ZN6Cantor7SessionD2Ev@Base 4:20.12.1 + _ZN6Cantor8Renderer13renderToImageERK4QUrlNS0_6MethodEP6QSizeF@Base 4:20.12.1 + _ZN6Cantor8Renderer16epsRenderToImageERK4QUrldbP6QSizeFP7QString@Base 4:20.12.1 + _ZN6Cantor8Renderer16pdfRenderToImageERK4QUrldbP6QSizeFP7QString@Base 4:20.12.1 + _ZN6Cantor8Renderer16renderToResourceEP13QTextDocumentNS0_6MethodERK4QUrlS6_@Base 4:20.12.1 + _ZN6Cantor8Renderer17useHighResolutionEb@Base 4:20.12.1 + _ZN6Cantor8Renderer5scaleEv@Base 4:20.12.1 + _ZN6Cantor8Renderer6renderEP13QTextDocumentNS0_6MethodERK4QUrlRK7QString@Base 4:20.12.1 + _ZN6Cantor8Renderer6renderEP13QTextDocumentPKNS_13LatexRendererE@Base 4:20.12.1 + _ZN6Cantor8Renderer8setScaleEd@Base 4:20.12.1 + _ZN6Cantor8RendererC1Ev@Base 4:20.12.1 + _ZN6Cantor8RendererC2Ev@Base 4:20.12.1 + _ZN6Cantor8RendererD1Ev@Base 4:20.12.1 + _ZN6Cantor8RendererD2Ev@Base 4:20.12.1 + _ZN6Cantor9Assistant10setBackendEPNS_7BackendE@Base 4:20.12.1 + _ZN6Cantor9Assistant11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor9Assistant11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor9Assistant13setPluginInfoERK15KPluginMetaData@Base 4:20.12.1 + _ZN6Cantor9Assistant16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor9Assistant18requiredExtensionsEv@Base 4:20.12.1 + _ZN6Cantor9Assistant4iconEv@Base 4:20.12.1 + _ZN6Cantor9Assistant4nameEv@Base 4:20.12.1 + _ZN6Cantor9Assistant7backendEv@Base 4:20.12.1 + _ZN6Cantor9Assistant9requestedEv@Base 4:20.12.1 + _ZN6Cantor9AssistantC1EP7QObject@Base 4:20.12.1 + _ZN6Cantor9AssistantC2EP7QObject@Base 4:20.12.1 + _ZN6Cantor9AssistantD0Ev@Base 4:20.12.1 + _ZN6Cantor9AssistantD1Ev@Base 4:20.12.1 + _ZN6Cantor9AssistantD2Ev@Base 4:20.12.1 + _ZN6Cantor9EpsResult13toJupyterJsonEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult18saveAdditionalDataEP4KZip@Base 4:20.12.1 + _ZN6Cantor9EpsResult3urlEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult4dataEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult4saveERK7QString@Base 4:20.12.1 + _ZN6Cantor9EpsResult4typeEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult5imageEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult5toXmlER12QDomDocument@Base 4:20.12.1 + _ZN6Cantor9EpsResult6toHtmlEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult7toLatexEv@Base 4:20.12.1 + _ZN6Cantor9EpsResult8mimeTypeEv@Base 4:20.12.1 + _ZN6Cantor9EpsResultC1ERK4QUrlRK6QImage@Base 4:20.12.1 + _ZN6Cantor9EpsResultC2ERK4QUrlRK6QImage@Base 4:20.12.1 + _ZN6Cantor9EpsResultD0Ev@Base 4:20.12.1 + _ZN6Cantor9EpsResultD1Ev@Base 4:20.12.1 + _ZN6Cantor9EpsResultD2Ev@Base 4:20.12.1 + _ZN6Cantor9Extension11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:20.12.1 + _ZN6Cantor9Extension11qt_metacastEPKc@Base 4:20.12.1 + _ZN6Cantor9Extension16staticMetaObjectE@Base 4:20.12.1 + _ZN6Cantor9ExtensionC1ERK7QStringP7QObject@Base 4:20.12.1 + _ZN6Cantor9ExtensionC2ERK7QStringP7QObject@Base 4:20.12.1 + _ZNK6Cantor10Expression10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor10Expression7resultsEv@Base 4:20.12.1 + _ZNK6Cantor10TextResult8isStderrEv@Base 4:20.12.1 + _ZNK6Cantor11PanelPlugin10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor12CASExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer12equationTypeEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer12errorMessageEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer14isEquationOnlyEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer19renderingSuccessfulEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer4uuidEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer6headerEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer6methodEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer9imagePathEv@Base 4:20.12.1 + _ZNK6Cantor13LatexRenderer9latexCodeEv@Base 4:20.12.1 + _ZNK6Cantor13PlotExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage11isAvailableEPNS_7SessionE@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage15savePlotCommandE7QStringiS1_@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage17isHavePlotCommandEv@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage20enableSupportCommandE7QString@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage21disableSupportCommandEv@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage27plotCommandPrecentsKeywordsEv@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage2idEv@Base 4:20.12.1 + _ZNK6Cantor14GraphicPackage4nameEv@Base 4:20.12.1 + _ZNK6Cantor15ScriptExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject10completionEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject10identifierEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject11completionsEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject16locateIdentifierERK7QStringi@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject20mayIdentifierContainE5QChar@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject22mayIdentifierBeginWithE5QChar@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject7commandEv@Base 4:20.12.1 + _ZNK6Cantor16CompletionObject7sessionEv@Base 4:20.12.1 + _ZNK6Cantor16HistoryExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor16SyntaxHelpObject10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor17CalculusExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter11errorFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter12numberFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter12objectFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter12stringFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter13commentFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter13keywordFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter14functionFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter14operatorFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter14variableFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter18matchingPairFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter21mismatchingPairFormatEv@Base 4:20.12.1 + _ZNK6Cantor18DefaultHighlighter23nonSeparatingCharactersEv@Base 4:20.12.1 + _ZNK6Cantor18PackagingExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor18PanelPluginHandler10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor18PlotTitleDirective5titleEv@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel10headerDataEiN2Qt11OrientationEi@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel11columnCountERK11QModelIndex@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel13variableNamesEv@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel4dataERK11QModelIndexi@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel5flagsERK11QModelIndex@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel7sessionEv@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel8rowCountERK11QModelIndex@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel9functionsEv@Base 4:20.12.1 + _ZNK6Cantor20DefaultVariableModel9variablesEv@Base 4:20.12.1 + _ZNK6Cantor21AdvancedPlotExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor21AdvancedPlotExtension12AcceptorBase7widgetsEv@Base 4:20.12.1 + _ZNK6Cantor21AdvancedPlotExtension14plotFunction2dERK7QStringRK7QVectorIPNS0_13PlotDirectiveEE@Base 4:20.12.1 + _ZNK6Cantor21AdvancedPlotExtension15separatorSymbolEv@Base 4:20.12.1 + _ZNK6Cantor21AdvancedPlotExtension17dispatchDirectiveERKNS0_13PlotDirectiveE@Base 4:20.12.1 + _ZNK6Cantor22AbstractScaleDirective3maxEv@Base 4:20.12.1 + _ZNK6Cantor22AbstractScaleDirective3minEv@Base 4:20.12.1 + _ZNK6Cantor22LinearAlgebraExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor24WorksheetAccessInterface10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor27VariableManagementExtension10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor6Result14executionIndexEv@Base 4:20.12.1 + _ZNK6Cantor6Result15jupyterMetadataEv@Base 4:20.12.1 + _ZNK6Cantor7Backend10extensionsEv@Base 4:20.12.1 + _ZNK6Cantor7Backend10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor7Backend11descriptionEv@Base 4:20.12.1 + _ZNK6Cantor7Backend24availableGraphicPackagesEv@Base 4:20.12.1 + _ZNK6Cantor7Backend3urlEv@Base 4:20.12.1 + _ZNK6Cantor7Backend4iconEv@Base 4:20.12.1 + _ZNK6Cantor7Backend4nameEv@Base 4:20.12.1 + _ZNK6Cantor7Backend7commentEv@Base 4:20.12.1 + _ZNK6Cantor7Backend9extensionERK7QString@Base 4:20.12.1 + _ZNK6Cantor7Backend9isEnabledEv@Base 4:20.12.1 + _ZNK6Cantor7Session10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor7Session13variableModelEv@Base 4:20.12.1 + _ZNK6Cantor7Session15expressionQueueEv@Base 4:20.12.1 + _ZNK6Cantor7Session17variableDataModelEv@Base 4:20.12.1 + _ZNK6Cantor7Session22enabledGraphicPackagesEv@Base 4:20.12.1 + _ZNK6Cantor7Session26graphicPackageErrorMessageE7QString@Base 4:20.12.1 + _ZNK6Cantor9Assistant10metaObjectEv@Base 4:20.12.1 + _ZNK6Cantor9Extension10metaObjectEv@Base 4:20.12.1 + (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE24_M_get_insert_unique_posERS2_@Base 4:20.12.1 + (optional=templinst)_ZNSt8_Rb_treeI7QStringSt4pairIKS0_bESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS2_@Base 4:20.12.1 + _ZTIN6Cantor10ExpressionE@Base 4:20.12.1 + _ZTIN6Cantor10HelpResultE@Base 4:20.12.1 + _ZTIN6Cantor10HtmlResultE@Base 4:20.12.1 + _ZTIN6Cantor10MimeResultE@Base 4:20.12.1 + _ZTIN6Cantor10TextResultE@Base 4:20.12.1 + _ZTIN6Cantor11ImageResultE@Base 4:20.12.1 + _ZTIN6Cantor11LatexResultE@Base 4:20.12.1 + _ZTIN6Cantor11PanelPluginE@Base 4:20.12.1 + _ZTIN6Cantor12CASExtensionE@Base 4:20.12.1 + _ZTIN6Cantor13LatexRendererE@Base 4:20.12.1 + _ZTIN6Cantor13PlotExtensionE@Base 4:20.12.1 + _ZTIN6Cantor15AnimationResultE@Base 4:20.12.1 + _ZTIN6Cantor15ScriptExtensionE@Base 4:20.12.1 + _ZTIN6Cantor16CompletionObjectE@Base 4:20.12.1 + _ZTIN6Cantor16HistoryExtensionE@Base 4:20.12.1 + _ZTIN6Cantor16SyntaxHelpObjectE@Base 4:20.12.1 + _ZTIN6Cantor17CalculusExtensionE@Base 4:20.12.1 + _ZTIN6Cantor18DefaultHighlighterE@Base 4:20.12.1 + _ZTIN6Cantor18PackagingExtensionE@Base 4:20.12.1 + _ZTIN6Cantor18PanelPluginHandlerE@Base 4:20.12.1 + _ZTIN6Cantor18PlotTitleDirectiveE@Base 4:20.12.1 + _ZTIN6Cantor20DefaultVariableModelE@Base 4:20.12.1 + _ZTIN6Cantor21AbscissScaleDirectiveE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension12AcceptorBaseE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension13PlotDirectiveE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_AxisRangeControlEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_PlotTitleControlEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS0_13PlotDirectiveEEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_18PlotTitleDirectiveEEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_21AbscissScaleDirectiveEEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_22AbstractScaleDirectiveEEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_22OrdinateScaleDirectiveEEE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtension17DirectiveProducerE@Base 4:20.12.1 + _ZTIN6Cantor21AdvancedPlotExtensionE@Base 4:20.12.1 + _ZTIN6Cantor22AbstractScaleDirectiveE@Base 4:20.12.1 + _ZTIN6Cantor22LinearAlgebraExtensionE@Base 4:20.12.1 + _ZTIN6Cantor22OrdinateScaleDirectiveE@Base 4:20.12.1 + _ZTIN6Cantor24WorksheetAccessInterfaceE@Base 4:20.12.1 + _ZTIN6Cantor27VariableManagementExtensionE@Base 4:20.12.1 + _ZTIN6Cantor6ResultE@Base 4:20.12.1 + _ZTIN6Cantor7BackendE@Base 4:20.12.1 + _ZTIN6Cantor7SessionE@Base 4:20.12.1 + _ZTIN6Cantor9AssistantE@Base 4:20.12.1 + _ZTIN6Cantor9EpsResultE@Base 4:20.12.1 + _ZTIN6Cantor9ExtensionE@Base 4:20.12.1 + _ZTSN6Cantor10ExpressionE@Base 4:20.12.1 + _ZTSN6Cantor10HelpResultE@Base 4:20.12.1 + _ZTSN6Cantor10HtmlResultE@Base 4:20.12.1 + _ZTSN6Cantor10MimeResultE@Base 4:20.12.1 + _ZTSN6Cantor10TextResultE@Base 4:20.12.1 + _ZTSN6Cantor11ImageResultE@Base 4:20.12.1 + _ZTSN6Cantor11LatexResultE@Base 4:20.12.1 + _ZTSN6Cantor11PanelPluginE@Base 4:20.12.1 + _ZTSN6Cantor12CASExtensionE@Base 4:20.12.1 + _ZTSN6Cantor13LatexRendererE@Base 4:20.12.1 + _ZTSN6Cantor13PlotExtensionE@Base 4:20.12.1 + _ZTSN6Cantor15AnimationResultE@Base 4:20.12.1 + _ZTSN6Cantor15ScriptExtensionE@Base 4:20.12.1 + _ZTSN6Cantor16CompletionObjectE@Base 4:20.12.1 + _ZTSN6Cantor16HistoryExtensionE@Base 4:20.12.1 + _ZTSN6Cantor16SyntaxHelpObjectE@Base 4:20.12.1 + _ZTSN6Cantor17CalculusExtensionE@Base 4:20.12.1 + _ZTSN6Cantor18DefaultHighlighterE@Base 4:20.12.1 + _ZTSN6Cantor18PackagingExtensionE@Base 4:20.12.1 + _ZTSN6Cantor18PanelPluginHandlerE@Base 4:20.12.1 + _ZTSN6Cantor18PlotTitleDirectiveE@Base 4:20.12.1 + _ZTSN6Cantor20DefaultVariableModelE@Base 4:20.12.1 + _ZTSN6Cantor21AbscissScaleDirectiveE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension12AcceptorBaseE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension13PlotDirectiveE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_AxisRangeControlEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_PlotTitleControlEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS0_13PlotDirectiveEEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_18PlotTitleDirectiveEEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_21AbscissScaleDirectiveEEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_22AbstractScaleDirectiveEEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveAcceptorINS_22OrdinateScaleDirectiveEEE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtension17DirectiveProducerE@Base 4:20.12.1 + _ZTSN6Cantor21AdvancedPlotExtensionE@Base 4:20.12.1 + _ZTSN6Cantor22AbstractScaleDirectiveE@Base 4:20.12.1 + _ZTSN6Cantor22LinearAlgebraExtensionE@Base 4:20.12.1 + _ZTSN6Cantor22OrdinateScaleDirectiveE@Base 4:20.12.1 + _ZTSN6Cantor24WorksheetAccessInterfaceE@Base 4:20.12.1 + _ZTSN6Cantor27VariableManagementExtensionE@Base 4:20.12.1 + _ZTSN6Cantor6ResultE@Base 4:20.12.1 + _ZTSN6Cantor7BackendE@Base 4:20.12.1 + _ZTSN6Cantor7SessionE@Base 4:20.12.1 + _ZTSN6Cantor9AssistantE@Base 4:20.12.1 + _ZTSN6Cantor9EpsResultE@Base 4:20.12.1 + _ZTSN6Cantor9ExtensionE@Base 4:20.12.1 + _ZTVN6Cantor10ExpressionE@Base 4:20.12.1 + _ZTVN6Cantor10HelpResultE@Base 4:20.12.1 + _ZTVN6Cantor10HtmlResultE@Base 4:20.12.1 + _ZTVN6Cantor10MimeResultE@Base 4:20.12.1 + _ZTVN6Cantor10TextResultE@Base 4:20.12.1 + _ZTVN6Cantor11ImageResultE@Base 4:20.12.1 + _ZTVN6Cantor11LatexResultE@Base 4:20.12.1 + _ZTVN6Cantor11PanelPluginE@Base 4:20.12.1 + _ZTVN6Cantor12CASExtensionE@Base 4:20.12.1 + _ZTVN6Cantor13LatexRendererE@Base 4:20.12.1 + _ZTVN6Cantor13PlotExtensionE@Base 4:20.12.1 + _ZTVN6Cantor15AnimationResultE@Base 4:20.12.1 + _ZTVN6Cantor15ScriptExtensionE@Base 4:20.12.1 + _ZTVN6Cantor16CompletionObjectE@Base 4:20.12.1 + _ZTVN6Cantor16HistoryExtensionE@Base 4:20.12.1 + _ZTVN6Cantor16SyntaxHelpObjectE@Base 4:20.12.1 + _ZTVN6Cantor17CalculusExtensionE@Base 4:20.12.1 + _ZTVN6Cantor18DefaultHighlighterE@Base 4:20.12.1 + _ZTVN6Cantor18PackagingExtensionE@Base 4:20.12.1 + _ZTVN6Cantor18PanelPluginHandlerE@Base 4:20.12.1 + _ZTVN6Cantor18PlotTitleDirectiveE@Base 4:20.12.1 + _ZTVN6Cantor20DefaultVariableModelE@Base 4:20.12.1 + _ZTVN6Cantor21AbscissScaleDirectiveE@Base 4:20.12.1 + _ZTVN6Cantor21AdvancedPlotExtension12AcceptorBaseE@Base 4:20.12.1 + _ZTVN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_AxisRangeControlEE@Base 4:20.12.1 + _ZTVN6Cantor21AdvancedPlotExtension16DirectiveControlI19Ui_PlotTitleControlEE@Base 4:20.12.1 + _ZTVN6Cantor21AdvancedPlotExtension17DirectiveProducerE@Base 4:20.12.1 + _ZTVN6Cantor21AdvancedPlotExtensionE@Base 4:20.12.1 + _ZTVN6Cantor22AbstractScaleDirectiveE@Base 4:20.12.1 + _ZTVN6Cantor22LinearAlgebraExtensionE@Base 4:20.12.1 + _ZTVN6Cantor22OrdinateScaleDirectiveE@Base 4:20.12.1 + _ZTVN6Cantor24WorksheetAccessInterfaceE@Base 4:20.12.1 + _ZTVN6Cantor27VariableManagementExtensionE@Base 4:20.12.1 + _ZTVN6Cantor6ResultE@Base 4:20.12.1 + _ZTVN6Cantor7BackendE@Base 4:20.12.1 + _ZTVN6Cantor7SessionE@Base 4:20.12.1 + _ZTVN6Cantor9AssistantE@Base 4:20.12.1 + _ZTVN6Cantor9EpsResultE@Base 4:20.12.1 + _ZTVN6Cantor9ExtensionE@Base 4:20.12.1 + (c++)"non-virtual thunk to Cantor::Assistant::~Assistant()@Base" 4:20.12.1 + (c++)"non-virtual thunk to Cantor::Backend::~Backend()@Base" 4:20.12.1 diff --git a/patches/discount-build-verbose.diff b/patches/discount-build-verbose.diff new file mode 100644 index 0000000..5267e8a --- /dev/null +++ b/patches/discount-build-verbose.diff @@ -0,0 +1,16 @@ +Author: Pino Toscano +Description: Make the discount build verbose. +Forwarded: not-needed +Last-Update: 2020-11-19 + +--- a/thirdparty/CMakeLists.txt ++++ b/thirdparty/CMakeLists.txt +@@ -9,7 +9,7 @@ ExternalProject_Add( + discount_project + URL ${CMAKE_CURRENT_SOURCE_DIR}/discount-2.2.6-patched + SOURCE_SUBDIR cmake +- CMAKE_ARGS DISCOUNT_ONLY_LIBRARY DISCOUNT_MAKE_INSTALL ++ CMAKE_ARGS DISCOUNT_ONLY_LIBRARY DISCOUNT_MAKE_INSTALL -DCMAKE_VERBOSE_MAKEFILE=ON + CMAKE_CACHE_ARGS "-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true" + PREFIX ${CMAKE_CURRENT_BINARY_DIR} + INSTALL_COMMAND "" diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..de3a7d3 --- /dev/null +++ b/patches/series @@ -0,0 +1,2 @@ +discount-build-verbose.diff +work-around-Sage-no-root.diff diff --git a/patches/work-around-Sage-no-root.diff b/patches/work-around-Sage-no-root.diff new file mode 100644 index 0000000..7ba2e71 --- /dev/null +++ b/patches/work-around-Sage-no-root.diff @@ -0,0 +1,44 @@ +Description: work around unset SAGE_ROOT in Debian Sage package + In this shell script, '$1' refers to the Sage binary that is to + be used. The script is needlessly complex to accommodate for old + versions of Sage, and perhaps the author is unaware of Sage's + new command-line arguments. + . + Debian's `sage --root` is an empty string, so Cantor fails to + start it. This patch is more succinct by starting the Sage shell + which sets all variables appropriately, then starting + 'sage-ipython' as desired. This way, as opposed to having + '#!/usr/bin/sage --sh' as the shebang, still permits usage of + local Sage copies. +Author: John Scott +Bug-Debian: https://bugs.debian.org/972346 +Forwarded: https://bugs.kde.org/show_bug.cgi?id=408176#c19 +Last-Update: 2021-01-17 + +--- cantor-20.12.1.orig/src/backends/sage/cantor-execsage ++++ cantor-20.12.1/src/backends/sage/cantor-execsage +@@ -1,23 +1,2 @@ + #!/usr/bin/env bash +- +-export SAGE_ROOT="$($1 --root)" +- +-# Sage 9.2 stop source sage-env-config automatically, so do it manually +-if [[ -f $SAGE_ROOT"/bin/sage-env" ]]; then +- if [[ -f $SAGE_ROOT"/bin/sage-env-config" ]]; then +- source "$SAGE_ROOT/bin/sage-env-config" >&2 +- fi +- . "$SAGE_ROOT/bin/sage-env" >&2 +-elif [[ -f $SAGE_ROOT"/local/bin/sage-env" ]]; then +- if [[ -f $SAGE_ROOT"/local/bin/sage-env-config" ]]; then +- source "$SAGE_ROOT/local/bin/sage-env-config" >&2 +- fi +- . "$SAGE_ROOT/local/bin/sage-env" >&2 +-elif [[ -f $SAGE_ROOT"/src/bin/sage-env" ]]; then +- if [[ -f $SAGE_ROOT"/src/bin/sage-env-config" ]]; then +- source "$SAGE_ROOT/src/bin/sage-env-config" >&2 +- fi +- . "$SAGE_ROOT/src/bin/sage-env" >&2 +-fi +- +-exec sage-ipython -i --simple-prompt ++{ echo "sage-ipython -i --simple-prompt"; cat; } | $1 --sh diff --git a/rules b/rules new file mode 100755 index 0000000..dd5c609 --- /dev/null +++ b/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +l10npkgs_firstversion_ok := 4:16.04.3-6~ +include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk +libpkgs_gen_strict_local_shlibs = cantor +include /usr/share/pkg-kde-tools/qt-kde-team/3/library-packages.mk + +%: + dh $@ --with kf5,pkgkde_symbolshelper + +override_dh_auto_configure: + dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF + +override_dh_auto_build: + # manually export CFLAGS with CPPFLAGS during build, because: + # - ExternalProject is used, so cmake is run to configure discount + # - cmake doesn't respect CPPFLAGS, see #653916 + CFLAGS="$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)" dh_auto_build + +override_dh_auto_test: + # Disable dh_auto_test at build time + : + +override_dh_gencontrol: l10npkgs_firstversion_ok libpkgs_gen_strict_local_shlibs + dh_gencontrol diff --git a/salsa-ci.yml b/salsa-ci.yml new file mode 100644 index 0000000..f71bdf3 --- /dev/null +++ b/salsa-ci.yml @@ -0,0 +1,7 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 'no' + SALSA_CI_DISABLE_RC_BUGS: 'no' + SALSA_CI_REPROTEST_ARGS: '--variations=-build-path' diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..57b4c97 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,7 @@ +Bug-Database: https://bugs.kde.org/buglist.cgi?product=cantor&resolution=--- +Bug-Submit: https://bugs.kde.org/enter_bug.cgi?format=guided&product=cantor +Changelog: https://invent.kde.org/education/cantor/-/commits/ +Donation: https://www.kde.org/community/donations/ +Repository: https://invent.kde.org/education/cantor.git +Repository-Browse: https://invent.kde.org/education/cantor +Security-Contact: security@kde.org diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc new file mode 100644 index 0000000..c9210bf --- /dev/null +++ b/upstream/signing-key.asc @@ -0,0 +1,81 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBFfNZD4BEACo0YKCUEhTY7v8VZVw3csAtnsRSFQ18G8xfYIt7mJEBrtfiGG4 +g28EjNeWQfN8wGIaAeRGl5nb7s9RRpxXStUu719jGX1Z9Sr8p/JOmBS5kdfAtYId +9Cl3VsGRvf4Smg1ClrEv6tQ97j+d1FY8QfgW/GS46YBOEeOFVQRtfi7Yv9lZkiBF +rzP0Nr7JV9u1GkBsFgNkVuYs/3RDYULItBwGFerduOyQCOt819QvHHSZkXqJWwNR +OA6lc8gW36lKbDHoZ1jSkDnDV0bW0cX1/6WJSzWYdcPiceA1vj/VDg0Kr23SVQ1P +yPvBirT7ToirQm6KrIiKHWLSg156ht8/K2C1Dgypf+YMseMbHQxVLrI2p4zpmxu3 +B2SrSj3ImM5FO0XGd1gxn/qywNVJDQBfcYnndksD2i/9/Es8I/F6OymBZl4HWBvx +7ixm2JPXkmwVPEC/lJn3eCBb1fAaJSlroHtaAEteCWuE5/Mg/uYEh1UeAstP47N3 +P0B3l1E4Ccw1ne2/O1BdsnXeUaI3YVYz9aZkVlL7ywda3h/goRKxc1b18bmgu/Ed +QmcTEMj29B3szMpetWNt1ZbaMJzfDw+z+SiQ3toOTUiqMuWq+l+JK0dVUzOvpGhG +VHv5m9CtJFP671ivEc4it0hJRH5kdW9aNbeG0g9TxHQqQMJIpeLvRq5WKwARAQAB +tCFBbGJlcnQgQXN0YWxzIENpZCA8YWFjaWRAa2RlLm9yZz6JAj0EEwEIACcFAlfN +ZD4CGwMFCQPCZwAFCwkIBwIGFQgJCgsCBBYCAwECHgECF4AACgkQOmpNuDnqptfE +2w/8CdIZ2FOY2UCcdtEzAQCRL125ffU1l5E9nl60vjx/0c/kkNtt77iVOl35waHQ +wYzzF90+PX9CDEODtfZowhEBIwQZxHfwmyp6dCqTDczyeL8QbUDNE+RAKSaBesiP +FLU+598QLwvTr0F7iePAAf4uLMN9u69NhJD+f1KystM9GiaB3T4xqzv2cQ8NIX1N +f68NOxbG5C2CtrUbx/Meb0eFBAHkwWtU/sLFcksi5AEI2Q0ZPTdjS3+rIUeSHKnk +/gtzgq/PS2wSxlwtztA/xnS2u+wvwnX3zuSObPiz3UMlKv9lH/f4MBjCAqZiv6Ci +JLwaHggG+Z7eonlqACKQkZFDRrfSyiQ6yeyYDJErVy+LMu4Ea5mo9tmo0cda/q9N +7Rj/fpyVQW0/Fc1r3pB17/v1u2oeVwwkHqBPQUe5c/HUtzICWa0Vf0lxnsarOLVM +nEemORRlOCgxcTDIiYqpUpfQ7iuQ6+Ydyid6JCaDn5ubOLvBjfc6MWylaNKkFZn7 +LgP2DSis8Ci3w+7OGtyDllJ9GvWdmhC6T4iWUds7vFudA4DKE0EiNFXjcdcMbXHN +GmbWm/EBdGKsWtgABXHJowMn7IBlyp2hBmtVEXr7+pBA/fg3m1UH2QqYQUyfGwIp +VRDt67xEMg+V55raPzhNqOmeLB+ViD5XRzD7PvmZKrcVXSW5Ag0EV81kPgEQAL17 +eQdH3CEDUgBg5ETli9+99/VP66bEPCKCzGD6f6/OUXbLVBXs03GzDJzBr6b8ysaW +MR7c0WXCKFf7U5+3QI4s9TBlcsnHxq59343nJh2WsE5cc75WHlfKwse77zT3tujd +s2MjSBj2324skw9RHSm4mkc7esbN8GCQRAM4gUjwEo76SXvVwuUKYaStNLW8DKLa +HBxNNclk3v/k7YVmVo07uf/u8vIGeUvql/l2XBlWWhxkgaG+UnRwNcpMh0iuVkrJ +Yn04FQtOV20EREVITG1tWHMQ4KznqdgdvbEWnFkkbHvj2c6rGylSJShQba9pE1LA +bNhF6hbEip2nq6uKsQT0Az2/ZWuP83GH4yDHbJCDoT8lf2xcawz+yfd2q9QF8QeI +ObLCNt09dJNceTbjU3h3BEAvD6gGdqzHDPPfmf0UVji1576PEmheMu25/zbh1mvq +nsV2YHZsGXVpbBB1PHzrKM1DH3PfqFTFQ5elrvkuxhgRrSKaiWBuaGD7DWMiEIV2 +QKmYutxYS0FJ57lFRaKo0AiVvtDLVh0edjkLvkgufxs6oAPnLt5kuo/na/tgWJjY +20Eu63dQtIbpPYPrALm2+OMK8eAn3tOg7HsUMXQS5hAqRvH/8aMVoW7qjMldgthk +5EXTplylkNCCPz9dTqT/g8RBmKxelnRfgj3Cxy4dABEBAAGJAiUEGAEIAA8FAlfN +ZD4CGwwFCQPCZwAACgkQOmpNuDnqpteDGw/+Pp0s5ItKy6eUpaLZgIjGEUOdvVsj +/2ui2VGl1BzZLe4ocwHaAouIhAsUmJ7ZciGSW1OSTGQ5Qw8jQ1EDCC2k4RZ2AfYJ +4S8R2og4jov9s08O6qnTKJfBYpa7fSr38b4o7eecu021orx0pKyiet3ZUs5Luw9U +3sN/PMelHAkjZMkR35DnL3Tl93ySM/YB9VR85bLBcF3Tf3XZYi8MXyD4B1FNf+BW +ARyxhQhs/S4Dw4cufC9DKjzyUXwPfLMENUtWcbuxae6kdfSV05EQcZSqmF+dAFMB +SkMz+3aXIH95d6/hrXhq/eYqWgEJrxZB55ycdUcfn23L7/r10gVMRq7ZkSExSgD5 +DJdeNvFrWOOJa2NDiZ/MCfCSoKG79O+0IQfMeuK1LPsj3AHGTGOWh6OgALKVfgOH +kwVh/CFP5+aLQTTUU7lSthPd/jwvqwXUFYFvAwdg8VjQSX0kT62ZI5UZrqejEJXD +puYyBQN5BZUgqwoy3oTy0Ktao3Td9SUDEpFaKbt1YWWmYHLrscVtI6yiKLMIusHU +XMa+dB7iKGK1BjU2Z2PE4Ow7DXqnaEJwSNElgkhftnT3lIq0qFTDSkeEvfZg3fMt +IpdIiYngrZo+vxq7NOYQ6RLHtDLXtgYECZrQX6Obl+3jfXFVb8Ethtl1mhpAAi+V +hC+sXh0NMOq4pxE= +=Wqdv +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQENBFlRpEYBCACecX3F5xzF6wzeXiuBAuHq74bVHON7I89U+ROloEWYUYMRNTz2 +l1BkNHWRTTqfmPO7LhMY6g4gOPeQVCwgTGVjI8bn6sJd3SFdeiRvvaFBpmn7SjBd +s1rkKKJIjeMUl1w8dFnmf22V0PnhSSepmNwmd8RQnl1umCTSihDJydGxixw6ZNhr +4tzbn+Rfadybli61H2hc6/JJHe91i+V1ltgkHwGcs6MUCqXgSL0dUIJs49gSrla0 +gkrcJYF5MWyGxKlajbCjkMCJtN+8bhEmpc4Oe8NZ33arEWnlyh1RVgi5p3RTNApY +Pxctcg57ExczbKn9R8VLYmPJ7Di3gX0cmotrABEBAAG0HkNocmlzdG9waCBGZWNr +IDxjZmVja0BrZGUub3JnPokBTgQTAQgAOBYhBPIydeS/EK/B32kUptvSzok+LRyH +BQJZUaRGAhsDBQsJCAcCBhUICQoLAgQWAgMBAh4BAheAAAoJENvSzok+LRyHeWcH +/A1E2d5UL2oHsrLIolIiWMmheRorcac+0Hgll1mMUQ5tfPH+LVzgrlMMG7g1Amky +Hk1qZ5oszrXUg2H/28/cOF/WVlHgQcSGr7aQbHieUivPtZMua+lHUdILC3UV2l1V +22Zz8HIDl4kxmK6EpoNIOK5Mo550S3e3AKYq5pa/FlckCV9/JoK9+thRCsoAAj3g +oWwTx9RY5pmLPtklqyC5961Je7KHSIVqapJ/G5DX+yfOC1Psc+vIfyQVqnaefZPW +dIxXQQhn46i6IRRimw94Gkwca+wslkimt/L/Z7ByZqBsXMyixSQPq+dtSO9CMgr0 +WxTX78wATkTGzh5oSwKCMga5AQ0EWVGkRgEIAMuUnfNfrdx8xn7Jjcm6MGkB/Yep +XVysrlHxUUS6q7629JdSlVWnQo9GFO927GZClWI9rCGLQMfZZk/jfgKV/nkpLod3 +I51remOg7ohSkwRLAdwJ7xCuNrafhKntFh5/NxuaXxaVIY1muvZbTAsIRyks2jCE +pUoK43Z8dr4/QPhBstssB8czDME1Tw4r7X+RwjFrQqDItFv6f0BIdEwR462khLEw +vbXRN1nzs+6Y0foJbJCS3VDZC9scsrrMVMV+OEBF3DXp9ypSWsLnkuBPPIus6Y8G +j7JvYUBtrUhKL5a7o5G3Te9YhwGgOKVqWlncs6ZLiOV6HnG0BO3xdPcn09cAEQEA +AYkBNgQYAQgAIBYhBPIydeS/EK/B32kUptvSzok+LRyHBQJZUaRGAhsMAAoJENvS +zok+LRyHaRMIAI5YaTfGeQDmR08I2LvztOEH/3YF63cNCP/Vp+WAtF/Kr8mMFpFS +oTHJNMi7p964lHYTTPzPeQzLzV3ayiQjq+DHs6HFmYl73ukzlGGc7KDlyhugQjm6 +AqNtqqXAVykaixnFj8jf2WtQGl1hqpm8GhDRBmZycqMqne4tZokujhtpdC6suRvc +AB0S+lRZUwrY05k6Nc1A8J8k/lxXXa9KzXNaqKsqppgBZoqKN3zS4146uEjvuLsh +CarZ/6uUidvP0LBTR7HKye5A9Qdbjlg9qvtR7YF3hqy4g1PRNZWRlsQ1pkCdCTfN +TA+HYUzK0ESVpY72lWvH49lNg+ufZ1bKvKI= +=MZJ5 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/watch b/watch new file mode 100644 index 0000000..2c4d4e7 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=4 +opts=pgpsigurlmangle=s/$/.sig/ https://download.kde.org/stable/release-service/([\d.]+)/src/@PACKAGE@-([\d.]+)\.tar\.xz -- 2.30.2