golang-github-deruina-timberjack 1.4.1-1
Package Information
| Description | Go package for writing logs to rolling files Timberjack is a forked and enhanced version of lumberjack, adding time-based rotation, clock-scheduled rotation, and opt-in compression (gzip or zstd). Package timberjack provides a rolling logger with support for size-based and time-based log rotation. Timberjack is a pluggable component that manages log file writing and rotation. It works with any logger that writes to an io.Writer, including the standard library’s log package. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Arya Kiran <arya@projectsegfau.lt> |
| Sponsor | nilesh@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-deruina-timberjack.git (browse) |
| Closes | #1132690 |
| Tracker | https://tracker.debian.org/pkg/golang-github-deruina-timberjack |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Version | 1.4.1-1 |
|---|---|
| Changed-By | Arya Kiran |
| Architecture | source all |
| Distribution | unstable |
| Date | Sun, 26 Apr 2026 19:48:07 +0530 |
| Source | golang-github-deruina-timberjack |
Changelog
golang-github-deruina-timberjack (1.4.1-1) unstable; urgency=medium . * Initial release (Closes: #1132690)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-github-deruina-timberjack-dev deb golang optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/deruina/timberjack Upstream-Name: timberjack Files: * Copyright: 2025 Dean Ruina License: Expat Files: debian/* Copyright: 2026 Arya Kiran <arya@projectsegfau.lt> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.