golang-golang-x-sys 0.8.0-1 source package in Ubuntu

Changelog

golang-golang-x-sys (0.8.0-1) unstable; urgency=medium

  * New upstream version 0.8.0
  * Bump build-dependency golang-any (>= 2:1.17~) to support unsafe.Slice
  * Drop -dev package’s unneeded dependency on ${shlibs:Depends}
  * Invoke dh with --builddirectory=_build
  * Track release gzip-compressed tarball in uscan

 -- Anthony Fok <email address hidden>  Wed, 14 Jun 2023 18:24:44 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-sys_0.8.0-1.dsc 2.2 KiB f137515007d8f653a6355efe1e75d99da17cfa5f4b99a78e7b37417b96e4e303
golang-golang-x-sys_0.8.0.orig.tar.gz 1.4 MiB b2d02a26e2f974193692e0357c73f46b7b82c5d51099af1b01e4c456d261a428
golang-golang-x-sys_0.8.0-1.debian.tar.xz 6.4 KiB 398f35c4a780bcc026b6f06e14ed320f72c9177d4baee39f9a25357b2b09fe93

Available diffs

No changes file available.

Binary packages built by this source

golang-golang-x-sys-dev: Low-level interaction with the operating system

 This repository holds supplemental Go packages for low-level interactions with
 the operating system.
 .
 The primary use of this package is inside other packages that provide a more
 portable interface to the system, such as "os", "time" and "net". Use those
 packages rather than this one if you can.