DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-mikelolasagasti-xz 1.0.1-1

Package Information

DescriptionNative Go XZ decompression package (library)

Xz

Package xz implements XZ decompression natively in Go.

Documentation at https://pkg.go.dev/github.com/mikelolasagasti/xz (https://pkg.go.dev/github.com/mikelolasagasti/xz).

Download and install with go get github.com/mikelolasagasti/xz.

If you need compression as well as decompression, you might want to look at https://github.com/ulikunitz/xz (https://github.com/ulikunitz/xz).

LICENSE

This was originally released into the public domain by the AUTHORS. Here it is licensed more explicitly as Zero-Clause BSD (0BSD) so that it can be detected by automated tooling, and satisfy the legal requirements for vendor integration for cases in which a "public domain" statement is not sufficient.

This Go package is a modified version of

XZ Embedded <http://tukaani.org/xz/embedded.html>

and the project adopted 0BSD for newer commits.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByAndrew Lee (李健秋) <ajqlee@debian.org>
Sponsorajqlee@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-mikelolasagasti-xz.git (browse)
Closes#1140155
Trackerhttps://tracker.debian.org/pkg/golang-github-mikelolasagasti-xz
Uploaded3 hours ago

New Package Report

.changes
Changed-ByAndrew Lee (李健秋)
Architecturesource all
Distributionunstable
DateTue, 16 Jun 2026 17:19:00 +0200
Sourcegolang-github-mikelolasagasti-xz
Version1.0.1-1
Changelog
golang-github-mikelolasagasti-xz (1.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1140155)
     - requires by golang-github-mholt-archives.
.dsc
Package-Listgolang-github-mikelolasagasti-xz-dev deb golang optional arch=all
Sectiongolang
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/mikelolasagasti/xz
Upstream-Name: github.com/mikelolasagasti/xz
Upstream-Contact: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Comment: upstream name matches it's go module path

Files: *
Copyright: 2015-2017 Michael Cross <https://github.com/xi2>
           2025      Mikel Olasagasti Uranga <mikel@olasagasti.info>
License: 0BSD

Files: debian/*
Copyright: 2026 Andrew Lee (李健秋) <ajqlee@debian.org>
License: 0BSD
Comment: Debian packaging is licensed under the same terms as upstream

License: 0BSD
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted.
 .
 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
 REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
 AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
 INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.

Back to Dashboard | View all reviews for this package