libclass-dbi-perl 3.0.17-5 source package in Ubuntu

Changelog

libclass-dbi-perl (3.0.17-5) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Set Testsuite header for perl package.
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Add patch to fix "Can't get last insert id" error on inserting row.
    Thanks to Matt Zagrabelny for the bug report. (Closes: #1008553)
  * debian/copyright: update license blurbs.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Mon, 28 Mar 2022 17:55:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-dbi-perl_3.0.17-5.dsc 2.7 KiB b485ebf4a409e016b78af85e0cd797ebed70f6314a9ca3a58d8d1bd36596f21e
libclass-dbi-perl_3.0.17.orig.tar.gz 102.9 KiB 541354fe361c56850cb11261f6ca089a14573fa764792447444ff736ae626206
libclass-dbi-perl_3.0.17-5.debian.tar.xz 5.2 KiB b010f4aaef0cdb3b688e816df0b627c9edaaa15265d22129be8721c126d946ca

Available diffs

No changes file available.

Binary packages built by this source

libclass-dbi-perl: convenient abstraction layer to a database

 Class::DBI not only provides a simple database to object mapping
 layer, but can be used to implement several higher order database
 functions (triggers, referential integrity, cascading delete etc.),
 at the application level, rather than at the database.
 .
 This is particularly useful when using a database which doesn't
 support these (such as MySQL), or when you would like your code to be
 portable across multiple databases which might implement these things
 in different ways.
 .
 In short, Class::DBI aims to make it simple to introduce 'best
 practice' when dealing with data stored in a relational database.