libdbi-perl 1.643-1 source package in Ubuntu

Changelog

libdbi-perl (1.643-1) unstable; urgency=medium

  * Mention dh-sequence-perl-dbi in README.Debian.
  * Import upstream version 1.643.
  * Update years of packaging copyright.
  * Refresh spelling.patch (offset).
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Update Build-Depends for cross builds.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Drop no longer supported add-log-mailing-address setting from
    debian/changelog.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Add debian/tests/pkg-perl/syntax-skip to enable more autopkgtests.
  * Update lintian override (changed line number).
  * debian/rules: fix another hashbang in an example script.

 -- gregor herrmann <email address hidden>  Sat, 08 Feb 2020 19:10:21 +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
Focal release main perl

Downloads

File Size SHA-256 Checksum
libdbi-perl_1.643-1.dsc 2.4 KiB ade5dfb9c741afd21ccfd021e1f63d3666a6ae9f792abb4c5c120a3a4884caef
libdbi-perl_1.643.orig.tar.gz 598.0 KiB 8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa
libdbi-perl_1.643-1.debian.tar.xz 12.7 KiB f9a236c5ad16cc68440d73a2d463bf2b26d316da38894748777ded6fb5d3b1cb

No changes file available.

Binary packages built by this source

libdbi-perl: Perl Database Interface (DBI)

 DBI (DataBase Interface) is a Perl framework that provides a common interface
 to access various backend databases in a uniform manner. DBD (DataBase Driver)
 modules provide implementations for various backend data storage mechanisms
 including networked relational databases (particularly SQL databases) and even
 web services such as the Google search engine.
 .
 It is extremely portable and available for a wide range of operating systems,
 architectures and data stores, including:
 .
  * Oracle
  * Microsoft SQL Server
  * IBM DB2
  * SQLite
  * PostgreSQL
  * Firebird
  * MySQL

libdbi-perl-dbgsym: debug symbols for libdbi-perl