kakoune 2020.09.01-3 source package in Ubuntu

Changelog

kakoune (2020.09.01-3) unstable; urgency=medium

  * Use the C++ gnu::packed attribute in the 16-sizeof-struct patch as
    suggested by the upstream author.
  * Add the 17-hurd-executable patch to fix the FTBFS on the Hurd.

 -- Peter Pentchev <email address hidden>  Sat, 21 Aug 2021 17:38:49 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
kakoune_2020.09.01-3.dsc 2.1 KiB 2b3b95e01f13507059c4568ad432c04dc7e01cbf5e49f00e361a01703cbf3df1
kakoune_2020.09.01.orig.tar.gz 598.6 KiB bab18fdb8ea7b5ef25e953f56ec414e9bac42ee82baf9c462c69d5607858d026
kakoune_2020.09.01-3.debian.tar.xz 12.4 KiB 3f7de10b85d4443e0bc5b17fbd1601ab7499ad4744ad273733a537f7ca160d6c

Available diffs

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