r42330 - in /trunk/libppi-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 21 15:58:49 UTC 2009


Author: jawnsy-guest
Date: Fri Aug 21 15:58:43 2009
New Revision: 42330

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42330
Log:
Rewrote control description to remove first-person "we"

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/control

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/changelog?rev=42330&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Fri Aug 21 15:58:43 2009
@@ -3,6 +3,7 @@
   * New upstream release
     + Performance optimisation release (1-2% speedup)
   * Standards-Version 3.8.3 (no changes)
+  * Rewrote control description to remove first-person "we"
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 20 Aug 2009 12:34:36 -0400
 

Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/debian/control?rev=42330&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Fri Aug 21 15:58:43 2009
@@ -5,8 +5,8 @@
 Build-Depends-Indep: perl (>= 5.10.0), liblist-moreutils-perl (>= 0.16),
  libparams-util-perl (>= 0.21), libtask-weaken-perl, libclone-perl (>= 0.30),
  libio-string-perl (>= 1.07), libtest-pod-perl, libfile-remove-perl (>= 0.39),
- libtest-classapi-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084),
- libtest-simple-perl (>= 0.86), libtest-object-perl, libtest-subcalls-perl
+ libtest-simple-perl (>= 0.86), libtest-object-perl, libtest-subcalls-perl,
+ libtest-classapi-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <frequency at cpan.org>
@@ -18,16 +18,16 @@
 Package: libppi-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.0),
- liblist-moreutils-perl (>= 0.16), libparams-util-perl (>= 0.21),
- libtask-weaken-perl, libclone-perl (>= 0.25), libio-string-perl (>= 1.07)
+ libtask-weaken-perl, libclone-perl (>= 0.25), libio-string-perl (>= 1.07),
+ liblist-moreutils-perl (>= 0.16), libparams-util-perl (>= 0.21)
 Description: Perl module to parse, analyze and manipulate Perl code
  PPI provides the ability to parse, analyze and manipulate Perl code without
  actually executing the code, by implementing a lexer similar to what perl has
  itself internally.
  .
  The purpose of PPI is not to parse Perl Code, but to parse Perl Documents. By
- making this distinction and treating the problem this way, we can parse a file
- containing Perl source code in isolation from any other resources, including
- other libraries. A significant feature of PPI is the ability to analyze Perl
- source code without requiring an instance of perl to run alongside or inside
- the parser.
+ making this distinction and treating the problem this way, one could analyze
+ files containing Perl source code in isolation from any other resources and
+ without executing it, including other libraries. A significant feature of PPI
+ is the ability to analyze Perl source code without requiring an instance of
+ perl to run alongside or inside the parser.




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