Source: supercronic
Section: utils
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.26~),
               golang-github-evalphobia-logrus-sentry-dev,
               golang-github-fsnotify-fsnotify-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-stretchr-testify-dev,
               golang-github-beorn7-perks-dev,
               golang-github-cespare-xxhash-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-getsentry-raven-go-dev,
               golang-github-kr-text-dev,
               golang-github-munnerz-goautoneg-dev,
               golang-github-pkg-errors-dev,
               golang-github-pmezard-go-difflib-dev,
               golang-github-prometheus-client-model-dev,
               golang-github-prometheus-common-dev,
               golang-github-prometheus-procfs-dev,
               golang-github-rogpeppe-go-internal-dev,
               golang-golang-x-sys-dev,
               golang-google-protobuf-dev,
               golang-gopkg-yaml.v3-dev
Standards-Version: 4.7.4
Homepage: https://github.com/aptible/supercronic
Vcs-Browser: https://salsa.debian.org/go-team/packages/supercronic
Vcs-Git: https://salsa.debian.org/go-team/packages/supercronic.git
XS-Go-Import-Path: github.com/aptible/supercronic
Testsuite: autopkgtest-pkg-go

Package: supercronic
Architecture: any
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: crontab-compatible job runner, optimized for containers
 Supercronic is a crontab-compatible job runner, designed specifically
 to run in containers.
 .
 Unlike traditional cron, supercronic logs to stdout/stderr, supports
 JSON logging, signals the entire process group on job termination,
 exposes a Prometheus metrics endpoint, hot-reloads crontab files via
 inotify, and handles PID 1 zombie reaping.
