golang-github-jesseduffield-pty 1.1.3+git20191112.07ed706-2 source package in Ubuntu

Changelog

golang-github-jesseduffield-pty (1.1.3+git20191112.07ed706-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 01:24:31 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706-2.dsc 2.4 KiB 473187d44a2b91933db45d8da171f2c3ac5e87a31984cfbcf42e9cf6bb347693
golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706.orig.tar.xz 5.3 KiB 64127c9eb61472e27f5b9a6a493c63e09e382fb95216cc80267dbb28c502b29f
golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706-2.debian.tar.xz 2.5 KiB e17f55677c0971ded335a9d454c18daba904b34d232e977a29085e1227d89dd9

No changes file available.

Binary packages built by this source

golang-github-jesseduffield-pty-dev: Go package for using Unix pseudo-terminals

 Package pty provides functions for working with Unix terminals.
 .
 The functions include:
   * Open a pty and its corresponding tty.
   * Assign a pseudo-terminal tty to stdin, stdout, and stderr.
   * Execute the commands with assigned tty and get the corresponding pty.
   * Set and resize the pty to the specified size.