golang-github-fhs-go-netrc 1.0.0-3 source package in Ubuntu

Changelog

golang-github-fhs-go-netrc (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 06 Feb 2021 15:38:38 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fhs-go-netrc_1.0.0-3.dsc 2.1 KiB d066458507c4f0b053a6103fdb9b1df40325b90aeeb1dd62974eb5aafec4714a
golang-github-fhs-go-netrc_1.0.0.orig.tar.gz 3.5 KiB b434a489a7bbab16f2d801eb08f4058f3feefda4c8127754d87a85d35e39b62c
golang-github-fhs-go-netrc_1.0.0-3.debian.tar.xz 3.2 KiB a10da2bd1463ed0cdf2a62fffa30c0173b4a86998ef6875b7d19ee7a32e900a2

Available diffs

No changes file available.

Binary packages built by this source

golang-github-fhs-go-netrc-dev: netrc file parser for Go programming language

 A netrc file usually resides in $HOME/.netrc and is traditionally used
 by the ftp(1) program to look up login information (username, password,
 etc.) of remote system(s). The file format is (loosely) described in
 this man page: http://linux.die.net/man/5/netrc .
 .
 Other programs have now adopted this file format for storing credentials.
 .
 This is a Go library for parsing netrc(5) files.