golang-github-gliderlabs-ssh 0.3.3-1 source package in Ubuntu

Changelog

golang-github-gliderlabs-ssh (0.3.3-1) unstable; urgency=medium

  * New upstream version 0.3.3
  * Change Section from devel to golang
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Add versions to dependencies as per go.mod
  * Revise Upstream-Name and License shortname in debian/copyright
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Tue, 28 Dec 2021 21:00:45 -0700

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gliderlabs-ssh_0.3.3-1.dsc 2.4 KiB ca8b0de602716069fef1cc9be3ba7fc6eaa90a6099acc642b6886347deae7c55
golang-github-gliderlabs-ssh_0.3.3.orig.tar.gz 23.3 KiB 37b4bf369a813bdfe7488462ab67e9a139c07d4e0a9cdb0ef4544176db9afb54
golang-github-gliderlabs-ssh_0.3.3-1.debian.tar.xz 2.8 KiB 6e30456ed223116fd2f15ebe446dfcb7d559d28b6662c4c85d496e383729615b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gliderlabs-ssh-dev: Easy SSH servers in Golang

 This Go package wraps the crypto/ssh package
 (https://godoc.org/golang.org/x/crypto/ssh) with a higher-level API
 for building SSH servers. The goal of the API was to make it as simple
 as using net/http (https://golang.org/pkg/net/http/), so the API is
 very similar.