presage 0.9.1-2.6ubuntu1 source package in Ubuntu

Changelog

presage (0.9.1-2.6ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/dont-tokenize-on-apostrophes.patch: Allow words with
      apostrophes to be predicted
    - d/p/add_presage_config_environment_variable.patch:
      Replace use_presage_prefix_path_in_default_profile.patch with a new
      patch making sure all works in snap environments
    - d/p/add-missing-online-learning-configuration-value.patch:
      Add missing ONLINE_LEARNING configuration value to defaultProfile
  * Patches now included in Debian:
    - d/p/c++17.patch: fix the build with C++17 compliant compilers
      (LP: 1988196)
    - d/p/format-security.patch: fix insecure format strings in the demo code
      (FTBFS on Ubuntu due to -Werror=format-security)
  * Drop patches for python-presage and pyprompter (no longer being built):
    - d/p/ubuntu_dont_require_wxpython.patch: Do not check for wx
      to enable pyprompter
    - d/p/python.diff: Explicitly use python2 instead of python in the build.

 -- Mate Kukri <email address hidden>  Tue, 28 Nov 2023 11:07:48 +0000

Upload details

Uploaded by:
Mate Kukri
Sponsored by:
Andreas Hasenack
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
presage_0.9.1.orig.tar.gz 2.6 MiB 5ed567e350402a1d72c9053c78ecec3be710b7e72153a0223c6d19a7fe58a366
presage_0.9.1-2.6ubuntu1.debian.tar.xz 13.9 KiB 578c79888b3295f80946fc94b57b39463ce6f14da8bbbc8ca0053b16d8278cd0
presage_0.9.1-2.6ubuntu1.dsc 2.4 KiB 9d47cad4bf207beeb04851700b8f0bf990dee8bc4725acd69c04c0c6937567a8

View changes file

Binary packages built by this source

libpresage-data: intelligent predictive text entry platform (data files)

 Presage is an intelligent predictive text entry platform.
 .
 This package contains the sample statistical data files and
 abbreviation files needed by presage.

libpresage-dev: intelligent predictive text entry platform (development files)

 Presage is an intelligent predictive text entry platform.
 .
 This package contains development files.
 .
 This package contains the header files needed to compile applications
 or shared objects that use libpresage.

libpresage-doc: intelligent predictive text entry platform (documentation)

 Presage is an intelligent predictive text entry platform.
 .
 This package contains the documentation for libpresage.
 .
 Documentation is available in HTML and LaTeX format.

libpresage1v5: intelligent predictive text entry platform (shared library)

 Presage is an intelligent predictive text entry platform.
 .
 A predictive text entry system attempts to improve the ease and speed
 of textual input by predicting words. Word prediction consists in
 computing which word tokens or word completions are most likely to be
 entered next. The system analyses the text already entered and
 combines the information thus extracted with other information sources
 to calculate the set of most probable tokens.
 .
 Presage exploits redundant information embedded in natural
 languages to generate word predictions. The modular architecture
 allows its language model to be extended and customized to utilize
 statistical, syntactic, and semantic information sources.
 .
 This package contains the shared library.

libpresage1v5-dbgsym: debug symbols for libpresage1v5
presage: intelligent predictive text entry platform (tools and demos)

 Presage is an intelligent predictive text entry platform.
 .
 This package contains the tools required to generate custom
 statistical data used by the presage predictive text engine to
 generate predictions.
 .
 This package also contains simple demonstration programs and simulator.

presage-dbgsym: debug symbols for presage