golang-github-jessevdk-go-flags 1.6.1-1
Package Information
| Description | Go library for parsing command line arguments Package flags provides an extensive command line option parser. The flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Guillem Jover <gjover@sipwise.com> |
| Sponsor | guillem@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-jessevdk-go-flags.git (browse) |
| Tracker | https://tracker.debian.org/pkg/golang-github-jessevdk-go-flags |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Source | golang-github-jessevdk-go-flags |
|---|---|
| Version | 1.6.1-1 |
| Changed-By | Guillem Jover |
| Architecture | source all |
| Distribution | unstable |
| Date | Thu, 14 May 2026 22:37:14 +0200 |
Changelog
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..dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | golang-github-jessevdk-go-flags-dev deb golang optional arch=all golang-go-flags-dev deb oldlibs optional arch=all |
| Section | golang |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files:
*
Copyright:
2012 Jesse van den Kieboom <jessevdk@gmail.com>
License: BSD-3-Clause
Files:
debian/*
Copyright:
2013 Canonical, Ltd.
2026 Sipwise GmbH, Austria
License: BSD-3-Clause
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.