vis 0.9-1 source package in Ubuntu

Changelog

vis (0.9-1) unstable; urgency=medium

  * New upstream version 0.8 (Closes: #1050536)
  * d/control: bump Standards-Version to 4.7.0, no changes needed
  * d/control: replace obsolete B-D on libncursesw5-dev with libncurses-dev
  * d/control: replace obsolete B-D on pkg-config with pkgconf
  * d/control: build against newer liblua (liblua5.4)
  * d/rules: drop override_dh_auto_test, made unnecessary by upstream change
  * d/rules: turn override_dh_auto_clean into execute_after_dh_auto_clean
  * d/copyright: update copyright years for debian/*

 -- Paride Legovini <email address hidden>  Fri, 10 May 2024 15:58:40 +0200

Upload details

Uploaded by:
Paride Legovini
Uploaded to:
Sid
Original maintainer:
Paride Legovini
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
vis_0.9-1.dsc 1.6 KiB f3e5aa2ffda4953e3b9cef8a3923657f36ff93194d2050fcb75e4430d4e85c01
vis_0.9.orig.tar.xz 404.9 KiB 84fb19c9617120d9595145346245f9b39755972c6228aec5782ea1e94e2dfc4f
vis_0.9-1.debian.tar.xz 7.1 KiB 452b48ec464c61903cf6a97340d086aa447fd98772c5ac5cf08fb21ddb14af6f

Available diffs

No changes file available.

Binary packages built by this source

vis: Modern, legacy free, simple yet efficient vim-like editor

 Vis aims to be a modern, legacy free, simple yet efficient editor
 combining the strengths of both vi(m) and sam. It extends vi's modal
 editing with support for multiple cursors/selections and combines it
 with sam's structural regular expression based command language.
 .
 As an universal editor it has decent Unicode support and should cope
 with arbitrary files including: large, binary or single-line ones.
 Syntax highlighting is provided using Parsing Expression Grammars which
 can be conveniently expressed using Lua in the form of LPeg.
 .
 The editor core is written in a reasonable amount of clean (your mileage
 may vary), modern and legacy free C code, enabling it to run in resource
 constrained environments. The implementation should be easy to hack
 on and encourage experimentation. There also exists a Lua API for
 in-process extensions.
 .
 Vis strives to be simple and focuses on its core task: efficient text
 management. Clipboard and digraph handling as well as a fuzzy file open
 dialog are all provided by independent utilities.
 .
 The intention is not to be bug for bug compatible with vi(m), instead
 the aim is to provide powerful editing features based on an elegant
 design and clean implementation.

vis-dbgsym: debug symbols for vis