[SCM] Debian packaging of libdbd-pg-perl branch, master, updated. debian/2.19.2-1-3-ga1c4851

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


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

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

diff --git a/debian/control b/debian/control
index 0b306dc..9097007 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,32 @@
 Source: libdbd-pg-perl
-Section: perl
-Priority: optional
-Build-Depends: perl, debhelper (>= 9),
- libdbi-perl (>= 1.612), libpq-dev, postgresql
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>,
- Damyan Ivanov <dmn at debian.org>, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Martín Ferrari <tincho at debian.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>
+           Damyan Ivanov <dmn at debian.org>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 9),
+               libdbi-perl,
+               libpq-dev,
+               postgresql
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-pg-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-pg-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-pg-perl.git
 Homepage: http://search.cpan.org/dist/DBD-Pg/
 
 Package: libdbd-pg-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl DBI driver for the PostgreSQL database server
  DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
  provide access to PostgreSQL databases. It enables you to control a PostgreSQL
  database in a Perl script.
+

-- 
Debian packaging of libdbd-pg-perl



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