golang-github-anacrolix-missinggo 2.1.0-8
Package Information
| Description | Stuff that's missing in Go stdlib, or hasn't made it into its own repo. Stuff that supplements Go's stdlib, or isn't significant enough to be in its own repo. This package provides Go source code for the missinggo. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Andrew Lee (李健秋) <ajqlee@debian.org> |
| Sponsor | ajqlee@debian.org |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-anacrolix-missinggo.git (browse) |
| Closes | #940286, #1017544, #1146181 |
| Popcon Installs | 14 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/golang-github-anacrolix-missinggo |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Source | golang-github-anacrolix-missinggo |
|---|---|
| Version | 2.1.0-8 |
| Changed-By | Andrew Lee (李健秋) |
| Architecture | source amd64 all |
| Distribution | unstable |
| Date | Sun, 27 Sep 2026 21:13:14 +0200 |
Changelog
golang-github-anacrolix-missinggo (2.1.0-8) unstable; urgency=medium
.
* Team Upload.
.
[ Marcos Talau ]
* debian/salsa-ci.yml: Add to provide CI tests for Salsa
.
[ Andrew Lee (李健秋) ]
* debian/control: align XS-Go-Import-Path.
* debian/control: drop Priority: optional (now the default).
* debian/control: Drop Rules-Requires-Root: no (now the default).
* debian/control: bump to Standards-version to 4.7.4.
* Remove legacy patch. May disable tests in debian/rules with go test
-skip command.
* fix-import-path.patch: align upstream /v2 import path. (Closes: #940286)
* debian/rules: skip specific tests that doesn't work in debian's build
environment. (Closes: #1146181, #1017544)
* debian/control: align -dev binary package and create transitional
dummy package..dsc
| Section | devel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-github-anacrolix-missinggo-bin-static deb devel optional arch=any golang-github-anacrolix-missinggo-dev deb oldlibs optional arch=all golang-github-anacrolix-missinggo-v2-dev deb devel optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: missinggo Source: https://github.com/anacrolix/missinggo Files-Excluded: Godeps/_workspace Files: * Copyright: 2015 Matt Joiner License: MIT Files: debian/* Copyright: 2019 Drew Parsons <dparsons@debian.org> License: MIT Comment: Debian packaging is licensed under the same terms as upstream License: MIT 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.