r46281 - in /trunk/libppix-regexp-perl/debian: control copyright libppix-regexp-perl.docs libppix-regexp-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 24 02:22:25 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 24 02:22:20 2009
New Revision: 46281

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46281
Log:
Prepare for release

Added:
    trunk/libppix-regexp-perl/debian/libppix-regexp-perl.examples
Removed:
    trunk/libppix-regexp-perl/debian/libppix-regexp-perl.docs
Modified:
    trunk/libppix-regexp-perl/debian/control
    trunk/libppix-regexp-perl/debian/copyright

Modified: trunk/libppix-regexp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-regexp-perl/debian/control?rev=46281&op=diff
==============================================================================
--- trunk/libppix-regexp-perl/debian/control (original)
+++ trunk/libppix-regexp-perl/debian/control Sat Oct 24 02:22:20 2009
@@ -1,9 +1,9 @@
 Source: libppix-regexp-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libparams-util-perl (>= 0.25), libppi-perl,
-  libreadonly-perl, liblist-moreutils-perl
+ libreadonly-perl, liblist-moreutils-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,22 +14,9 @@
 Package: libppix-regexp-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl (>= 0.25),
-  libppi-perl, libreadonly-perl, liblist-moreutils-perl
-Description: Parse regular expressions
- The purpose of the PPIx-Regexp package is to parse regular expressions in a
- manner similar to the way the PPI|PPI package parses Perl. This class forms
- the root of the parse tree, playing a role similar to
- PPI::Document|PPI::Document.
- .
- This package shares with PPI|PPI the property of being round-trip safe. That
- is,
- .
- my $expr = 's/ ( \d+ ) ( \D+ ) /$2$1/smxg';
- .
- my $re = PPIx::Regexp->new( $expr );
- .
- print $re->content() eq $expr ? "yes\n" : "no\n"
- .
- should print 'yes' for any valid regular expression.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libppi-perl, libreadonly-perl, liblist-moreutils-perl
+Description: Perl module to parse regular expressions
+ PPIx::Regexp is a Perl module designed to parse regular expressions in a
+ manner similar to the way that PPI parsers Perl documents. This class forms
+ the root of the parse tree, playing a role similar to PPI::Document. Like
+ PPI, this module produces output which is round-trip safe.

Modified: trunk/libppix-regexp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-regexp-perl/debian/copyright?rev=46281&op=diff
==============================================================================
--- trunk/libppix-regexp-perl/debian/copyright (original)
+++ trunk/libppix-regexp-perl/debian/copyright Sat Oct 24 02:22:20 2009
@@ -1,17 +1,11 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Tom Wyant (wyant at cpan dot org)
+Upstream-Maintainer: Tom Wyant <wyant at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/PPIx-Regexp/
 Upstream-Name: PPIx-Regexp
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
-Copyright: Tom Wyant (wyant at cpan dot org)
+Copyright: 2009, Tom Wyant <wyant at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Added: trunk/libppix-regexp-perl/debian/libppix-regexp-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppix-regexp-perl/debian/libppix-regexp-perl.examples?rev=46281&op=file
==============================================================================
--- trunk/libppix-regexp-perl/debian/libppix-regexp-perl.examples (added)
+++ trunk/libppix-regexp-perl/debian/libppix-regexp-perl.examples Sat Oct 24 02:22:20 2009
@@ -1,0 +1,1 @@
+eg/*




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