[libtime-progress-perl] 03/04: Update long description
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Dec 8 12:12:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libtime-progress-perl.
commit 0bb5113cf006b163757bc8cea955b1762d1284d2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Dec 8 10:06:37 2015 -0200
Update long description
---
debian/changelog | 1 +
debian/control | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6c93f86..f33d736 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libtime-progress-perl (2.11-1) UNRELEASED; urgency=medium
* Import upstream version 2.11
+ * Update long description
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 08 Dec 2015 09:53:32 -0200
diff --git a/debian/control b/debian/control
index c3ad5f0..47dadd9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,5 +17,9 @@ Package: libtime-progress-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: perl module for elapsed and estimated finish time reporting
- Time::Progress is a perl module that provides several methods for reporting
- elapsed and estimated finish times.
+ Time::Progress displays progress information for long-running processes. This
+ can be percentage complete, time elapsed, estimated time remaining, an ASCII
+ progress bar, or any combination of those.
+ .
+ It is useful for code where you perform a number of steps, or iterations of a
+ loop, where the number of iterations is known before you start the loop.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-progress-perl.git
More information about the Pkg-perl-cvs-commits
mailing list