[libprogress-any-perl] 03/04: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Jun 18 21:14:02 UTC 2016


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

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

commit 1a62d81da739349413286646b18f5baebc1dee5b
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sat Jun 18 22:08:04 2016 +0100

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

diff --git a/debian/control b/debian/control
index ac3b69c..d9f9846 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 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: libperl-osnames-perl (>= 0.09),
- libtest-exception-perl,
- libtime-duration-perl,
- perl
+Build-Depends-Indep: perl,
+                     libperl-osnames-perl,
+                     libtest-exception-perl,
+                     libtime-duration-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libprogress-any-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libprogress-any-perl.git
@@ -17,8 +17,8 @@ Testsuite: autopkgtest-pkg-perl
 Package: libprogress-any-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libtime-duration-perl
-Description: Record progress to any output
+         libtime-duration-perl
+Description: Perl module to record progress to any output
  Progress::Any is an interface for applications that want to display progress
  to users. It decouples progress updating and output, rather similar to how
  Log::Any decouples log producers and consumers (output). The API is also
@@ -28,11 +28,3 @@ Description: Record progress to any output
  Progress::Any records position/target and calculates elapsed time, estimated
  remaining time, and percentage of completion. One or more output modules
  (Progress::Any::Output::*) display this information.
- .
- In your modules, you typically only need to use Progress::Any, get one or
- more indicators, set target and update it during work. In your application,
- you use Progress::Any::Output and set/add one or more outputs to display the
- progress. By setting output only in the application and not in modules, you
- separate the formatting/display concern from the logic.
- .
- 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/libprogress-any-perl.git



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