golang-github-alexcesaro-log 0.0~git20150915.61e6862-3 source package in Ubuntu

Changelog

golang-github-alexcesaro-log (0.0~git20150915.61e6862-3) unstable; urgency=medium

  * Bump Standards-Version to 4.5.1.
  * debian/gbp.conf: replace debian/master with debian/latest.
  * debian/gitlab-ci.yml: created.
  * debian/upstream/metadata: created.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Mon, 16 Aug 2021 23:39:23 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alexcesaro-log_0.0~git20150915.61e6862-3.dsc 2.4 KiB d9e6a1b092fef979b0aee68160ab9285756b55795b2581361cc49319588e4e85
golang-github-alexcesaro-log_0.0~git20150915.61e6862.orig.tar.xz 7.5 KiB 920e8883fb6a5183601506d58ccec1495e13c1678773666802b3c5dfe82d090d
golang-github-alexcesaro-log_0.0~git20150915.61e6862-3.debian.tar.xz 2.8 KiB e6ef339713b0b3679c0c478218bfb5da67536cd2f6c0bb71e9bad9dde398f0fd

No changes file available.

Binary packages built by this source

golang-github-alexcesaro-log-dev: Logging packages for Go (library)

 Package log provides a common interface for logging libraries.
 .
 This package contains:
  - buflog: provides a buffered logging class that accumulates logs in
    memory until the flush threshold is reached which release stored
    logs, the buffered logger then act as a normal logger.
  - golog: provides a customizable logging class which can be used as
    a standalone or as a building block for other loggers.
  - logtest: provides utilities for logging testing.
  - stdlog: provides simple and fast logging to the standard output
    (stdout) and is optimized for programs launched via a shell or cron.
 Logger is a common interface for logging libraries.