[SCM] Package UR for Debian branch, master, updated. bc3c39667ab7f39d557fd5ad6ca3537c6540a9d0

Olivier Sallou olivier.sallou at debian.org
Wed Mar 13 16:14:36 UTC 2013


The following commit has been merged in the master branch:
commit 608b16c5b572663e7d4914aa2e3acbb8b6e377e9
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Wed Mar 13 16:01:26 2013 +0100

    add deps version and sort them

diff --git a/debian/control b/debian/control
index 5aed918..01a0943 100644
--- a/debian/control
+++ b/debian/control
@@ -3,30 +3,32 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep:
  perl,
- libclass-autouse-perl,
- libclass-autoloadcan-perl,
- libclone-pp-perl,
- liblingua-en-inflect-perl,
- libdata-compare-perl,
- libtext-diff-perl,
- libpath-class-perl,
+ libclass-autoloadcan-perl (>= 0.03),
+ libclass-autouse-perl (>= 2.0),
  libclass-inspector-perl,
- libtext-glob-perl,
+ libclone-pp-perl (>= 1.02),
+ libdata-uuid-libuuid-perl,
+ libdata-compare-perl (>= 0.13),
+ libdevel-globaldestruction-perl,
+ libdbd-sqlite3-perl (>= 1.14),
+ libdbi-perl (>= 1.601),
+ libfreezethaw-perl (>= 0.43),
+ libgetopt-complete-perl,
  libjson-perl,
+ liblingua-en-inflect-perl (>= 1.88),
  liblist-moreutils-perl,
  libmro-compat-perl,
- libtest-fork-perl,
- libfreezethaw-perl,
- libyaml-perl,
- libdbi-perl,
- libdbd-sqlite3-perl,
  libossp-uuid-perl,
- libsub-name-perl,
- libsub-install-perl,
- libdata-uuid-libuuid-perl,
- libdevel-globaldestruction-perl
+ libpath-class-perl,
+ libsub-install-perl (>= 0.924),
+ libsub-name-perl (>= 0.04),
+ libtest-fork-perl,
+ libtext-diff-perl (>=0.35),
+ libtext-glob-perl,
+ libyaml-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libur-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libur-perl.git
@@ -35,29 +37,30 @@ Homepage: https://metacpan.org/release/UR/
 Package: libur-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libclass-autouse-perl,
- libclass-autoloadcan-perl,
- libclone-pp-perl,
- liblingua-en-inflect-perl,
- libdata-compare-perl,
- libtext-diff-perl,
- libpath-class-perl,
+ libclass-autoloadcan-perl (>= 0.03),
+ libclass-autouse-perl (>= 2.0),
  libclass-inspector-perl,
- libtext-glob-perl,
+ libclone-pp-perl (>= 1.02),
+ libdata-uuid-libuuid-perl,
+ libdata-compare-perl (>= 0.13),
+ libdevel-globaldestruction-perl,
+ libdbd-sqlite3-perl (>= 1.14),
+ libdbi-perl (>= 1.601),
+ libfreezethaw-perl (>= 0.43),
+ libgetopt-complete-perl,
  libjson-perl,
+ liblingua-en-inflect-perl (>= 1.88),
  liblist-moreutils-perl,
- libtest-fork-perl,
- libfreezethaw-perl,
  libmro-compat-perl,
- libyaml-perl,
- libdbi-perl,
- libdbd-sqlite3-perl,
  libossp-uuid-perl,
- libsub-name-perl,
- libsub-install-perl,
- libdata-uuid-libuuid-perl,
- libdevel-globaldestruction-perl
-Description: rich declarative transactional objects
+ libpath-class-perl,
+ libsub-install-perl (>= 0.924),
+ libsub-name-perl (>= 0.04),
+ libtest-fork-perl,
+ libtext-diff-perl (>=0.35),
+ libtext-glob-perl,
+ libyaml-perl
+Description: object/relation mapper library
  UR is a class framework and object/relational mapper for Perl. It starts with
  the familiar Perl meme of the blessed hash reference as the basis for object
  instances, and extends its capabilities with ORM (object-relational mapping)
@@ -68,7 +71,7 @@ Description: rich declarative transactional objects
  UR can handle multiple column primary and foreign keys, SQL joins involving
  class inheritance and relationships, and does its best to avoid querying the
  database unless the requested data has not been loaded before. It has support
- for SQLite, Oracle, Mysql and Postgres databases, and the ability to use a
+ for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a
  text file as a table.
  .
  UR uses the same syntax to define non-persistent objects, and supports

-- 
Package UR for Debian



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