libtermkey 0.22-2 source package in Ubuntu

Changelog

libtermkey (0.22-2) unstable; urgency=medium

  [ James McCoy ]
  * Bump debhelper-compat to 13
  * Install man pages in libtermkey-dev
  * Document that *.la files are not installed

  [ Helmut Grohne ]
  * Generate a libtool instead of using libtool-bin (Closes: #1064660)

  [ James McCoy ]
  * Build-Depend on pkgconf instead of pkg-config
  * Declare compliance with Policy 4.6.2, no changes needed
  * Build only the library / tests, not the demos
  * blhc: Ignore compilation of test files
  * Add :native qualifier to perl Build-Depends
  * Add <!nocheck> profile for perl Build-Depends
  * Makefile: Use $PKG_CONFIG, if set, to run pkg-config

 -- James McCoy <email address hidden>  Wed, 20 Mar 2024 18:38:40 -0400

Upload details

Uploaded by:
James McCoy
Uploaded to:
Sid
Original maintainer:
James McCoy
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
libtermkey_0.22-2.dsc 2.2 KiB 67827847a72c8d2f4c055ec84a2c563988836375f05cedc34369647055bcaf63
libtermkey_0.22.orig.tar.gz 45.1 KiB 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600
libtermkey_0.22-2.debian.tar.xz 4.3 KiB f137e0c0c26cdabdb2b0b26e7da723f94c4033e822d2859f7c859b30601daa65

Available diffs

No changes file available.

Binary packages built by this source

libtermkey-dev: library for processing keyboard input (development files)

 This library allows easy processing of keyboard entry from terminal-based
 programs. It handles all the necessary logic to recognise special keys, UTF-8
 combining, and so on, with a simple interface.
 .
 This package contains the header files and libraries needed for developing
 with libtermkey.

libtermkey1: library for processing keyboard input

 This library allows easy processing of keyboard entry from terminal-based
 programs. It handles all the necessary logic to recognise special keys, UTF-8
 combining, and so on, with a simple interface. It provides the following
 features:
 .
  * Follows terminfo for every sequence listed there, only falling back on
    other methods to deal with unrecognised input.
  * Recognises special keys (such as arrow and function keys), including
    "modified" keys like Ctrl-Left.
  * Recognises XTerm-style mouse position/button reporting.
  * MIT licenced to allow almost all projects to use it; both Open Source
    and Commercial.
  * Small API - just three functions are needed in simple common cases.
  * Both synchronous (blocking) and asynchronous (non-blocking) APIs are
    supported.

libtermkey1-dbgsym: debug symbols for libtermkey1