r37308 - in /trunk/libdbix-class-datetime-epoch-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 2 18:12:51 UTC 2009


Author: gregoa
Date: Tue Jun  2 18:12:45 2009
New Revision: 37308

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37308
Log:
* debian/control: 
  - add /me to Uploaders
  - update long description from upstream docs

Modified:
    trunk/libdbix-class-datetime-epoch-perl/debian/changelog
    trunk/libdbix-class-datetime-epoch-perl/debian/control

Modified: trunk/libdbix-class-datetime-epoch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-datetime-epoch-perl/debian/changelog?rev=37308&op=diff
==============================================================================
--- trunk/libdbix-class-datetime-epoch-perl/debian/changelog (original)
+++ trunk/libdbix-class-datetime-epoch-perl/debian/changelog Tue Jun  2 18:12:45 2009
@@ -7,7 +7,10 @@
   * debian/copyright: switch to new format, update years of upstream
     copyright, add additional copyright holders.
   * Set Standards-Version to 3.8.1 (no changes).
-  * debian/control: update build and runtime dependencies.
+  * debian/control: 
+    - update build and runtime dependencies
+    - add /me to Uploaders
+    - update long description from upstream docs
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 02 Jun 2009 19:54:17 +0200
 

Modified: trunk/libdbix-class-datetime-epoch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-datetime-epoch-perl/debian/control?rev=37308&op=diff
==============================================================================
--- trunk/libdbix-class-datetime-epoch-perl/debian/control (original)
+++ trunk/libdbix-class-datetime-epoch-perl/debian/control Tue Jun  2 18:12:45 2009
@@ -6,7 +6,7 @@
  libdbix-class-perl (>= 0.08103), libdbix-class-timestamp-perl (>= 0.07),
  libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.8.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>
 Homepage: http://search.cpan.org/dist/Dbix-Class-DateTime-Epoch/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-datetime-epoch-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-datetime-epoch-perl/
@@ -16,9 +16,12 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl,
  libdbix-class-perl (>= 0.08103), libdbix-class-timestamp-perl (>= 0.07)
-Description: Automatic inflation/deflation of epoch-based DateTime objects for DBIx::Class
- DBIx::Class::DateTime::Epoch is a Perl module providing automatic 
- inflation/deflation of DateTime objects corresponding to applicable
- columns of DBIx::Class ResultSets. Columns may also be defined to specify
- their nature, such as columns representing a creation time (set at 
- insetion time) or a modification time (set on every update).
+Description: automatic inflation/deflation of epoch-based DateTime objects for DBIx::Class
+ DBIx::Class::DateTime::Epoch automatically inflates/deflates DateTime objects
+ from/to epoch values for the specified columns. This module is essentially an
+ extension to DBIx::Class::InflateColumn::DateTime so all of the settings,
+ including "locale" and "timezone", are also valid.
+ .
+ DBIx::Class::TimeStamp can also be used in conjunction with this module to
+ support epoch-based columns that are automatically set on creation of a row
+ and updated subsequent modifications.




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