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

Changelog

golang-github-fhs-go-netrc (1.0.0-2) unstable; urgency=low

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

  [ Nicolas Braud-Santoni ]
  * Switch to debhelper 12.
    Compatibility level now controlled by a Build-Depends
  * debian/control
    + Updating uploader's email address
    + Declare compliance with policy v4.3.0.
      No change required
  * debian/gbp.conf: Re-enable pristine-tar

 -- Nicolas Braud-Santoni <email address hidden>  Tue, 12 Feb 2019 23:49:15 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fhs-go-netrc_1.0.0-2.dsc 2.1 KiB 1fcaa8d964e4dae08d05f2027ccf9e3d1cab8aab7ffe1565fb0955d3191f53e4
golang-github-fhs-go-netrc_1.0.0.orig.tar.gz 3.5 KiB b434a489a7bbab16f2d801eb08f4058f3feefda4c8127754d87a85d35e39b62c
golang-github-fhs-go-netrc_1.0.0-2.debian.tar.xz 3.0 KiB 4b65463621d9d164b04c35ae0a4cd74c49044fe72b4842523b6938b40676ec4a

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.