[libminion-perl] 03/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun May 29 01:51:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libminion-perl.

commit 0e921d7fd3750cc5f122748f114e773e77344130
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri May 27 23:15:33 2016 +0100

    d/control
---
 debian/control | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index c3cb1b6..3288dbe 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libmojolicious-perl (>= 6.0),
- perl
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libminion-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libminion-perl.git
@@ -14,22 +14,19 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libminion-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmojolicious-perl (>= 6.0)
-Description: Job queue
- Minion is a job queue for the Mojolicious|http://mojolicious.org 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|http://www.postgresql.org).
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmojolicious-perl (>= 6.0)
+Suggests: libmojo-pg-perl
+Description: 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.
- .
- use Mojolicious::Lite;
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libminion-perl.git



More information about the Pkg-perl-cvs-commits mailing list