r15481 - /trunk/libdbix-sequence-perl/debian/control

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Sat Feb 23 23:01:54 UTC 2008


Author: sukria
Date: Sat Feb 23 23:01:53 2008
New Revision: 15481

URL: http://svn.debian.org/wsvn/?sc=1&rev=15481
Log:
Set the team as maintainer, myself as uploader

Modified:
    trunk/libdbix-sequence-perl/debian/control

Modified: trunk/libdbix-sequence-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdbix-sequence-perl/debian/control?rev=15481&op=diff
==============================================================================
--- trunk/libdbix-sequence-perl/debian/control (original)
+++ trunk/libdbix-sequence-perl/debian/control Sat Feb 23 23:01:53 2008
@@ -3,20 +3,25 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-12), libdbi-perl
-Maintainer: Alexis Sukrieh <sukria at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alexis Sukrieh <sukria at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/DBIx::Sequence/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-sequence-perl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-sequence-perl/
 
 Package: libdbix-sequence-perl
 Architecture: all
 Depends: libdbi-perl
 Description:  A simple SQL92 ID generator
- This module is intended to give easier portability to Perl database application by providing
- a database independant unique ID generator. This way, an application developer is not
- bound to use his database's SEQUENCE or auto_increment thus making his application 
- portable on multiple database environnements.
- .
- This module implements a simple Spin Locker mechanism and is garanteed to return
- a unique value every time it is called, even with concurrent processes. It uses
- your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries
- inside DBIx::Sequence are pre cached and very efficient especially under mod_perl.
+ This module is intended to give easier portability to Perl database
+ application by providing a database independant unique ID generator. This way,
+ an application developer is not bound to use his database's SEQUENCE or
+ auto_increment thus making his application portable on multiple database
+ environnements.  
+ .  
+ This module implements a simple Spin Locker mechanism and is garanteed to
+ return a unique value every time it is called, even with concurrent processes.
+ It uses your database for its state storage with ANSI SQL92 compliant SQL. All
+ SQL queries inside DBIx::Sequence are pre cached and very efficient especially
+ under mod_perl.




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