r17531 - in /trunk/libcalendar-simple-perl/debian: changelog control

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Mar 16 01:34:44 UTC 2008


Author: roberto
Date: Sun Mar 16 01:34:43 2008
New Revision: 17531

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17531
Log:
* debian/control: Fix typo in description and reformat.

Modified:
    trunk/libcalendar-simple-perl/debian/changelog
    trunk/libcalendar-simple-perl/debian/control

Modified: trunk/libcalendar-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/debian/changelog?rev=17531&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/debian/changelog (original)
+++ trunk/libcalendar-simple-perl/debian/changelog Sun Mar 16 01:34:43 2008
@@ -6,6 +6,7 @@
   * debian/copyright: use dist-based URL.
   * debian/control: Update to Standards-Version 3.7.3 (no changes)
   * debian/rules: Prevent installtion of .packlist.
+  * debian/control: Fix typo in description and reformat.
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libcalendar-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcalendar-simple-perl/debian/control?rev=17531&op=diff
==============================================================================
--- trunk/libcalendar-simple-perl/debian/control (original)
+++ trunk/libcalendar-simple-perl/debian/control Sun Mar 16 01:34:43 2008
@@ -15,19 +15,18 @@
 Depends: ${perl:Depends}
 Recommends: libdatetime-perl
 Description: Perl extension to create simple calendars
- A very simple module that exports one functions called
- calendar(). This function returns a data structure representing the
- dates in a month. The data structure returned is an array of array
- references. The first level array represents the weeks in the
- month. The second level array contains the actual days. By default,
- each week starts on a Sunday and the value in the array is the date
- of that day. Any days at the beginning of the first week or the end
- of the last week that are from the previous or next month have the
- value undef.
+ A very simple module that export one functions called calendar(). This
+ function returns a data structure representing the dates in a month. The data
+ structure returned is an array of array references. The first level array
+ represents the weeks in the month. The second level array contains the actual
+ days. By default, each week starts on a Sunday and the value in the array is
+ the date of that day. Any days at the beginning of the first week or the end
+ of the last week that are from the previous or next month have the value
+ undef.
  .
- If the month or year parameters are omitted then the current month or
- year are assumed.
+ If the month or year parameters are omitted then the current month or year are
+ assumed.
  .
- A third, optional parameter, start_day, allows you to set the day
- each week starts with, with the same values as localtime sets for
- wday (namely, 0 for Sunday, 1 for Monday and so on).
+ A third, optional parameter, start_day, allows you to set the day each week
+ starts with, with the same values as localtime sets for wday (namely, 0 for
+ Sunday, 1 for Monday and so on).




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