libpgobject-simple-role-perl 2.000002-2 source package in Ubuntu

Changelog

libpgobject-simple-role-perl (2.000002-2) 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

  [ Debian Janitor ]
  * Use secure URI in debian/watch.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends-Indep: Drop versioned constraint on libpgobject-simple-perl.
    + libpgobject-simple-role-perl: Drop versioned constraint on
      libpgobject-simple-perl in Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 00:07:07 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-simple-role-perl_2.000002-2.dsc 2.3 KiB 878ed3fe25c4a5e2d467924efa4020eb0207ec84b482d065fdd452d2dfa5a195
libpgobject-simple-role-perl_2.000002.orig.tar.gz 8.7 KiB e02bb1701fde9e28b9c1e4c12a658259e193ab756304475cd8fdfdaf2accef88
libpgobject-simple-role-perl_2.000002-2.debian.tar.xz 3.1 KiB 886df9c91d36ed3fc4e3d7b417819f4cdc44b3937ae4c62bc77d48b892e9543f

Available diffs

No changes file available.

Binary packages built by this source

libpgobject-simple-role-perl: Moo/Moose mappers for minimalist PGObject framework

 PGObject::Simple::Role is a Moo/Moose mapper for minimalist PGObject framework
 (embodied in PGObject::Simple). Basically it provides a way to easily map
 stored procedures using the conventions of PGObject::Simple for Moo/Moose
 environments, allowing you to use that functionality in those environments.
 The role itself makes no assumptions about database state, but provides hooks
 for classes to use to retrieve or create database handles for their use.
 .
 This module is suited to quick and easy integration of PostgreSQL stored
 procedures with Moo and Moose object models. It is quite powerful and it makes
 developing in such environments relatively easy.