golang-golang-x-sys 0.0~git20210124.22da62e-1 source package in Ubuntu

Changelog

golang-golang-x-sys (0.0~git20210124.22da62e-1) unstable; urgency=medium

  * Team upload
  * New upstream snapshot
  * Update Section to golang
  * Update Standards-Version to 4.5.1 (no changes)
  * Drop all mips hacks.
    The GOARCH issue on gccgo and mips has been fixed since gcc-8
    https://github.com/gcc-mirror/gcc/commit/1701a9d8f0ca4153bbf3cf75487c6a14606e5121

 -- Shengjing Zhu <email address hidden>  Wed, 27 Jan 2021 02:29:03 +0800

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-sys_0.0~git20210124.22da62e-1.dsc 1.7 KiB e9114fd207319baf303ceecfe691aefd0542fc92d3015242fc355ffdbdc8e2f4
golang-golang-x-sys_0.0~git20210124.22da62e.orig.tar.xz 448.9 KiB 6db35ecd83171f2f597a58484e6bdaeac37ee8f02f2c7b5c50f34f10b78650b4
golang-golang-x-sys_0.0~git20210124.22da62e-1.debian.tar.xz 21.8 KiB df422e3bcb23e04b1bb6c86c3938ee2f5793b2f17986b52d485333e773d28806

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.