golang-github-jessevdk-go-flags (1.6.1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/1.6.1-1 tag
- Git: https://salsa.debian.org/go-team/packages/golang-github-jessevdk-go-flags.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 290816
- Browser: https://salsa.debian.org/go-team/packages/golang-github-jessevdk-go-flags
- Last scan: 2026-06-07 13:49:02+00
- Next scan: 2026-06-14 22:49:00+00
- CI pipeline status: success
- Debian changelog in Git:
golang-github-jessevdk-go-flags (1.6.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Rename source package to the correct golang-github-jessevdk-go-flags name.
This is the name that matches the Go import path, and follows the naming
scheme the team has agreed to. It also avoids confusion where the
previous source name looked like a core language module.
* Remove «Rules-Requires-Root: no», which is now the default.
* Remove «Priority: optional», which is now the default.
* Bump Standards-Version to 4.7.4.
* Switch to debian/watch format version 5.
* Run wrap-and-sort -ast.
* Remove Steve Langasek from Uploaders, RIP.
* Remove Sergio from Uploaders, email bounces.
* Use dh-sequence-golang instead of dh-golang and --with=golang.
* Remove empty export of DH_OPTIONS.
* Remove redundant «Copyright (C)» prefix from Copyright field values.
* Remove copyright statement from License field.
* Remove --buildsystem=golang implicit since dh 13.4.
* Update gbp configuration following Go Team new workflow.
* Remove patch merged upstream.
* Include examples/bash-completion for unit test.
* Add new golang-golang-x-sys-dev Build-Depends.
* Pass --builddirectory=_build to dh.
* Update copyright information.
* Add a debian/.gitignore file.
-- Guillem Jover <gjover@sipwise.com> Thu, 14 May 2026 22:37:14 +0200
- This branch is 2 commits ahead of tag debian/1.6.1-1
- Git log:
commit 92d2d2f292313d51c86f5cb4ef52e56492d8bfe1
Author: Guillem Jover <gjover@sipwise.com>
Date: Tue May 26 23:42:21 2026 +0200
Namespace debhelper fragment files with binary package name
Starting with debhelper compat level 15 fragment files that are not
namespaced will generate an error for source packages that create more
than one binary package. Be future proof, and namespace them always
so that if there is ever a need to add another binary package it will
not generate an error.
commit 29220ef42ac05f2be65f5bfe65204052d4b141bf
Author: Guillem Jover <gjover@sipwise.com>
Date: Thu May 21 18:53:34 2026 +0200
Switch debian/gitlab-ci.yml to debian/salsa-ci.yml