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 9268ad2a444261059b04acb823a371d2efa98877 Merge: 10bccdc 00f5cd7 Author: Roderick Schertler <[email protected]> Date: Tue Apr 8 09:08:22 2003 -0400 Import Debian changes 1.02-1 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). Changes | 14 +++++++- MANIFEST | 3 +- MANIFEST.SKIP | 2 +- META.yml | 10 ++++++ Makefile.PL | 5 ++- README | 9 ++++-- ShellQuote.pm | 97 +++++++++++++++++++++++++++++++++++++++++++++----------- debian/changelog | 10 +++++- debian/control | 4 +-- debian/copyright | 4 +-- debian/watch | 5 +++ test.t | 79 +++++++++++++++++++++++++++------------------ 12 files changed, 181 insertions(+), 61 deletions(-) diff --cc debian/changelog index 63bf0b1,0000000..5fe800e mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,27 -1,0 +1,35 @@@ ++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.4 2001/07/31 14:37:35 roderick Exp $ ++$Id: changelog,v 1.5 2005/02/10 02:24:09 roderick Exp $ diff --cc debian/control index 2e0f024,0000000..5bedb78 mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,13 -1,0 +1,13 @@@ +Source: libstring-shellquote-perl - Section: interpreters ++Section: perl +Priority: optional +Maintainer: Roderick Schertler <[email protected]> - Standards-Version: 3.5.2 ++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. diff --cc debian/copyright index cd02e44,0000000..75af9e8 mode 100644,000000..100644 --- a/debian/copyright +++ b/debian/copyright @@@ -1,36 -1,0 +1,34 @@@ - $Id: copyright,v 1.2 1999/07/14 19:06:14 roderick Exp $ ++$Id: copyright,v 1.3 2005/02/10 02:24:09 roderick Exp $ + +This is a Debian prepackaged version of the String::ShellQuote +Perl module. It was put together by Roderick Schertler +<[email protected]> with sources obtained from +<URL:http://www.perl.com/CPAN/authors/id/ROSCH/>. + - The source has not been modified. - +The module is Copyright (c) 1997 Roderick Schertler. All rights reserved. +It may be distributed under the same terms as Perl. These are: + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or + + b) the "Artistic License" which comes with this Kit. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either + the GNU General Public License or the Artistic License for more details. + + You should have received a copy of the Artistic License with this + Kit, in the file named "Artistic". If not, I'll be glad to provide one. + + You should also have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + +On Debian systems, the complete text of the GNU General Public License can +be found in `/usr/share/common-licenses/GPL', and the complete text of the +Artistic License can be found in `/usr/share/common-licenses/Artistic'. diff --cc debian/watch index 0000000,0000000..2aaa9cb new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,5 @@@ ++# $Id: watch,v 1.1 2005/02/10 02:24:09 roderick Exp $ ++ ++version=2 ++ ++http://www.cpan.org/modules/by-module/String/String-ShellQuote-(\d.*)\.tar\.gz -- 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
