[libdbix-class-perl] 08/09: sort&wrap d/control

gregor herrmann gregoa at debian.org
Sat Feb 15 23:08:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit cb1f43f5417e6cb57cb7725c81ebc7d66801eb73
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 16 00:04:08 2014 +0100

    sort&wrap d/control
    
    Git-Dch: Ignore
---
 debian/control | 47 +++++++++++++++++++++++------------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index f6f3c5f..0256161 100644
--- a/debian/control
+++ b/debian/control
@@ -10,16 +10,13 @@ Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libclass-accessor-grouped-perl (>= 0.10010),
-                     libdevel-globaldestruction-perl (>= 0.09),
-                     libconfig-any-perl (>= 0.20),
-                     libmro-compat-perl (>= 0.12),
+Build-Depends-Indep: libclass-accessor-grouped-perl (>= 0.10010),
                      libclass-c3-componentised-perl,
                      libclass-inspector-perl,
                      libclass-trigger-perl,
                      libclass-unload-perl (>= 0.07),
                      libclone-perl,
+                     libconfig-any-perl (>= 0.20),
                      libcontext-preserve-perl,
                      libdata-compare-perl (>= 1.22),
                      libdata-dumper-concise-perl (>= 2.020),
@@ -33,11 +30,18 @@ Build-Depends-Indep: perl,
                      libdbi-perl,
                      libdbix-contextualfetch-perl,
                      libdevel-cycle-perl,
+                     libdevel-globaldestruction-perl (>= 0.09),
                      libgetopt-long-descriptive-perl,
                      libhash-merge-perl,
                      libjson-any-perl,
                      libmath-base36-perl,
                      libmodule-find-perl,
+                     libmoo-perl (>= 1.002000),
+                     libmoose-perl,
+                     libmoosex-types-json-perl,
+                     libmoosex-types-path-class-perl,
+                     libmoosex-types-perl,
+                     libmro-compat-perl (>= 0.12),
                      libnamespace-autoclean-perl,
                      libnamespace-clean-perl (>= 0.24),
                      libpackage-stash-perl (>= 0.28),
@@ -46,19 +50,15 @@ Build-Depends-Indep: perl,
                      libsql-abstract-perl (>= 1.77),
                      libsql-translator-perl (>= 0.11016),
                      libsub-name-perl,
+                     libtest-deep-perl,
                      libtest-exception-perl (>= 0.31),
                      libtest-memory-cycle-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl,
-                     libtest-deep-perl,
                      libtest-warn-perl,
                      libtext-csv-perl,
                      libtime-piece-mysql-perl,
                      libtry-tiny-perl (>= 0.07),
-                     libmoo-perl (>= 1.002000),
-                     libmoose-perl,
-                     libmoosex-types-json-perl,
-                     libmoosex-types-path-class-perl,
-                     libmoosex-types-perl
+                     perl,
+                     perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-class-perl.git
@@ -100,19 +100,18 @@ Suggests: libgetopt-long-descriptive-perl,
           libtext-csv-perl
 Description: extensible and flexible object <-> relational mapper
  DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI
- (and a compatibility layer as a springboard for porting) and a resultset API 
- that allows abstract encapsulation of database operations. It aims to make 
- representing queries in your code as perl-ish as possible while still 
- providing access to as many of the capabilities of the database as possible, 
- including retrieving related records from multiple tables in a single query, 
+ (and a compatibility layer as a springboard for porting) and a resultset API
+ that allows abstract encapsulation of database operations. It aims to make
+ representing queries in your code as perl-ish as possible while still
+ providing access to as many of the capabilities of the database as possible,
+ including retrieving related records from multiple tables in a single query,
  JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.
  .
  DBIx::Class can handle multi-column primary and foreign keys, complex queries
- and database-level paging, and does its best to only query the database in 
- order to return something you've directly asked for. If a resultset is used 
- as an iterator it only fetches rows off the statement handle as requested 
- in order to minimise memory usage. It has auto-increment support for SQLite, 
- MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in 
- production on at least the first four, and is fork- and thread-safe out of 
+ and database-level paging, and does its best to only query the database in
+ order to return something you've directly asked for. If a resultset is used
+ as an iterator it only fetches rows off the statement handle as requested
+ in order to minimise memory usage. It has auto-increment support for SQLite,
+ MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in
+ production on at least the first four, and is fork- and thread-safe out of
  the box (although your DBD may not be).
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-perl.git



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