libminion-perl 10.25+dfsg-3 source package in Ubuntu

Changelog

libminion-perl (10.25+dfsg-3) unstable; urgency=medium

  * Fix links of names of symlinked fonts after the switch to fonts-fork-
    awesome.
    Thanks to Alexander Sulfrian for spotting this glitch and providing a
    patch.
  * Also refresh paths in debian/patches/use-linked-fonts-in-pg-admin- test.

 -- gregor herrmann <email address hidden>  Fri, 15 Jul 2022 22:16:11 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.25+dfsg-3.dsc 2.5 KiB 0c192fb0b46045c6d42578f90d7199638245fb8b4cc625916266d7a966ccc182
libminion-perl_10.25+dfsg.orig.tar.xz 194.2 KiB 6120d313bbdd3b25b1914f3fcf684636607c2c7c0ba420cbb3387eefce6076ca
libminion-perl_10.25+dfsg-3.debian.tar.xz 30.7 KiB 9fcd85e34a405d79471800e61b2f1b34e524eb82d1b1135cbf05d99135a3fcda

Available diffs

No changes file available.

Binary packages built by this source

libminion-perl: job queue for Mojolicious

 Minion is a job queue for the Mojolicious real-time web framework, with
 support for multiple named queues, priorities, delayed jobs, job
 dependencies, job results, retries with backoff, statistics, distributed
 workers, parallel processing, autoscaling, resource leak protection and
 multiple backends (such as PostgreSQL).
 .
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle. Among
 those tasks you'll commonly find image resizing, spam filtering, HTTP
 downloads, building tarballs, warming caches and basically everything else
 you can imagine that's not super fast.