[SCM] Debian packaging of libdbix-oo-perl branch, master, updated. f2420d34fecfc700e778349310281d6e0df766b7

gregor herrmann gregoa at debian.org
Thu Jul 5 20:23:38 UTC 2012


The following commit has been merged in the master branch:
commit c782e5355e05b89d2f75aa318f22e5a0f5d3ebae
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:26:03 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index a5f3732..f42221e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,30 @@
 Source: libdbix-oo-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libclass-data-inheritable-perl, libdbi-perl,
- libsql-abstract-perl, libtest-pod-coverage-perl, libtest-pod-perl,
- perl (>= 5.9.4)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: libclass-data-inheritable-perl,
+                     libdbi-perl,
+                     libsql-abstract-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/DBIx-OO/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-oo-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-oo-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-oo-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-OO/
 
 Package: libdbix-oo-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-data-inheritable-perl,
- libdbi-perl, libsql-abstract-perl, perl (>= 5.9.4)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-data-inheritable-perl,
+         libdbi-perl,
+         libsql-abstract-perl,
+         perl
 Description: database to Perl objects abstraction layer
  DBIx::OO has been inspired by the wonderful Class::DBI.  It is a
  database-to-Perl-Objects abstraction layer, allowing you to interact
  with a database using common Perl syntax.
+

-- 
Debian packaging of libdbix-oo-perl



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