Your message dated Wed, 25 Jun 2025 09:00:12 +0000
with message-id <e1uulzi-00dnsa...@fasolo.debian.org>
and subject line Bug#921150: fixed in golang-github-arduino-go-paths-helper 
1.13.1-1
has caused the Debian Bug report #921150,
regarding ITP: golang-github-arduino-go-paths-helper -- Library to simplify 
handling of paths
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 ow...@bugs.debian.org
immediately.)


-- 
921150: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921150
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Rock Storm <rockst...@gmx.com>

* Package name    : golang-github-arduino-go-paths-helper
  Version         : 0.0~git20180911.751652d-1
  Upstream Author : Arduino
* URL             : https://github.com/arduino/go-paths-helper
* License         : GPL-2.0
  Programming Lang: Go
  Description     : Library to simplify handling of paths

This library aims to simplify handling of the most common operations
with paths. Most operations that usually require a bit of convoluted
system calls are now simplified, for example to check if a path is a
directory:

    buildPath := "/path/to/somewhere"
    srcPath := filepath.Join(buildPath, "src")
    if info, err := os.Stat(srcPath); err == nil && !info.IsDir() {
        os.MkdirAll(srcPath)
    }

Using this library can be done this way:

    buildPath := paths.New("/path/to/somewhere")
    srcPath := buildPath.Join("src")
    if !srcPath.IsDir() {
        scrPath.MkdirAll()
    }

The package 'arduino-builder' [1] has been split into several smaller
Go libraries like this one (at least two more to come). Even
though 'arduino-builder' is maintained by the electronics team, I
believe this libraries should be maintained by the Go team.

If you agree, then let this mail serve also as a formal request for the
Go team to accept this package, and also to accept me in the team.

@Geert, I'm CCing you so you are aware of this matter and in case
you want to argue against.

[1]: https://salsa.debian.org/electronics-team/arduino/arduino-builder

Regards,

-- 
Rock Storm
GPG KeyID: 4096R/C96832FD
GPG Fingerprint:
 C304 34B3 632C 464C 2FAF  C741 0439 CF52 C968 32FD

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: golang-github-arduino-go-paths-helper
Source-Version: 1.13.1-1
Done: Nicolas Peugnet <nico...@club1.fr>

We believe that the bug you reported is fixed in the latest version of
golang-github-arduino-go-paths-helper, 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 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Peugnet <nico...@club1.fr> (supplier of updated 
golang-github-arduino-go-paths-helper 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 22 Jun 2025 16:19:58 +0200
Binary: golang-github-arduino-go-paths-helper-dev
Source: golang-github-arduino-go-paths-helper
Architecture: all source
Version: 1.13.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Nicolas Peugnet <nico...@club1.fr>
Closes: 921150
Description: 
 golang-github-arduino-go-paths-helper-dev - Go library to simplify handling of 
paths
Changes:
 golang-github-arduino-go-paths-helper (1.13.1-1) experimental; urgency=medium
 .
   [Rock Storm]
   * Initial packaging (Closes: #921150)
 .
   [Nicolas Peugnet]
   * New upstream version 1.13.1
Checksums-Sha1: 
 fa8d2b46a58006ae7be12d32fee8bd45fe5e43d0 1829 
golang-github-arduino-go-paths-helper_1.13.1-1.dsc
 466da3441ff075a0960f4862207b9cf24f471bb8 27240 
golang-github-arduino-go-paths-helper_1.13.1.orig.tar.gz
 ca7cd64f702a1709e8406a32f49934e6f8c028bd 3112 
golang-github-arduino-go-paths-helper_1.13.1-1.debian.tar.xz
 d3a471dd3e5fe600cf7422d8c7c80332add9a509 5355 
golang-github-arduino-go-paths-helper_1.13.1-1_amd64.buildinfo
 44e3e99819443cf05f1537306aef13d76f19119a 17564 
golang-github-arduino-go-paths-helper-dev_1.13.1-1_all.deb
Checksums-Sha256: 
 5b1bc0dde34d46cd38e3c94af8a377ae291ad1384535c018e2f42908dfbdbd45 1829 
golang-github-arduino-go-paths-helper_1.13.1-1.dsc
 b988976605f9919f55b6fe4414fca9a2ae8a26ad41ce56238f82adf8d070e108 27240 
golang-github-arduino-go-paths-helper_1.13.1.orig.tar.gz
 b7572341994e7b0ff1faa7a5cff491a39aa12042fc7894abed7c669893680343 3112 
golang-github-arduino-go-paths-helper_1.13.1-1.debian.tar.xz
 5856e4b5f846395efdb6b0eb7d3d36ba0f8d2edb698f682504294a540235601e 5355 
golang-github-arduino-go-paths-helper_1.13.1-1_amd64.buildinfo
 c4c787952d56d5227b763abb6760bf3f36646edb69906f7c8458dd979fd3cddf 17564 
golang-github-arduino-go-paths-helper-dev_1.13.1-1_all.deb
Files: 
 dc6f5579c729e5b25e04d01a376cf0af 1829 golang optional 
golang-github-arduino-go-paths-helper_1.13.1-1.dsc
 991dfcb9fa430d42fd01e085a978f6f3 27240 golang optional 
golang-github-arduino-go-paths-helper_1.13.1.orig.tar.gz
 f4e4e25903bc5f31d531f91d109fdcf4 3112 golang optional 
golang-github-arduino-go-paths-helper_1.13.1-1.debian.tar.xz
 915bbd98f29d5456de8cd0608392af0e 5355 golang optional 
golang-github-arduino-go-paths-helper_1.13.1-1_amd64.buildinfo
 a596500497382680f73adf4f5a65811b 17564 golang optional 
golang-github-arduino-go-paths-helper-dev_1.13.1-1_all.deb

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

iHUEARYKAB0WIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCaFggHAAKCRDsvtu2B7my
vtx1AQCieFXsAmQrAbaxURp7zSZIRXI6zIvp64/lKzibl825cAD8CYCkAm7vbNG0
9VPKF6WtZ80ZpsR+1uojc2vQ0lDUpgU=
=TCz5
-----END PGP SIGNATURE-----

Attachment: pgpZhcl1iNQ1y.pgp
Description: PGP signature


--- End Message ---

Reply via email to