golang-github-spf13-pflag 1.0.0-1 source package in Ubuntu

Changelog

golang-github-spf13-pflag (1.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/watch
  * Apply "cme fix dpkg" to debian/control,
    bumping Standards-Version to 4.1.3,
    setting Priority to optional, and
    adding Testsuite: autopkgtest-pkg-go, etc.
  * Use debhelper (>= 11)

 -- Anthony Fok <email address hidden>  Wed, 07 Mar 2018 20:13:22 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-pflag_1.0.0-1.dsc 2.2 KiB c71cbc65f0300532aaf6270c8cef481ba39b7dbf1522f141b26f20707acb6e0c
golang-github-spf13-pflag_1.0.0.orig.tar.gz 38.1 KiB 690b86ae5499fad84ada4644c85215d66d56f31934683e8543f4c57c5048e011
golang-github-spf13-pflag_1.0.0-1.debian.tar.xz 3.0 KiB 7729b793355dab60d3263e1c786ae1cf9206a26cb5b3d1c65b810355d18bc0f4

No changes file available.

Binary packages built by this source

golang-github-spf13-pflag-dev: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags

 pflag is a drop-in replacement for Go's flag package, implementing
 POSIX/GNU-style --flags
 .
 pflag is compatible with the GNU extensions to
 the POSIX recommendations for command-line options
 (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html).
 .
 Forked from github.com/ogier/pflag.