r7154 - in /trunk/timedate/debian: changelog control

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sat Aug 25 02:46:58 UTC 2007


Author: joeyh
Date: Sat Aug 25 02:46:58 2007
New Revision: 7154

URL: http://svn.debian.org/wsvn/?sc=1&rev=7154
Log:
* Rewrite description, which was swiped from README and wasn't a very good
  fit for a package description, referring to old historical stuff and using
  the "my" pronoun. (Closes: #434110)
  (It also referred to David Muir Sharnoff as David Muir. Shout out to my
  old ISP admin, hi David! ;-)

Modified:
    trunk/timedate/debian/changelog
    trunk/timedate/debian/control

Modified: trunk/timedate/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/timedate/debian/changelog?rev=7154&op=diff
==============================================================================
--- trunk/timedate/debian/changelog (original)
+++ trunk/timedate/debian/changelog Sat Aug 25 02:46:58 2007
@@ -1,3 +1,13 @@
+timedate (1.1600-9) UNRELEASED; urgency=low
+
+  * Rewrite description, which was swiped from README and wasn't a very good
+    fit for a package description, referring to old historical stuff and using
+    the "my" pronoun. (Closes: #434110)
+    (It also referred to David Muir Sharnoff as David Muir. Shout out to my
+    old ISP admin, hi David! ;-)
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 24 Aug 2007 22:41:09 -0400
+
 timedate (1.1600-8) unstable; urgency=low
 
   * Mentioned in the package description that the popular Date::Parse

Modified: trunk/timedate/debian/control
URL: http://svn.debian.org/wsvn/trunk/timedate/debian/control?rev=7154&op=diff
==============================================================================
--- trunk/timedate/debian/control (original)
+++ trunk/timedate/debian/control Sat Aug 25 02:46:58 2007
@@ -12,10 +12,10 @@
 Architecture: all
 Depends: ${perl:Depends} 
 Description: Time and date functions for Perl
- This distribution replaces my earlier GetDate distribution, which was
- only a date parser. The Date::Parse package contained in this distribution
- is far superior to the yacc based parser, and a *lot* faster.
+ The Date::Parse module can parse dates in a wide variety of input
+ formats, and many languages, though it is limited to only parsing
+ absolute dates. To parse relative dates, try Time::ParseDate.
  .
- The parser contained here will only parse absolute dates, if you want
- a date parser that can parse relative dates then take a look at the
- Time modules by David Muir on CPAN.
+ This package also includes Date::Format, which can format dates into
+ strings, and Time::Zone, which can contains miscellaneous timezone
+ functions.




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