Codebase list golang-github-disposaboy-jsonconfigreader / 45447173-eee5-4056-b1b3-5a6080da54ed/main
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Changes applied to dpkg configuration: - control source Standards-Version: '4.1.4' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.1.4' to '4.5.1'. jenkins@osuosl167-amd64.debian.net 2 years ago
2 changed file(s) with 21 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 golang-github-disposaboy-jsonconfigreader (0.0~git20171218.5ea4d0d-3) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 100%Reading package
3 lists... Done Building dependency tree... 0%Building dependency tree...
4 0%Building dependency tree... 50%Building dependency tree... 50%Building
5 dependency tree... Done Reading state information... 0% Reading state
6 information... 0%Reading state information... Done Changes applied to dpkg
7 configuration: - control source Standards-Version: '4.1.4' -> '4.5.1' #
8 applied fix for :Current standards version is '4.5.1'. Please read
9 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
10 changes that may be needed on your package to upgrade it from standard
11 version '4.1.4' to '4.5.1'.
12
13 -- Debian Janitor <janitor@jelmer.uk> Fri, 17 Sep 2021 22:05:30 -0000
14
015 golang-github-disposaboy-jsonconfigreader (0.0~git20171218.5ea4d0d-2) unstable; urgency=medium
116
217 * d/watch: use git mode.
00 Source: golang-github-disposaboy-jsonconfigreader
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Alexandre Viau <aviau@debian.org>
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
56 Build-Depends: debhelper-compat (= 12),
67 dh-golang,
78 golang-any
8 Standards-Version: 4.1.4
9 Homepage: https://github.com/DisposaBoy/JsonConfigReader
9 Standards-Version: 4.5.1
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-disposaboy-jsonconfigreader
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-disposaboy-jsonconfigreader.git
12 Homepage: https://github.com/DisposaBoy/JsonConfigReader
1213 XS-Go-Import-Path: github.com/DisposaBoy/JsonConfigReader
13 Testsuite: autopkgtest-pkg-go
1414
1515 Package: golang-github-disposaboy-jsonconfigreader-dev
1616 Architecture: all
17 Multi-Arch: foreign
1718 Depends: ${misc:Depends}
18 Multi-Arch: foreign
1919 Description: proxy for golang's io.Reader allowing you to use json as a config format
2020 JsonConfigReader is a proxy for golang's io.Reader that strips line
2121 comments and trailing commas, allowing you to use json as a reasonable