r35942 - in /trunk/libdatetime-format-flexible-perl/debian: changelog control copyright libdatetime-format-flexible-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed May 20 01:42:53 UTC 2009


Author: jawnsy-guest
Date: Wed May 20 01:42:48 2009
New Revision: 35942

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35942
Log:
* Fixed dependencies. It needs to be tested in a pbuilder environment to be
  sure.
* Rewrote description.
* Removed .docs because README is a pod2text thing

Removed:
    trunk/libdatetime-format-flexible-perl/debian/libdatetime-format-flexible-perl.docs
Modified:
    trunk/libdatetime-format-flexible-perl/debian/changelog
    trunk/libdatetime-format-flexible-perl/debian/control
    trunk/libdatetime-format-flexible-perl/debian/copyright

Modified: trunk/libdatetime-format-flexible-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-flexible-perl/debian/changelog?rev=35942&op=diff
==============================================================================
--- trunk/libdatetime-format-flexible-perl/debian/changelog (original)
+++ trunk/libdatetime-format-flexible-perl/debian/changelog Wed May 20 01:42:48 2009
@@ -1,5 +1,9 @@
-libdatetime-format-flexible-perl (0.08-1) UNRELEASED; urgency=low
+libdatetime-format-flexible-perl (0.08-1) unstable; urgency=low
 
   * Initial Release. (Closes: #529543)
+  * Fixed dependencies. It needs to be tested in a pbuilder environment to be
+    sure.
+  * Rewrote description.
+  * Removed .docs because README is a pod2text thing
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 19 May 2009 17:25:35 -0700
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 19 May 2009 21:38:53 -0400

Modified: trunk/libdatetime-format-flexible-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-flexible-perl/debian/control?rev=35942&op=diff
==============================================================================
--- trunk/libdatetime-format-flexible-perl/debian/control (original)
+++ trunk/libdatetime-format-flexible-perl/debian/control Wed May 20 01:42:48 2009
@@ -6,7 +6,7 @@
   libdatetime-timezone-perl, libdatetime-perl, libreadonly-perl (>= 0.06),
   libdatetime-format-builder-perl (>= 0.74)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Jonathan Yu <frequency at cpan.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/DateTime-Format-Flexible/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-flexible-perl/
@@ -14,11 +14,14 @@
 
 Package: libdatetime-format-flexible-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
-  libdatetime-timezone-perl, libdatetime-perl, libreadonly-perl (>= 0.06),
-  libdatetime-format-builder-perl (>= 0.74)
-Description: DateTime::Format::Flexible - Flexibly parse strings and turn them into DateTime objects.
- DateTime::Format::Flexible - Flexibly parse strings and turn them into
- DateTime objects.
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libdatetime-perl,
+ libdatetime-timezone-perl, libreadonly-perl (>= 0.06),
+ libdatetime-format-builder-perl (>= 0.74)
+Description: Perl module to transform strings into DateTime objects
+ DateTime::Format::Flexible is designed to transform arbitrary date/time
+ strings into DateTime objects. It is currently able to parse and extract date
+ information from over 2500 variations of date/time strings.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Although this module is similar in nature to DateTime::Format::Natural (see
+ libdatetime-format-natural-perl), it currently fails to parse more than 2000
+ of the formats successfully parsed by this module.

Modified: trunk/libdatetime-format-flexible-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-flexible-perl/debian/copyright?rev=35942&op=diff
==============================================================================
--- trunk/libdatetime-format-flexible-perl/debian/copyright (original)
+++ trunk/libdatetime-format-flexible-perl/debian/copyright Wed May 20 01:42:48 2009
@@ -1,22 +1,17 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Tom Heady (cpan at punch.net)
+Upstream-Maintainer: Tom Heady <cpan at punch.net>
 Upstream-Source: http://search.cpan.org/dist/DateTime-Format-Flexible/
 Upstream-Name: DateTime-Format-Flexible
-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 Heady (cpan at punch.net)
+Copyright: Tom Heady <cpan at punch.net>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
 License: Artistic | GPL-1+
 
 License: Artistic




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