Review: golang-github-multiformats-go-multiaddr 0.16.1-1
Package Information
| Description | implementation of the Multiaddr network address format in Go Multiaddr is a standard for representing network addresses that are self-describing, composable, and future-proof. It allows applications to treat addresses as opaque tokens and avoid making assumptions about the underlying address representation or length. This library provides a way to: * Support any standard network protocols (IP, TCP, UDP, etc.). * Use a binary packed format for efficient machine readability. * Use a human-friendly string representation (e.g., /ip4/127.0.0.1/tcp/80). * Encapsulate protocols within one another for complex tunneling. This package contains the Go source code for the multiaddr library |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Reinhard Tartler <siretart@tauware.de> |
| Sponsor | siretart@debian.org |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-multiformats-go-multiaddr.git (browse) |
| Closes | #1129749 |
| Tracker | https://tracker.debian.org/pkg/golang-github-multiformats-go-multiaddr |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Date | Thu, 05 Mar 2026 09:33:40 -0500 |
|---|---|
| Source | golang-github-multiformats-go-multiaddr |
| Version | 0.16.1-1 |
| Changed-By | Reinhard Tartler |
| Architecture | all amd64 source |
| Distribution | unstable |
Changelog
golang-github-multiformats-go-multiaddr (0.16.1-1) unstable; urgency=medium . * Initial release (Closes: #1129749)
.dsc
| Component | main |
|---|---|
| Package-List | go-multiaddr deb net optional arch=any golang-github-multiformats-go-multiaddr-dev deb golang optional arch=all |
| Section | net |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/multiformats/go-multiaddr Upstream-Name: go-multiaddr Files: * Copyright: 2014 Juan Batiz-Benet License: Expat Files: debian/* Copyright: 2026 Reinhard Tartler <siretart@tauware.de> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Review Information
accepted — allocated to mechtilde 0 hours ago, started 0 hours ago, completed 0 hours ago.
Final Comment
Hello Reinhard,
with the next upload please provide a manpage as described at
https://dfsg-new-queue.debian.org/reviews/golang-github-multiformats-go-multiaddr
Thanks
Public Notes
Lintian
Command: lintian -c -E -I -i -L '>=warning' --show-overrides --color=never ../$(basename $PWD)_*.changes
Exit code: 0
N:
W: go-multiaddr: no-manual-page [usr/bin/multiaddr]
N:
N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have
N: a manual page
N:
N: Note that though the man program has the capability to check for several
N: program names in the NAMES section, each of these programs should have its
N: own manual page (a symbolic link to the appropriate manual page is
N: sufficient) because other manual page viewers such as xman or tkman don't
N: support this.
N:
N: If the name of the manual page differs from the binary by case, man may be
N: able to find it anyway; however, it is still best practice to match the
N: exact capitalization of the executable in the manual page.
N:
N: If the manual pages are provided by another package on which this package
N: depends, Lintian may not be able to determine that manual pages are
N: available. In this case, after confirming that all binaries do have manual
N: pages after this package and its dependencies are installed, please add a
N: Lintian override.
N:
N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual
N: for details.
N:
N: Visibility: warning
N: Show-Always: no
N: Check: documentation/manual
N: Renamed from: binary-without-manpage
N: