libminion-perl 10.29+dfsg-1 source package in Ubuntu

Changelog

libminion-perl (10.29+dfsg-1) unstable; urgency=medium

  * Team upload.
  * debian/copyright: add jquery.js to Files-Excluded (included in new
    upstream release).
  * Import upstream version 10.29+dfsg.
  * Update years of upstream copyright.
  * Add link to and dependency on libjs-jquery.
  * Refresh patch use-linked-fonts-in-pg-admin-test (offset).

 -- gregor herrmann <email address hidden>  Sun, 24 Mar 2024 01:41:10 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.29+dfsg-1.dsc 2.5 KiB 4207642431a5e0c9bb33c427a19b23045f2f19c294270ce5b91f313d54d9bca0
libminion-perl_10.29+dfsg.orig.tar.xz 194.4 KiB b6d061698af6048efb8749a3533a5fc2aa479bb6f3d5abf733b748d608d2bf3b
libminion-perl_10.29+dfsg-1.debian.tar.xz 31.0 KiB af07ab8c715935fba99915d7c9a7307b6b7f0eb7ba1270d14393c39a2e4ce290

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.