golang-github-bgentry-speakeasy 0.1.0-2 source package in Ubuntu

Changelog

golang-github-bgentry-speakeasy (0.1.0-2) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + golang-github-bgentry-speakeasy-dev: Add Multi-Arch: foreign.

  [ Shengjing Zhu ]
  * Update uscan watch to version 4
  * Update Section to golang
  * Update maintainer address to <email address hidden>
  * Bump debhelper-compat to 13
  * Update Standards-Version to 4.5.1 (no changes)
  * Add Rules-Requires-Root

 -- Shengjing Zhu <email address hidden>  Sun, 17 Jan 2021 05:42:28 +0800

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bgentry-speakeasy_0.1.0-2.dsc 1.7 KiB f3e4c1e92f6c7ac56be0172a9c2c951e95adc02edb022e575e29ad3afa561192
golang-github-bgentry-speakeasy_0.1.0.orig.tar.gz 7.3 KiB 863f57f96f77c2b4e5488e34e8df47478e9ffa9920779ca4df2cc3adc0d03252
golang-github-bgentry-speakeasy_0.1.0-2.debian.tar.xz 3.3 KiB 1886a8d14001b0725d44dde1e92b64f398bd2cef9406ab306d5c08ebf3188535

Available diffs

No changes file available.

Binary packages built by this source

golang-github-bgentry-speakeasy-dev: Golang helpers for reading password input without cgo

 This package provides cross-platform Go helpers for taking user input
 from the terminal while not echoing the input back (similar to getpasswd).
 The package uses syscalls to avoid any dependence on cgo, and is therefore
 compatible with cross-compiling.