golang-gopkg-natefinch-lumberjack.v2 2.1-1 source package in Ubuntu

Changelog

golang-gopkg-natefinch-lumberjack.v2 (2.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Drop upstream-fixed patches
  * d/control:
    + wrap-and-sort
    + Bump Standards-Version
    + Switch Priority to optional
    + Fix vcs-field-uses-insecure-uri
    + Fix testsuite-autopkgtest-missing
  * Switch the copyright-format URL to https
  * Add d/gbp.conf

 -- Mpampis Kostas <email address hidden>  Mon, 05 Mar 2018 12:37:03 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-natefinch-lumberjack.v2_2.1-1.dsc 2.3 KiB 378518b441bbaf39f5d0fa7d6d4b1904ece12418c12a808b014817b56bc1f080
golang-gopkg-natefinch-lumberjack.v2_2.1.orig.tar.gz 12.2 KiB 7bd87764df1eebc8308dcc1775a7434418c6aa64a4398d22c7c2bcda507b020b
golang-gopkg-natefinch-lumberjack.v2_2.1-1.debian.tar.xz 2.2 KiB 7dc570ed957d04747b35d93c14e341d9a514bb10d58c398a4191cd55b82e6e31

No changes file available.

Binary packages built by this source

golang-gopkg-natefinch-lumberjack.v2-dev: Go package for writing logs to rolling files

 Lumberjack is intended to be one part of a logging infrastructure.
 It is not an all-in-one solution, but instead is a pluggable component
 at the bottom of the logging stack that simply controls the files
 to which logs are written.
 .
 Lumberjack plays well with any logging package that can write to
 an io.Writer, including the standard library's log package.
 .
 Lumberjack assumes that only one process is writing to the output
 files. Using the same lumberjack configuration from multiple processes
 on the same machine will result in improper behavior.
 .
 This is version v2 of the lumberjack package.