libcatmandu-filestore-perl 1.16-2 source package in Ubuntu

Changelog

libcatmandu-filestore-perl (1.16-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on liblog-any-perl,
      libtest-exception-perl, libtest-simple-perl.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Jonas Smedegaard ]
  * update watch file: set version mangling

 -- Jelmer Vernooij <email address hidden>  Sat, 10 Dec 2022 14:49:38 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatmandu-filestore-perl_1.16-2.dsc 2.8 KiB 51bc70c78795e1d5bf1e7561405affb7b27b6f7c714856419ee9c3f8ce3ea322
libcatmandu-filestore-perl_1.16.orig.tar.gz 378.1 KiB 8347b4c9721ad4d69bd1687025e0ba849ddd330f6c6257457e4c07c70d250148
libcatmandu-filestore-perl_1.16-2.debian.tar.xz 3.9 KiB 56018ee05f5d9435dcb941f32ecceec6a6f666f5394910477aef410e25ee0d86

Available diffs

No changes file available.

Binary packages built by this source

libcatmandu-filestore-perl: modules to make files persistent within the Catmandu framework

 Each Catmandu::FileStore is a Catmandu::Store and inherits all its methods.
 .
 A Catmandu::FileStore is package to store and retrieve binary content
 in an filesystem, memory or a network.
 A Catmandu::FileStore contains one or more Catmandu::FileBag
 which is a kind of folder.
 .
 Each Catmandu::FileBag contains one or more files.
 .
 One special Catmandu::FileBag is the index
 which contains the listing of all Catmandu::FileBag
 in the Catmandu::FileStore.
 .
 Catmandu provides a suite of Perl modules
 to ease the import, storage, retrieval, export
 and transformation of metadata records.