libdbd-sqlite2-perl 2:0.37-1 source package in Ubuntu

Changelog

libdbd-sqlite2-perl (2:0.37-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update path in lintian override.
  * Add debian/upstream/metadata.
  * Import upstream version 0.37.
  * Drop spelling-errors.patch, merged upstream.
  * Update years of packaging copyright and Upstream-Contact.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Mention module name in long description.

 -- gregor herrmann <email address hidden>  Thu, 10 Dec 2015 18:43:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-sqlite2-perl_0.37-1.dsc 2.4 KiB 569ad6c469fc28cb3bc1bfc0249202f87956ba058e9f9c5b0319c01f1cca6b89
libdbd-sqlite2-perl_0.37.orig.tar.gz 362.1 KiB 8948fa682607ebbeb0fad5abf12aab4085deb4388a4dec06a65896dc340fd07f
libdbd-sqlite2-perl_0.37-1.debian.tar.xz 5.2 KiB 32161482ceab0b42484a7f798ca38491cd710cb7ff71d46a1c75e8a7efd39132

Available diffs

No changes file available.

Binary packages built by this source

libdbd-sqlite2-perl: Perl DBI driver with a self-contained RDBMS (SQLite2 version)

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
 .
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform
 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.

libdbd-sqlite2-perl-dbgsym: debug symbols for package libdbd-sqlite2-perl

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
 .
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform
 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.