libur-perl 0.470+ds-2 source package in Ubuntu

Changelog

libur-perl (0.470+ds-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update renamed lintian tag names in lintian overrides.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Add patch to fix test failure with new (DBD::)SQLite.
    Thanks to ci.debian.net.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Mon, 17 Jan 2022 22:03:51 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libur-perl_0.470+ds-2.dsc 3.3 KiB 15870e1b1f5987308f0d247f0f116576771f07f2c4a83250703b4266d1c19d71
libur-perl_0.470+ds.orig.tar.gz 1.4 MiB 7eb58e48cb0f398d6d69e1e0b5eeeb5a4b9236a4608496097d7f9d998461bbac
libur-perl_0.470+ds-2.debian.tar.xz 6.3 KiB 20cb15414a8f8d443f978c570b6a3b1169f2c4884d118523569d79f40451e180

Available diffs

No changes file available.

Binary packages built by this source

libur-perl: object/relation mapper library

 UR is a class framework and object/relational mapper for Perl. It starts with
 the familiar Perl meme of the blessed hash reference as the basis for object
 instances, and extends its capabilities with ORM (object-relational mapping)
 capabilities, object cache, in-memory transactions, more formal class
 definitions, metadata, documentation system, iterators, command line tools,
 etc.
 .
 UR can handle multiple column primary and foreign keys, SQL joins involving
 class inheritance and relationships, and does its best to avoid querying the
 database unless the requested data has not been loaded before. It has support
 for SQLite, Oracle, MySQL and Postgres databases, and the ability to use a
 text file as a table.
 .
 UR uses the same syntax to define non-persistent objects, and supports
 in-memory transactions for both.