[libcli-framework-perl] 02/05: Add package description

Balint Reczey rbalint at moszumanska.debian.org
Fri Aug 15 19:31:12 UTC 2014


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

rbalint pushed a commit to branch master
in repository libcli-framework-perl.

commit 7ead129be2e260a8886907182b331c57c38a1dc5
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Fri Aug 15 20:13:28 2014 +0200

    Add package description
---
 debian/control | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 89d1e6d..38e81e2 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,12 @@ Homepage: https://metacpan.org/release/CLI-Framework
 Package: libcli-framework-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Build standardized, flexible, testable command-line applications
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: standardized, flexible, testable CLI applications framework for Perl
+ CLI::Framework ("CLIF") provides a framework and conceptual pattern for
+ building full-featured command line applications. It intends to make
+ this process simple and consistent. It assumes the responsibility of
+ implementing details that are common to all command-line applications,
+ making it possible for new applications adhering to well-defined
+ conventions to be built without the need to repeatedly write the same
+ command-line interface code.
+

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



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