libcatalyst-plugin-session-perl 0.43-1 source package in Ubuntu

Changelog

libcatalyst-plugin-session-perl (0.43-1) unstable; urgency=medium

  * Team upload.

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
    * Build-Depends: Drop versioned constraint on debhelper.
    * Build-Depends-Indep: Drop versioned constraint on perl.
    * libcatalyst-plugin-session-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    * libcatalyst-plugin-session-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.
  * Bump debhelper dependency to >= 10, since that's what is used in
    debian/compat.
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.43.
  * Update debian/upstream/metadata.
  * Update debian/copyright.
    New Upstream-Contact, changed copyright years, removed files.
  * Update test and runtime dependencies.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 03 Jun 2022 18:54:37 +0200

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-session-perl_0.43-1.dsc 2.9 KiB 27acea6104aa531747b7dc2c3fe925738529e2e41dcf8b40e53b0027ade9ca5e
libcatalyst-plugin-session-perl_0.43.orig.tar.gz 39.6 KiB 5e7d7cd2b95b1fc2244bc6eeb8f44f835d603ea07f5a39110881db60928b14c4
libcatalyst-plugin-session-perl_0.43-1.debian.tar.xz 2.8 KiB 951fa38005f303db8945565a24efe04b5d6e925de18350111012d575a578f5a5

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-plugin-session-perl: generic Session plugin for Catalyst

 Catalyst::Plugin::Session is the base of two related parts of functionality
 required for session management in web applications.
 .
 The first part, the State, is getting the browser to repeat back a session
 key, so that the web application can identify the client and logically string
 several requests together into a session.
 .
 The second part, the Store, deals with the actual storage of information
 about the client. This data is stored so that the it may be revived for every
 request made by the same client.
 .
 This plugin links the two pieces together.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.