ruby-ncurses 1.4.9-1build4 source package in Ubuntu

Changelog

ruby-ncurses (1.4.9-1build4) cosmic; urgency=medium

  * No-change rebuild for ncurses soname changes.

 -- Matthias Klose <email address hidden>  Thu, 03 May 2018 14:18:54 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Cosmic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ncurses_1.4.9.orig.tar.gz 64.8 KiB c6c3ada34474944c3f1aada170a0b522a67cac199791c7ae5ccaed254c38618a
ruby-ncurses_1.4.9-1build4.debian.tar.xz 6.3 KiB e0f0289d9c31feaa0fe100fa028cc75b20d4c23a4b47e3ab82f2359c6e787031
ruby-ncurses_1.4.9-1build4.dsc 2.2 KiB 662d5f0e228fd9fdc701c50f2289a10eb147b79a40b18a75bde5d63818882214

Available diffs

View changes file

Binary packages built by this source

ruby-ncurses: ruby extension for the ncurses C library

 All C functions are wrapped by module functions of the module "Ncurses",
 with exactly the same name. Additionally, C functions expecting a WINDOW* as
 their first argument can also be called as methods of the "Ncurses::WINDOW"
 class.
 .
 The panel library (for support of overlapping windows) is also wrapped, in
 the module "Ncurses::Panel".
 .
 This module is built with wide character support.

ruby-ncurses-dbgsym: debug symbols for ruby-ncurses