libcatalyst-plugin-cache-perl 0.12-3 source package in Ubuntu

Changelog

libcatalyst-plugin-cache-perl (0.12-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.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * Add debian/gbp.conf to filter out .gitignore on next import.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libcatalyst-perl.
    + libcatalyst-plugin-cache-perl: Drop versioned constraint on
      libcatalyst-perl in Depends.
    + libcatalyst-plugin-cache-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    + libcatalyst-plugin-cache-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.
  * Bump debhelper from old 12 to 13.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 22:02:31 +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-plugin-cache-perl_0.12-3.dsc 2.3 KiB 5b37fa2e66b7902fad9d0d42ee839202e4ea868589fe26b3c97acb40ced8b921
libcatalyst-plugin-cache-perl_0.12.orig.tar.gz 28.4 KiB 295fed449c9324b06578fd468e3391e04fbf64ad24376a004408d1bc6f5443e0
libcatalyst-plugin-cache-perl_0.12-3.debian.tar.xz 2.7 KiB fc805c47fd9aaab55d6653d84d24d7354dc85c62d90b03cea4698b8d701cde47

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-plugin-cache-perl: flexible caching support for Catalyst

 Catalyst::Plugin::Cache gives you access to a variety of systems for caching
 data. It allows you to use a very simple configuration API, while maintaining
 the possibility of flexibility when you need it later.
 .
 Among its features are support for multiple backends, segmentation based on
 component or controller, keyspace partitioning, and so more, in various
 subsidiary plugins.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.