[libipc-filter-perl] 03/03: control

gregor herrmann gregoa at debian.org
Thu Aug 8 19:35:48 UTC 2013


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

gregoa pushed a commit to branch master
in repository libipc-filter-perl.

commit 619b3eedd244bcd0b775ded2bfea3f8f03930b13
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 8 21:35:37 2013 +0200

    control
---
 debian/control |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 8efc28b..3c31eac 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,13 @@
 Source: libipc-filter-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
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
-Build-Depends-Indep: libipc-signal-perl (>= 1.00)
+               perl
+Build-Depends-Indep: libipc-signal-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libipc-filter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-filter-perl.git
@@ -13,11 +15,9 @@ Homepage: https://metacpan.org/release/IPC-Filter/
 
 Package: libipc-filter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libipc-signal-perl (>= 1.00),
- perl (>= 5.10.1)
-Description: filter data through an external process
- The filter function provided by this module passes data through an external
- command, thus providing filtering in non-pipeline situations.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libipc-signal-perl
+Description: module to filter data through an external process
+ The filter function provided by IPC::Filter passes data through an
+ external command, thus providing filtering in non-pipeline situations.

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



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