libcatalyst-model-dbi-perl 0.32-3 source package in Ubuntu

Changelog

libcatalyst-model-dbi-perl (0.32-3) unstable; urgency=medium

  [ 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/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libcatalyst-perl.
    + libcatalyst-model-dbi-perl: Drop versioned constraint on libcatalyst-perl
      in Depends.
    + libcatalyst-model-dbi-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    + libcatalyst-model-dbi-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 21:54:43 +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
libcatalyst-model-dbi-perl_0.32-3.dsc 2.2 KiB 7d6cb32ec458b6f0f72fd3841a423487a683b9460adfd528b213e93f4eb6ca13
libcatalyst-model-dbi-perl_0.32.orig.tar.gz 4.6 KiB 3f27492930744e518a8480f8d68dadc347b002715e177c09508a7c12dbb0fa73
libcatalyst-model-dbi-perl_0.32-3.debian.tar.xz 2.1 KiB 928cd2c13c4f903359fd34e74140b9699b1fc8f5778846700b7b5528bcce47f6

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-model-dbi-perl: Database model class for Catalyst

 Catalyst::Model::DBI is the DBI model class for Catalyst.
 .
 There are two options for doing custom models with Catalyst. Either by using
 this model and any related modules as needed or by having a custom model
 decoupled from Catalyst and glued on using Catalyst::Model::Adaptor
 .
 Some general rules are as follows. If you do not wish to use DBIx::Connector
 or DBI directly and setup connections in your custom models or have glue
 models, then use this model. If you however need models that can be re-used
 outside of your application or simply wish to maintain connection code
 yourself outside of the Catalyst, then use Catalyst::Model::Adaptor which
 allows you to glue outside models into your Catalyst app.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.
 .
 DBI is a Perl database interface.