[SCM] Debian packaging of libdatetime-format-dbi-perl branch, master, updated. 2c961c713e1dec7d980a9f51bc81b540a77fc722

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


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

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

diff --git a/debian/control b/debian/control
index 13a7852..4542923 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,36 @@
 Source: libdatetime-format-dbi-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libdatetime-perl, libdatetime-format-sqlite-perl,
- libdbd-sqlite3-perl, libdbi-perl, libtest-nowarnings-perl,
- libtest-pod-coverage-perl, libtest-pod-perl, perl, libtest-database-perl,
- libtest-simple-perl (>= 0.96)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: libdatetime-perl,
+                     libdatetime-format-sqlite-perl,
+                     libdbd-sqlite3-perl,
+                     libdbi-perl,
+                     libtest-nowarnings-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl,
+                     libtest-database-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/DateTime-Format-DBI/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-dbi-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-dbi-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-dbi-perl.git
+Homepage: http://search.cpan.org/dist/DateTime-Format-DBI/
 
 Package: libdatetime-format-dbi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl, libdbi-perl
-Recommends: libdatetime-format-db2-perl, libdatetime-format-mysql-perl,
- libdatetime-format-pg-perl, libdatetime-format-sqlite-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdatetime-perl,
+         libdbi-perl
+Recommends: libdatetime-format-db2-perl,
+            libdatetime-format-mysql-perl,
+            libdatetime-format-pg-perl,
+            libdatetime-format-sqlite-perl
 Description: abstraction layer for DateTime over some database vendors
  DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for
  the use with a given DBI connection (and DBD::* driver).
@@ -32,3 +44,4 @@ Description: abstraction layer for DateTime over some database vendors
  formatter class. However, this is usually not sufficient for full database
  abstraction. You will also have to cater for differences in the syntax and
  semantics of SQL datetime functions (and other SQL commands).
+

-- 
Debian packaging of libdatetime-format-dbi-perl



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