[libtheschwartz-perl] 31/43: wrap control fields
dom at earth.li
dom at earth.li
Mon May 9 20:11:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
dom pushed a commit to branch master
in repository libtheschwartz-perl.
commit 4bd7a3bd76a3462a0b83f1f409586928996771e5
Author: Dominic Hargreaves <dom at earth.li>
Date: Sat Feb 15 17:00:01 2014 +0000
wrap control fields
---
debian/control | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index dfe746a..ea710c5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libtheschwartz-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.8.8-12), perl-modules, libdata-objectdriver-perl
+Build-Depends-Indep: perl (>= 5.8.8-12),
+ libdata-objectdriver-perl
Maintainer: Dominic Hargreaves <dom at earth.li>
Standards-Version: 3.9.5
Homepage: http://search.cpan.org/dist/TheSchwartz/
@@ -11,7 +12,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libtheschwartz-perl.g
Package: libtheschwartz-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdata-objectdriver-perl
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libdata-objectdriver-perl
Description: reliable job queue
TheSchwartz is a reliable job queue system. Your application can put jobs into
the system, and your worker processes can pull jobs from the queue atomically
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtheschwartz-perl.git
More information about the Pkg-perl-cvs-commits
mailing list