libchi-perl 0.61-1 source package in Ubuntu

Changelog

libchi-perl (0.61-1) 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

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libjson-maybexs-perl,
      libmoo-perl.
    + libchi-perl: Drop versioned constraint on libjson-maybexs-perl,
      libmoo-perl in Depends.
  * Remove constraints unnecessary since buster
    * libchi-perl: Drop versioned constraint on libcache-fastmmap-perl
      in Depends.

  [ gregor herrmann ]
  * Import upstream version 0.61.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Drop unneeded alternatives from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 15 Oct 2021 18:00:27 +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
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchi-perl_0.61-1.dsc 3.0 KiB 1fc9ac9f39b7a853e5c7d0857692d1c353621463382116cb9c460dbf5137803e
libchi-perl_0.61.orig.tar.gz 83.0 KiB 583545c9e5312bb4193ab16de9f55ff8f4b4a7ded128cee8dd2cb021d4678b5b
libchi-perl_0.61-1.debian.tar.xz 5.1 KiB 5efc68e1e4d8b66bf9d505ef7df66bad843753413357070a167e24946a609fa6

Available diffs

No changes file available.

Binary packages built by this source

libchi-perl: Unified Cache Handling Interface

 CHI provides a unified caching API for Perl programs, designed to assist
 a developer in keeping data persistent for a specified period of time.
 .
 The CHI interface is implemented by driver classes that support fetching,
 storing and clearing of data. Driver classes exist or will exist for the
 gamut of storage backends available to Perl, such as memory, plain files,
 memory mapped files, memcached, and DBI.
 .
 CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
 adhering to the basic Cache API but adding new features and addressing
 limitations in the Cache::Cache implementation.