golang-github-google-uuid 1.6.0-1 source package in Ubuntu

Changelog

golang-github-google-uuid (1.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.6.0
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Invoke dh with --builddirectory=_build
  * Bump Standards-Version to 4.6.2 (no change)
  * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Mon, 26 Feb 2024 12:13:03 -0700

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-uuid_1.6.0-1.dsc 2.2 KiB 7298861cbc81b1f9a086143b9aa24a3e0c10715e7c22e90dbc21edb4785fc120
golang-github-google-uuid_1.6.0.orig.tar.gz 20.4 KiB ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d
golang-github-google-uuid_1.6.0-1.debian.tar.xz 3.2 KiB d03b45a190eb635640daf8677609d4800fea6fd0dad7f0f67a712c090ffb0994

Available diffs

No changes file available.

Binary packages built by this source

golang-github-google-uuid-dev: generates and inspects UUIDs based on RFC 4122

 This package generates and inspects UUIDs based on RFC 4122
 (http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and
 Security Services.
 .
 This package is based on the "github.com/pborman/uuid" package. It differs
 from these earlier packages in that a UUID is a 16 byte array rather than
 a byte slice. One loss due to this change is the ability to represent an
 invalid UUID (vs a NIL UUID).