golang-github-pelletier-go-toml (1.8.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.8.1-1 tag
- Git: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/go-team/packages/golang-github-pelletier-go-toml
- Last scan: 2021-04-12 11:39:07+00
- Next scan: 2021-04-19 07:40:00+00
- CI pipeline status: success
- Debian changelog in Git:
golang-github-pelletier-go-toml (1.8.1-1) unstable; urgency=medium
* New upstream version 1.8.1
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* debian/control: Update dependencies as per go.mod and benchmark/go.mod
* Update package description according to README.md
* debian/rules: Exclude cmd/tomltestgen which is used by upstream only
for generating toml_testgen_test.go
* debian/golang-github-pelletier-go-toml.install: Install the entire
usr/bin to ensure /usr/bin/jsontoml is included
* Mention the new jsontoml command-line program in package description
-- Anthony Fok <foka@debian.org> Fri, 23 Oct 2020 19:36:11 -0600
- This branch is 1 commit ahead of tag debian/1.8.1-1
- Git log:
commit fb0bd7b2500228b9a8b228e9c2955c71eecb2cd8
Author: Anthony Fok <foka@debian.org>
Date: Tue Dec 8 19:01:57 2020 -0700
Prevent "no non-test Go files" error during build
by bumping build-dependency on dh-golang to (>= 1.48~)