File: changelog

package info (click to toggle)
golang-github-spf13-viper 0.0~git20161213.0.5ed0fc3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 272 kB
  • sloc: makefile: 2
file content (105 lines) | stat: -rw-r--r-- 3,771 bytes parent folder | download
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
golang-github-spf13-viper (0.0~git20161213.0.5ed0fc3-3) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS on 32 bit architectures. (Closes: #860678)

 -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 26 Apr 2017 21:57:34 +0200

golang-github-spf13-viper (0.0~git20161213.0.5ed0fc3-2) unstable; urgency=medium

  * Remove double escape backslashes from debian/watch

 -- Anthony Fok <foka@debian.org>  Mon, 02 Jan 2017 02:05:21 -0700

golang-github-spf13-viper (0.0~git20161213.0.5ed0fc3-1) unstable; urgency=medium

  * New upstream snapshot: Fix MergeInConfig error return

 -- Anthony Fok <foka@debian.org>  Thu, 29 Dec 2016 02:01:55 -0700

golang-github-spf13-viper (0.0~git20161029.0.651d9d9-1) unstable; urgency=medium

  [ Anthony Fok ]
  * Team upload.
  * Add debian/watch file

  [ Tim Potter ]
  * Add me to uploaders

  [ Dr. Tobias Quathamer ]
  * Imported Upstream version 0.0~git20161029.0.651d9d9
  * Update Build-Depends
  * Use debhelper v10

 -- Dr. Tobias Quathamer <toddy@debian.org>  Sun, 04 Dec 2016 12:00:53 +0100

golang-github-spf13-viper (0.0~git20160605.0.c1ccc37-1) unstable; urgency=medium

  * New upstream version for Hugo v0.16
  * Refresh package dependencies in debian/control:
    - Replace golang-go with golang-any in Build-Depends
    - Remove old transition alternatives golang-toml-dev and
      golang-pretty-dev

 -- Anthony Fok <foka@debian.org>  Sat, 11 Jun 2016 13:15:55 -0600

golang-github-spf13-viper (0.0~git20160420.0.f904a17-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
    - Rename golang-github-go-fsnotify-fsnotify-dev to
      golang-github-fsnotify-fsnotify-dev
    - Remove "golang-go | gccgo" from Depends

 -- Anthony Fok <foka@debian.org>  Fri, 29 Apr 2016 12:13:23 +0800

golang-github-spf13-viper (0.0~git20160111.0.a212099-1) unstable; urgency=medium

  * New upstream snapshot:
    - Handle the case Get() returns either map[interface{}]interface{} or
      map[string]interface{}
    - Fix config watch
    - Watch the entire config dir for changes
  * Allow package to be installed with gccgo where golang-go is unavailable
  * Update debian/copyright

 -- Anthony Fok <foka@debian.org>  Fri, 15 Jan 2016 13:04:01 -0700

golang-github-spf13-viper (0.0~git20151224.0.110492b-1) unstable; urgency=medium

  * New upstream snapshot:
    - Add Sub() for Viper, which returns a branch of a Viper instance.
    - Add FlagValue interface to support other flag systems.
    - Add information about flag interfaces to the readme file.
    - Adds MergeConfig functionality
    - Bugfix for Nested Key Casing

 -- Anthony Fok <foka@debian.org>  Thu, 24 Dec 2015 09:50:16 -0700

golang-github-spf13-viper (0.0~git20151215.0.79971f1-1) unstable; urgency=medium

  * New upstream snapshot
  * Add dependency on golang-github-hashicorp-hcl-dev

 -- Anthony Fok <foka@debian.org>  Thu, 17 Dec 2015 05:02:21 -0700

golang-github-spf13-viper (0.0~git20151110.0.e37b56e-1) unstable; urgency=medium

  * New upstream snapshot: Add dynamic reading of config file support,
    in two new methods, viper.WatchConfig and viper.OnConfigChange,
    that are now used by Hugo.
  * (Build-)Depends on golang-github-go-fsnotify-fsnotify-dev,
    which provides "gopkg.in/fsnotify.v1" as required by this new
    upstream snapshot.
  * Swap Build-Depends relation ordering to appease buildds.
  * Change "MIT" to "Expat" in debian/copyright.

 -- Anthony Fok <foka@debian.org>  Tue, 10 Nov 2015 19:10:15 -0700

golang-github-spf13-viper (0.0~git20150908.0.1967d93-1) unstable; urgency=medium

  * Initial release (Closes: #799740)

 -- Anthony Fok <foka@debian.org>  Tue, 22 Sep 2015 13:52:30 -0600