* Team upload.
* Remove Michael Lustfield (self) from Uploaders list.
[ Félix Sipma ]
* New upstream version 0.0.1
* re-add debian watch file (upstream now provides tarballs)
* bump Standards-Version to 4.1.1
- use priority optional instead of extra
- fix binary-control-field-duplicates-source lintian warning
* add patch to remove test TestNormConsistent (fails and is removed upstream)
* add myself to uploaders
* remove useless lintian-overrides
[ Dr. Tobias Quathamer ]
* Remove repeated build calls on mips
* Add missing golang-github-spf13-viper-dev to Depends
* Remove d/watch (no upstream releases).
* Standards-Version bump to 4.1.1 (no changes needed).
* New upstream snapshot:
- Fix remaining reproducibility problem in TestGoldenAddCmd.
The previous fix was incomplete. (See #869304)
* Team upload.
* Add missing golang-gopkg-yaml.v2-dev build-dependency
* New upstream snapshot:
- Fix reproducibility in TestGoldenAddCmd and TestGoldenInitCmd
by hard-coding the year 2017 so they would not fail in 2018
(See #869304)
* Remove 001-fix-TestGlobalNormFuncPropagation-on-gccgo.patch
which is now applied upstream
* Build/test with --no-parallel on mips/mipsel/mips64el to enhance
the chance of beating the "waitid: bad address" error (See #867358)
* Try to get cobra to build on mips, mipsel and mips64el:
1. Add e.g. "-tags mipsle" as appropriate so that golang.org/x/sys/unix
builds correctly before the release of GCC 7.2 which hopefully contains
the harmonized GOARCH values for gccgo.
See https://github.com/golang/go/issues/18031
2. Allow "go install" and "go test" to retry to try to overcome the
"waitid: bad address" error on mips and mipsel.
(See #867358)
* Temporarily (?) revert "Add 002-update-test-fixture-paths.patch and
removed DH_GOLANG_INSTALL_EXTRA to make build reproducible." to investigate
the actual failure mode on tests.reproducible-builds.org for reporting
upstream. (See #869304)
* Remove Depends on golang-github-spf13-viper-dev from
golang-github-spf13-cobra-dev in order to avoid a
"circular dependency hell" with golang-github-spf13-viper-dev,
golang-github-xordataexchange-crypt-dev, golang-etcd-server-dev
and finally golang-github-spf13-cobra-dev itself.
Thanks to Shengjing Zhu for the observation that the cobra library
does not actually need viper; only the cobra executable does.
(Closes: #869989)
* Add 002-update-test-fixture-paths.patch and removed
DH_GOLANG_INSTALL_EXTRA to make build reproducible. (Closes: #869304)
* New upstream snapshot
* Add 001-fix-TestGlobalNormFuncPropagation-on-gccgo.patch
as == should not be used on a reflect.Value,
see https://github.com/spf13/cobra/pull/496
* Remove old Lintian embedded-library override
cobra: unused-override embedded-library usr/bin/cobra: libyaml
* Add Lintian override for extra-license-file
which is actually a test fixture needed during "go test".
* Add "Testsuite: autopkgtest-pkg-go" to debian/control
[ Michael Lustfield ]
* New upstream version
* Add new build dependency on golang-github-mitchellh-go-homedir-dev
[ Anthony Fok ]
* Use debhelper (>= 10)
* Bump Standards-Version to 4.0.0:
Use https form of the copyright-format URL in debian/copyright
* Include test fixtures cobra/cmd/testdata that were added in May 2017
* New upstream version 0.0~git20170314.0.7be4bed
* Added Michael Lustfield to uploaders
[ 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
* 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
* New upstream snapshot
* Update debian/control
- Bump Standards-Version to 3.9.8 (no change)
- Use secure https URL for Vcs-Git too
* New upstream snapshot
* Remove "golang-go | gccgo" from Depends of golang-github-spf13-cobra-dev
* 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
* 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
* 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
* 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.