[SCM] Debian packaging of libexception-class-dbi-perl branch, master, updated. d25f8134f49702b20e1b4f08854486a10e973233

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


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

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

diff --git a/debian/control b/debian/control
index 68326de..25ed897 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libexception-class-dbi-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.17)
-Build-Depends-Indep: libdbi-perl (>= 1.28), libexception-class-perl (>= 1.02),
- libtest-pod-perl, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: libdbi-perl,
+                     libexception-class-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Exception-Class-DBI/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-dbi-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libexception-class-dbi-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libexception-class-dbi-perl.git
+Homepage: http://search.cpan.org/dist/Exception-Class-DBI/
 
 Package: libexception-class-dbi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl (>= 1.28),
- libexception-class-perl (>= 1.02)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl,
+         libexception-class-perl
 Description: exception objects customized for DBI
  These exception objects fit into the Exception::Class hierarchy but are
  thrown in certain DBI specific contexts. So be setting a handler during the 
  database connection call database error handling can be simplified.
+

-- 
Debian packaging of libexception-class-dbi-perl



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