kakoune 2021.11.08-2 source package in Ubuntu

Changelog

kakoune (2021.11.08-2) unstable; urgency=medium

  * Add the murmurhash-endian patch to fix the build on s390x.
    Closes: #1011978
  * Add the iterator and validate-alpha patches to fix the build with GCC 12.
    Closes: #1012956
  * Declare compliance with Policy 4.6.1 with no changes.

 -- Peter Pentchev <email address hidden>  Fri, 24 Jun 2022 20:23:47 +0300

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kakoune_2021.11.08-2.dsc 2.1 KiB 0f7fce8e446b75ffb8490641106bf8f8349e76d75e7e706dccb733bd62d7e46e
kakoune_2021.11.08.orig.tar.gz 642.2 KiB 0885dc65377057fcfea0e7053d01d95a83668ec1907aced84dface8e00b83dee
kakoune_2021.11.08-2.debian.tar.xz 13.1 KiB f6a53147e2ed09ba45e8fdeba5cdcbfb4ff727a295616697d2ac0e58dcc58873

No changes file available.

Binary packages built by this source

kakoune: Vim-inspired, selection-oriented code editor

 Kakoune is a code editor heavily inspired by Vim; as such most of its
 commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
 a text editing language" model. Kakoune can operate in two modes, normal
 and insertion. In insertion mode, keys are directly inserted into
 the current buffer. In normal mode, keys are used to manipulate
 the current selection and to enter insertion mode. Kakoune has a strong
 focus on interactivity, most commands provide immediate and incremental
 results, while still being competitive (as in keystroke count) with Vim.
 Kakoune works on selections, which are oriented, inclusive range of
 characters; selections have an anchor and a cursor character.
 Most commands move both of them, except when extending selection where
 the anchor character stays fixed and the cursor one moves around.

kakoune-dbgsym: debug symbols for kakoune