[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1055417: marked as done (ITP: golang-github-tdewolff-argp -- GNU command line argument parser (Go library))



Your message dated Tue, 07 Nov 2023 19:00:10 +0000
with message-id <E1r0RJ4-00HYe6-TN@fasolo.debian.org>
and subject line Bug#1055417: fixed in golang-github-tdewolff-argp 0.0~git20231030.fa6c548-1
has caused the Debian Bug report #1055417,
regarding ITP: golang-github-tdewolff-argp -- GNU command line argument parser (Go library)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1055417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055417
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Anthony Fok <foka@debian.org>

* Package name    : golang-github-tdewolff-argp
  Version         : 0.0~git20231030.fa6c548-1
  Upstream Author : Taco de Wolff
* URL             : https://github.com/tdewolff/argp
* License         : Expat
  Programming Lang: Go
  Description     : GNU command line argument parser (Go library)
 The argp Go package provides a command-line argument parser
 following the GNU standard.
 .
   ./test -vo out.png --size 256 input.txt
 .
 with the following features:
 .
  * build-in help (-h and --help) message
  * scan arguments into struct fields with configuration in tags
  * scan into composite field types (arrays, slices, structs)
  * allow for nested sub commands
 .
 GNU command line argument rules:
 .
  * arguments are options when they begin with a hyphen -
  * multiple options can be combined: -abc is the same as -a -b -c
  * long options start with two hyphens: --abc is one option
  * option names are alphanumeric characters
  * options can have a value: -a 1 means that a has value 1
  * option values can be separated by a space, equal sign, or nothing: -a1 -
    a=1 -a 1 are all equal
  * options and non-options can be interleaved
  * the argument -- terminates all options so that all following arguments
    are treated as non-options
  * a single - argument is a non-option usually used to mean standard in or
    out streams
  * options may be specified multiple times, only the last one determines
    its value
  * options can have multiple values: -a 1 2 3 means that a is an
    array/slice/struct of three numbers of value [1,2,3]
 .
 See also github.com/tdewolff/prompt for a command-line prompter.

Reason for packaging: Needed by golang-github-tdewolff-minify >= 2.20.5

--- End Message ---
--- Begin Message ---
Source: golang-github-tdewolff-argp
Source-Version: 0.0~git20231030.fa6c548-1
Done: Anthony Fok <foka@debian.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-tdewolff-argp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1055417@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anthony Fok <foka@debian.org> (supplier of updated golang-github-tdewolff-argp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 05 Nov 2023 14:28:41 -0700
Source: golang-github-tdewolff-argp
Binary: golang-github-tdewolff-argp-dev
Architecture: source all
Version: 0.0~git20231030.fa6c548-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: Anthony Fok <foka@debian.org>
Description:
 golang-github-tdewolff-argp-dev - GNU command line argument parser (Go library)
Closes: 1055417
Changes:
 golang-github-tdewolff-argp (0.0~git20231030.fa6c548-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1055417)
   * Skip three failing test cases in TestArgpTypes;
     see https://github.com/tdewolff/argp/issues/1
Checksums-Sha1:
 341759c5ee9db2c0e50d5fa43208de5f2f40f8a9 2418 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.dsc
 af3a65c61f4956171f90c8f3a064ef2184b0adcd 12024 golang-github-tdewolff-argp_0.0~git20231030.fa6c548.orig.tar.xz
 52f1b8edb1fac01e1370e3b906ec015fe233fad4 3156 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.debian.tar.xz
 ebe8062c5fa2aed27a2236940881b803115b9c05 12472 golang-github-tdewolff-argp-dev_0.0~git20231030.fa6c548-1_all.deb
 5f8e638b0f102bbac2e9165f23dbf266716c2d52 6614 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1_amd64.buildinfo
Checksums-Sha256:
 9774ccef1fb8ffd4bcbcdd1faca732782a3436e4f92987584b3328501e4355e6 2418 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.dsc
 5e58ef6ec5a89ece7db69e6b83704d87aff7242111ea8e388acaf0875e093bb6 12024 golang-github-tdewolff-argp_0.0~git20231030.fa6c548.orig.tar.xz
 bade683afff8f9734faa638255adf6a0283ff0e59e5566601ba44cd57238a441 3156 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.debian.tar.xz
 33ee9544003fc8a7eda2894c1dbd95a878a52383ce4ef6f8ffceab663a43fcfc 12472 golang-github-tdewolff-argp-dev_0.0~git20231030.fa6c548-1_all.deb
 a0c685f3d2982954622b4fd22143a5b5ac4f89037f3d56f8228f09e6a605d8e0 6614 golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1_amd64.buildinfo
Files:
 897ad3564819dcd452099ecaa65cb78d 2418 golang optional golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.dsc
 318927a85a408a7a8c58d923703bd0ff 12024 golang optional golang-github-tdewolff-argp_0.0~git20231030.fa6c548.orig.tar.xz
 14af13c65213f531da3fd22dd9ed6ada 3156 golang optional golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1.debian.tar.xz
 7fceca012931020ad0f58349e25ce6f1 12472 golang optional golang-github-tdewolff-argp-dev_0.0~git20231030.fa6c548-1_all.deb
 953bec8ff463616647ac9778c7628a2a 6614 golang optional golang-github-tdewolff-argp_0.0~git20231030.fa6c548-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAmVICYAQHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz+LtD/9QJRYVQOVIOoEAjCAxoHxumnHLhs4ZzOAO
JiY6P7+P4OjkAVIVZI/f4/+x4YUKBx+CV9yZKhCEzBIc17bg4b4TRfyZqFLqvR6Q
luH+/RLuZg7M6IRe+kLMNNv3tlJ/LRhQCiLcMnsdCoCaIBRoU9//HA9YpBKdW9fN
qfc5sUQAcGQkEoGYjPD8ADFL+doWeXjacJPAdnhUPvZxjvaxjr5lT7/2JPhTivF5
CsCg8wPricik7txRLXan4v0LqnQzviXUG9AIO8lsK9lZoNKN4iecYti2+Ai+vESQ
o6ZpovAn1vxbkIraLZSZ25aTdoo1zmuZCwxB4+nC+18dshqIp70vloZobMTO9DtF
M39gsfUp86lxmJVUJIJ9TVhBxVOqeAic89w0BpV5C1o4/3vEnL86FB219lwNoR+A
2An+Z/AdK6ynC9jvWn9fLIq6oxtAj81dV+9c3TMa5JwSrTUh3BhYjBupE2tbXNKR
wEJZWWWhihAr6if6NnjhQDo8/vbfqwme9NrU3SUbpbhBvA1hCg+IBEFyssoXZgJN
mvRPOUqFeO70oPpIFHjcr1RuYyFSq6qdj2QoTIVAOZMBRLCOAzkg4G3hL4z5X5/H
qG+G3KRCo7Srzc2MiipPibaDChq5YzbVzb8kdRoPc6uegFSNLigTxQ/m22Vucqcf
xP9lydrk6w==
=bXOJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: