This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libstring-shellquote-perl.
commit 35ff7d546f8675c65d167ba66e675e30da015786 Author: gregor herrmann <[email protected]> Date: Fri Aug 4 12:11:43 2017 -0400 Improve short/long description. --- debian/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index f4dd6cc..972182d 100644 --- a/debian/control +++ b/debian/control @@ -15,9 +15,9 @@ Package: libstring-shellquote-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} -Description: quote strings for passing through the shell - This Perl module contains some functions which are useful for quoting - strings which are going to pass through the shell or a shell-like - object, plus a command-line interface to it. It is useful for doing - robust tool programming, particularly when dealing with files whose - names contain white space or shell globbing characters. +Description: module to quote strings for passing through the shell + The String::ShellQuote module contains some functions which are useful for + quoting strings which are going to pass through the shell or a shell-like + object, plus a command-line interface to it. It is useful for doing robust + tool programming, particularly when dealing with files whose names contain + white space or shell globbing characters. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-shellquote-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
