1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
golang-github-spf13-cobra (0.0~git20161229.0.1dd5ff2-1) unstable; urgency=medium
[ Paul Tagliamonte ]
* Team upload.
* Update watchfile, remove double escape backslash
[ Tim Potter ]
* Add me to uploaders
[ Anthony Fok ]
* New upstream version 0.0~git20161229.0.1dd5ff2
-- Anthony Fok <foka@debian.org> Sun, 01 Jan 2017 12:32:53 -0700
golang-github-spf13-cobra (0.0~git20160607.0.1238ba1-1) unstable; urgency=medium
* New upstream version for the Hugo v0.16 release
* Replace architecture-specific hack with golang-any in Build-Depends
* Use versioned dependency on golang-github-spf13-viper-dev
to for the Hugo v0.16 release
* Add debian/watch file
-- Anthony Fok <foka@debian.org> Sat, 11 Jun 2016 13:27:04 -0600
golang-github-spf13-cobra (0.0~git20160427.0.e14e47b-1) unstable; urgency=medium
* New upstream snapshot
* Update debian/control
- Bump Standards-Version to 3.9.8 (no change)
- Use secure https URL for Vcs-Git too
-- Anthony Fok <foka@debian.org> Fri, 29 Apr 2016 22:41:04 +0800
golang-github-spf13-cobra (0.0~git20160117.0.8e91712-1) unstable; urgency=medium
* New upstream snapshot
* Remove "golang-go | gccgo" from Depends of golang-github-spf13-cobra-dev
-- Anthony Fok <foka@debian.org> Fri, 29 Jan 2016 09:43:15 +0800
golang-github-spf13-cobra (0.0~git20160114.0.9c93009-1) unstable; urgency=medium
* New upstream snapshot
* Build using gccgo on architectures without golang-go
* Allow package to be installed with gccgo where golang-go is unavailable
* Update debian/copyright
-- Anthony Fok <foka@debian.org> Fri, 15 Jan 2016 18:05:59 -0700
golang-github-spf13-cobra (0.0~git20151224.0.b3f29e9-1) unstable; urgency=medium
* New upstream snapshot:
- always show help if requested, even if SilenceErrors is enabled
- Add flaghash to bash_completion to keep flag value
- adding nanobox/nanopack to list of cobra users
- Issue #195: Move doc generation into separate pkg
-- Anthony Fok <foka@debian.org> Thu, 24 Dec 2015 10:08:45 -0700
golang-github-spf13-cobra (0.0~git20151217.0.c3ef89a-1) unstable; urgency=medium
* New upstream snapshot: New "cobra" generator tool
* New "cobra" binary package
* Add "Red Hat Inc." to debian/copyright
* Remove override_dh_auto_test target from debian/rules: no longer needed
* Add Lintian override for "embedded-library libyaml" error
* Add cobra(1) man pages, generated by Cobra and manually tweaked
-- Anthony Fok <foka@debian.org> Thu, 17 Dec 2015 14:47:02 -0700
golang-github-spf13-cobra (0.0~git20150917.0.53d9650-1) unstable; urgency=medium
* Initial release (Closes: #798416)
* Temporarily override dh_auto_test to run "go test" in non-verbose mode
to avoid failing with "Error: unknown shorthand flag: 't' in -test.v=true".
See https://github.com/spf13/cobra/pull/155 for more information.
-- Anthony Fok <foka@debian.org> Mon, 21 Sep 2015 11:09:36 -0600
|