libapp-cache-perl 0.37-3 source package in Ubuntu

Changelog

libapp-cache-perl (0.37-3) unstable; urgency=medium

  [ Jonas Genannt ]
  * Changed Maintainer to Perl Group
  * d/control: bumped standards version to 3.9.5 (no changes)
  * d/control: debhelper set to 9

  [ intrigeri ]
  * Add debian/upstream/metadata.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ gregor herrmann ]
  * debian/rules: use dh_auto_test instead of make test in
    override_dh_auto_test (leftover from conversion to dh(1)) in order to
    honour DEB_BUILD_OPTIONS=nocheck.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Damyan Ivanov ]
  * smoke-env: set HOME during automated package testing (Closes: #903280)
  * add Testsuite: autopkgtest-pkg-perl
  * Declare compliance with Debian Policy 4.6.1
  * Set Rules-Requires-Root: no
  * Bump debhelper-compat to 13
  * Annotate test-only build dependencies with <!nocheck>
  * Move libmodule-build-perl from Build-Depends-Indep to Build-Depends
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
  * reword short description a bit and start with small letter
  * rework and forward disable_network_test.patch
  * export NO_NETWORK_TESTING during build-time testin and autopkgtest
  * add myself to Uploaders

 -- Damyan Ivanov <email address hidden>  Sun, 26 Jun 2022 15:39:36 +0000

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-cache-perl_0.37-3.dsc 2.3 KiB fab1f8de2832f231cbbdf37cc7e4fdad4812aefdb0e5caf23e02c3515293124a
libapp-cache-perl_0.37.orig.tar.gz 5.6 KiB 59f261815f7c7eb160053a96715e96d68569e4e4f3b05453e7c24d58bd458c96
libapp-cache-perl_0.37-3.debian.tar.xz 3.2 KiB f747ef1cc48f84dd29f5db2ec28aa11c2be45bc3bd2f329d3a1b061645781c4e

Available diffs

No changes file available.

Binary packages built by this source

libapp-cache-perl: perl library for easy application-level caching

 The App::Cache module lets an application cache data locally. There
 are a few times an application would need to cache data: when it is
 retrieving information from the network or when it has to complete a
 large calculation.