golang-github-spf13-cobra 1.3.0-1 source package in Ubuntu
Changelog
golang-github-spf13-cobra (1.3.0-1) unstable; urgency=medium * New upstream version 1.3.0 * Bump Standards-Version to 4.6.0 (no change) * Mark library package with "Multi-Arch: foreign" * Update versioned dependencies as per go.mod. Also, remove golang-github-mitchellh-go-homedir-dev which upstream dropped in v1.2.0 * Reorder fields in debian/control and debian/copyright as would be generated in the next dh-make-golang release after 0.6.0-1 * Use dh-sequence-golang instead of dh-golang and --with=golang * Add --builddirectory=_build to dh call in debian/rules * Refresh 0001-Set-year-to-fixed-value-in-golden-tests.patch * Add 0002-Force-GO111MODULE-on-for-TestGoldenInitCmd-to-pass.patch and create a temporary barebone go.mod in debian/rules to make TestGoldenInitCmd/successfully_creates_a_project_based_on_module pass -- Anthony Fok <email address hidden> Thu, 30 Dec 2021 17:16:29 -0700
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-spf13-cobra_1.3.0-1.dsc | 2.5 KiB | eec35a4c56e1a167ef8f416779ff0795485ec0d8103504dd14e41fd610146136 |
golang-github-spf13-cobra_1.3.0.orig.tar.gz | 165.5 KiB | 5b6a1d841561112a68a46dfa58f8fd86a06abb8838cf86d085738a306fe91357 |
golang-github-spf13-cobra_1.3.0-1.debian.tar.xz | 7.9 KiB | 9beab21b323a5e65037438e094a356285990cb977eb9d9bd1bcf1554f15d907d |
Available diffs
- diff from 1.2.1-2 to 1.3.0-1 (44.1 KiB)
No changes file available.
Binary packages built by this source
- cobra: transitional package
This is a transitional package. It can safely be removed.
- cobra-dbgsym: debug symbols for cobra
- golang-github-spf13-cobra-dev: Go library for creating powerful modern Go CLI applications
Cobra is a Go library providing a simple interface to create powerful
modern CLI interfaces similar to git & go tools.
.
Cobra has an exceptionally clean interface and simple design without
needless constructors or initialization methods.
.
This package contains the Cobra library for Go.