golang-github-docopt-docopt-go 0.6.2+git20180111.ee0de3b-1 source package in Ubuntu

Changelog

golang-github-docopt-docopt-go (0.6.2+git20180111.ee0de3b-1) unstable; urgency=medium

  * New upstream version 0.6.2+git20180111.ee0de3b
  * debian/watch: Set to track git HEAD with "pretty=0.6.2+git%cd.%h"
  * Apply "cme fix dpkg" fixes:
    - Organize debian/control fields
    - Bump Standards-Version to 4.5.1 (no change)
    - Change license shortcode MIT to Expat in debian/copyright
  * debian/control:
    - Update Maintainer email address to <email address hidden>
    - Change Section from devel to golang
    - Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
    - Add myself to the list of Uploaders and adopt the package
      (Closes: #939018)
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Mon, 21 Dec 2020 21:26:11 -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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-docopt-docopt-go_0.6.2+git20180111.ee0de3b-1.dsc 2.4 KiB 8e1aac2049588b078bd531fd9b823c1d78090638eef78032ad2d75aba273c833
golang-github-docopt-docopt-go_0.6.2+git20180111.ee0de3b.orig.tar.xz 26.3 KiB 49d19017644597a331c74ccb41ff8e8e877d73369fe701d6f34ffe506c0771b3
golang-github-docopt-docopt-go_0.6.2+git20180111.ee0de3b-1.debian.tar.xz 3.2 KiB 86ec12f30ca92d1d3c2581e80dd5c035da97663c59b61340efeb8e4399b1bd1e

No changes file available.

Binary packages built by this source

golang-github-docopt-docopt-go-dev: Implementation of docopt in the Go programming language

 Docopt helps you define an interface for your command-line app and
 automatically generate a parser for it. Its interface descriptions are
 based on a formalization of the standard conventions used in help
 messages and man pages.
 .
 This package provides an implementation of docopt in the Go programming
 language.