r49572 - in /trunk/libregexp-common-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 31 03:57:28 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 31 03:57:23 2009
New Revision: 49572

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49572
Log:
* Add myself to Uploaders
* Rewrite control description
* Standards-Version 3.8.3 (no changes)

Modified:
    trunk/libregexp-common-perl/debian/changelog
    trunk/libregexp-common-perl/debian/control

Modified: trunk/libregexp-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/changelog?rev=49572&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/changelog (original)
+++ trunk/libregexp-common-perl/debian/changelog Thu Dec 31 03:57:23 2009
@@ -13,7 +13,12 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:36 +0100
+  [ Jonathan Yu ]
+  * Add myself to Uploaders
+  * Rewrite control description
+  * Standards-Version 3.8.3 (no changes)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 30 Dec 2009 22:59:09 -0500
 
 libregexp-common-perl (2.122-1) unstable; urgency=low
 

Modified: trunk/libregexp-common-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-common-perl/debian/control?rev=49572&op=diff
==============================================================================
--- trunk/libregexp-common-perl/debian/control (original)
+++ trunk/libregexp-common-perl/debian/control Thu Dec 31 03:57:23 2009
@@ -1,12 +1,12 @@
 Source: libregexp-common-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Regexp-Common/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libregexp-common-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libregexp-common-perl/
@@ -14,11 +14,12 @@
 Package: libregexp-common-perl
 Architecture: all
 Depends: ${misc:Depends}, perl
-Description: Provide commonly requested regular expressions
- This module exports a single hash (`%RE') that stores or generates
- commonly needed regular expressions.
+Description: module with common regular expressions
+ Regexp::Common is a Perl module that exports a single hash ('%RE') that
+ stores or generates commonly needed regular expressions.
  .
- Patterns currently provided include:
+ The module currently provides the following patterns:
+ .
    * balanced parentheses and brackets
    * delimited text (with escapes)
    * integers and floating-point numbers in any base (up to 36)
@@ -27,4 +28,4 @@
    * lists of any pattern
    * IPv4 addresses
    * URIs
-   * Zip codes.
+   * Zip codes




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