DFSG NEW Queue

DFSG, Licensing & New Packages Team

supercronic 0.2.45-1

Package Information

Descriptioncrontab-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.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByMaximiliano Curia <maxy@debian.org>
Sponsormaxy@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/go-team/packages/supercronic.git (browse)
Closes#1137249
Trackerhttps://tracker.debian.org/pkg/supercronic
Uploaded1 hour ago

New Package Report

.changes
Distributionunstable
DateThu, 21 May 2026 20:29:45 +0200
Sourcesupercronic
Version0.2.45-1
Changed-ByMaximiliano Curia
Architecturesource amd64
Changelog
supercronic (0.2.45-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1137249)
   * Add patch to use perl instead of python in tests.
.dsc
Sectionutils
Priorityoptional
Componentmain
Package-Listsupercronic deb utils optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: supercronic
Upstream-Contact: https://github.com/aptible/supercronic
Source: https://github.com/aptible/supercronic

Files: *
Copyright: 2017-2019, Aptible, Inc.
License: Expat

Files: cronexpr/*
Copyright: 2013, Raymond Hill
License: GPL-3 or Apache-2

Files: cronexpr/cronexpr/main.go
       cronexpr/example_test.go
Copyright: 2013, Raymond Hill
License: GPL-3

Files: debian/*
Copyright: 2026 Maximiliano Curia <maxy@debian.org>
License: Expat

License: Apache-2
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

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.

License: GPL-3
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see {http://www.gnu.org/licenses/}.
 .
 On Debian systems, the complete text of the GNU General Public
 License can be found in /usr/share/common-licenses/GPL-3 file,
 later versions can be found in the same directory.

Back to Dashboard | View all reviews for this package