[SCM] Debian packaging of libdbd-sqlite2-perl branch, master, updated. 4e82ec69648ed8e7b6b5f6de80f2794a38fa64ca

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


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

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

diff --git a/debian/control b/debian/control
index 8836a69..20f9332 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libdbd-sqlite2-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Niko Tyni <ntyni at iki.fi>, Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>
+           Niko Tyni <ntyni at iki.fi>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+               perl,
+               libdbi-perl
 Standards-Version: 3.9.0
-Homepage: http://search.cpan.org/dist/DBD-SQLite2/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-sqlite2-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-sqlite2-perl.git
-Build-Depends: debhelper (>= 7.0.50~), perl,
- libdbi-perl (>= 1.612)
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbd-sqlite2-perl.git
+Homepage: http://search.cpan.org/dist/DBD-SQLite2/
 
 Package: libdbd-sqlite2-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdbi-perl (>= 1.03)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libdbi-perl
 Description: Perl DBI driver with a self-contained RDBMS (SQLite2 version)
  This module embeds a small fast embedded SQL database engine called
  SQLite into a DBI driver, if you want a relational database for your
@@ -37,3 +42,4 @@ Description: Perl DBI driver with a self-contained RDBMS (SQLite2 version)
  a global lock on the entire database.  This, obviously, might not be
  good for multiple user systems.  So beware.  The database also
  appears to be significantly faster if your transactions are coarse.
+

-- 
Debian packaging of libdbd-sqlite2-perl



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