golang-github-jacobsa-timeutil 0.0~git20170205-1 source package in Ubuntu

Changelog

golang-github-jacobsa-timeutil (0.0~git20170205-1) unstable; urgency=medium

  * Team upload.
  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on
      golang-github-jacobsa-ogletest-dev.
    + golang-github-jacobsa-timeutil-dev: Drop versioned constraint on
      golang-github-jacobsa-ogletest-dev in Depends.

  [ Andreas Tille ]
  * Add watch file
  * Default Salsa CI
  * New upstream version
  * Standards-Version: 4.7.2 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Rename Maintainer from pkg-go to Debian Go Packaging Team (routine-
    update)
  * Section: s/devel/golang/ (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 10 Sep 2025 21:00:03 +0200

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
Resolute proposed universe misc

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-timeutil_0.0~git20170205-1.dsc 2.4 KiB ded1f26992fc284c9752e89acfd9cfed59daf90d1d1c1e8f886049cb6fff4d6f
golang-github-jacobsa-timeutil_0.0~git20170205.orig.tar.xz 6.1 KiB 159dc8a6da18f682354bc185a15222a2fc69eec6982b27abc2b7e1d0431d3059
golang-github-jacobsa-timeutil_0.0~git20170205-1.debian.tar.xz 2.1 KiB fa982c69156bf1600d4a37d8d6ffa7dd2bfc8e2404746f3aa006fd589aa4f4db

No changes file available.

Binary packages built by this source

golang-github-jacobsa-timeutil-dev: code supplementing Go's time package

 This package contains code that supplements the time package from the Go
 standard library. In particular:
 .
  * A Clock interface, with a fake implementation that can be used in tests.
  * Implementations of oglematchers.Matcher for time values.