libdbd-sqlite3-perl 1.56-1 source package in Ubuntu

Changelog

libdbd-sqlite3-perl (1.56-1) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org
  * Import upstream version 1.56
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 10
  * Set Rules-Requires-Root to no

 -- Salvatore Bonaccorso <email address hidden>  Sat, 03 Mar 2018 10:44:01 +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
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libdbd-sqlite3-perl_1.56-1.dsc 2.3 KiB 3457b21c4a842ba22981ffbe1ae947a7182e7042dc907399183512129085cb78
libdbd-sqlite3-perl_1.56.orig.tar.gz 2.1 MiB c5f831a67a94f9bb2fb3c44051f309fc7994b2725d1896c018ad5d4cd865e991
libdbd-sqlite3-perl_1.56-1.debian.tar.xz 10.6 KiB 55540fd03a7402b87009b380425c278b42e37b1d9ba6875e21fc7a023fe3fd7d

Available diffs

No changes file available.

Binary packages built by this source

libdbd-sqlite3-perl: Perl DBI driver with a self-contained RDBMS

 DBD::SQLite is a Perl DBI driver with a self-contained relational database
 management system. It embeds a small and fast embedded SQL database engine
 called SQLite (see sqlite3) into a DBI driver. It is useful if you want a
 relational database for your project, but don't want to install a large
 RDBMS system like MySQL or PostgreSQL.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92 (<URL:http://www.sqlite.org/lang.html>)
  * 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. The database also appears to be significantly faster if your
 transactions are coarse.

libdbd-sqlite3-perl-dbgsym: debug symbols for libdbd-sqlite3-perl