[SCM] Debian packaging of DBIx::Connector branch, master, updated. debian/0.52-1-2-g5677097

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


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

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

diff --git a/debian/control b/debian/control
index c6a5ac1..9f79813 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libdbix-connector-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl,
- perl (>= 5.10.1) | libmodule-build-perl (>= 0.300000),
+               perl
 Build-Depends-Indep: libdbi-perl,
- libtest-mockmodule-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libtest-pod-perl, libtest-pod-coverage-perl
+                     libtest-mockmodule-perl,
+                     perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-connector-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-connector-perl.git
@@ -17,8 +17,9 @@ Homepage: http://search.cpan.org/dist/DBIx-Connector/
 
 Package: libdbix-connector-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdbi-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl
 Description: fast and safe DBI connection and transaction management
  DBIx::Connector provides a simple interface for fast and safe DBI
  connection and transaction management. Connecting to a database can be
@@ -27,3 +28,4 @@ Description: fast and safe DBI connection and transaction management
  database handle to maintain a connection to the database in order to
  minimize that overhead. DBIx::Connector lets you do that without having
  to worry about dropped or corrupted connections.
+

-- 
Debian packaging of DBIx::Connector



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