Change logs for golang-github-spf13-cobra source package in Artful

  • golang-github-spf13-cobra (0.0~git20170731.0.b26b538-1) unstable; urgency=medium
    
      * New upstream snapshot:
         - Fix remaining reproducibility problem in TestGoldenAddCmd.
           The previous fix was incomplete. (See #869304)
    
     -- Anthony Fok <email address hidden>  Mon, 31 Jul 2017 12:27:51 -0600
  • golang-github-spf13-cobra (0.0~git20170730.0.d7ba195-1) unstable; urgency=medium
    
      * 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)
    
     -- Anthony Fok <email address hidden>  Sun, 30 Jul 2017 02:59:03 -0600
  • golang-github-spf13-cobra (0.0~git20170724.0.90fc11b-3) unstable; urgency=medium
    
      * 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)
    
     -- Anthony Fok <email address hidden>  Fri, 28 Jul 2017 21:04:30 -0600
  • golang-github-spf13-cobra (0.0~git20170724.0.90fc11b-2) unstable; urgency=medium
    
      * Add 002-update-test-fixture-paths.patch and removed
        DH_GOLANG_INSTALL_EXTRA to make build reproducible. (Closes: #869304)
    
     -- Michael Lustfield <email address hidden>  Tue, 25 Jul 2017 23:15:47 -0500
  • golang-github-spf13-cobra (0.0~git20170724.0.90fc11b-1) unstable; urgency=medium
    
      * 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
    
     -- Anthony Fok <email address hidden>  Mon, 24 Jul 2017 14:21:06 -0600
  • golang-github-spf13-cobra (0.0~git20170716.0.d994347-1) unstable; urgency=medium
    
      [ 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
    
     -- Anthony Fok <email address hidden>  Sat, 22 Jul 2017 00:45:03 -0600
  • golang-github-spf13-cobra (0.0~git20170314.0.7be4bed-1) unstable; urgency=medium
    
      * New upstream version 0.0~git20170314.0.7be4bed
      * Added Michael Lustfield to uploaders
    
     -- Michael Lustfield <email address hidden>  Tue, 28 Mar 2017 09:27:29 -0500
  • 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 <email address hidden>  Sun, 01 Jan 2017 12:32:53 -0700