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 9975affb8e81c7f41f5abe5727fa3203caaf91d0 Merge: 9268ad2 aa4c4cd Author: Roderick Schertler <[email protected]> Date: Tue May 3 07:04:13 2005 -0400 Import Debian changes 1.03-1 libstring-shellquote-perl (1.03-1) unstable; urgency=low * New upstream release (only change is addition of shell-quote script). Changes | 8 +- MANIFEST | 3 +- META.yml | 2 +- Makefile.PL | 9 +-- README | 11 ++- ShellQuote.pm | 10 ++- debian/changelog | 8 +- debian/control | 5 +- shell-quote | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ test.t | 33 ++++++++- 10 files changed, 287 insertions(+), 19 deletions(-) diff --cc debian/changelog index 5fe800e,0000000..0ea5144 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,35 -1,0 +1,41 @@@ ++libstring-shellquote-perl (1.03-1) unstable; urgency=low ++ ++ * New upstream release (only change is addition of shell-quote script). ++ ++ -- Roderick Schertler <[email protected]> Tue, 3 May 2005 07:04:13 -0400 ++ +libstring-shellquote-perl (1.02-1) unstable; urgency=low + + * New upstream release. + * Change section to "perl". + * Bump Standards-Version to 3.6.1 (no changes). + + -- Roderick Schertler <[email protected]> Tue, 8 Apr 2003 09:08:22 -0400 + +libstring-shellquote-perl (1.00-4) unstable; urgency=low + + * Don't install extraneous empty directories. + + -- Roderick Schertler <[email protected]> Tue, 31 Jul 2001 10:37:13 -0400 + +libstring-shellquote-perl (1.00-3) unstable; urgency=low + + * Update to policy 3.5.2 (closes: #91196, #91561). + * Update to latest Perl policy. + + -- Roderick Schertler <[email protected]> Mon, 9 Apr 2001 08:10:41 -0400 + +libstring-shellquote-perl (1.00-2) unstable; urgency=low + + * Simple updates for 3.0.0 standards. + * Simple updates for new Perl policy. + + -- Roderick Schertler <[email protected]> Wed, 14 Jul 1999 15:03:00 -0400 + +libstring-shellquote-perl (1.00-1) unstable; urgency=low + + * Initial version. + + -- Roderick Schertler <[email protected]> Mon, 28 Dec 1998 22:50:19 -0500 + - $Id: changelog,v 1.5 2005/02/10 02:24:09 roderick Exp $ ++$Id: changelog,v 1.6 2005/05/03 11:05:03 roderick Exp $ diff --cc debian/control index 5bedb78,0000000..3779067 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,13 -1,0 +1,16 @@@ +Source: libstring-shellquote-perl +Section: perl +Priority: optional +Maintainer: Roderick Schertler <[email protected]> +Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16) + +Package: libstring-shellquote-perl +Architecture: all +Depends: ${perl: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. ++ 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
