[libproc-guard-perl] 06/09: control

gregor herrmann gregoa at debian.org
Tue Dec 27 21:48:49 UTC 2016


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

gregoa pushed a commit to branch master
in repository libproc-guard-perl.

commit 71bdf81e9025d0d06d0b4fbebb441b2cab16a7eb
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 22:32:51 2016 +0100

    control
---
 debian/control | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index c04b2ec..808587c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,26 @@
 Source: libproc-guard-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- libmodule-build-perl,
- perl
-Build-Depends-Indep: libclass-accessor-lite-perl (>= 0.05),
- libtest-requires-perl
+               libmodule-build-perl,
+               perl
+Build-Depends-Indep: libclass-accessor-lite-perl,
+                     libtest-requires-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-guard-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libproc-guard-perl.git
 Homepage: https://metacpan.org/release/Proc-Guard
-Testsuite: autopkgtest-pkg-perl
 
 Package: libproc-guard-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-accessor-lite-perl (>= 0.05)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-lite-perl
 Description: process runner with RAII pattern
- Proc::Guard runs process, and destroys it when the perl script exits.
- .
- This is useful for testing code working with server process.
+ Proc::Guard runs a process, and destroys it when the calling perl script
+ exits.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This is useful for testing code working with e.g. server processes.

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



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