libanyevent-redis-perl 0.24-3 source package in Ubuntu

Changelog

libanyevent-redis-perl (0.24-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * 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

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Add missing build dependency on libmodule-install-perl.

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

 -- Jelmer Vernooij <email address hidden>  Mon, 06 Jun 2022 11:20:27 +0100

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
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-redis-perl_0.24-3.dsc 2.2 KiB d142dd426082e23de09077f2d02a1445220efcbf76352ca36115eabf470ea616
libanyevent-redis-perl_0.24.orig.tar.gz 32.1 KiB b664a5394c7ff62ecfbba5c208559312c062501729e3d9275309dabacfbaf794
libanyevent-redis-perl_0.24-3.debian.tar.xz 2.4 KiB a0c896e8092f7562e28355126d2d0a23f5f703ba7cbd1796063b38e407c795dc

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-redis-perl: Perl module that implements a non-blocking Redis client

 AnyEvent::Redis is a non-blocking (event-driven) Redis client based
 on the AnyEvent event loop framework.
 .
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.