libcatalyst-action-renderview-perl 0.16-3 source package in Ubuntu

Changelog

libcatalyst-action-renderview-perl (0.16-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * 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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.
  * Add missing build dependency on libmodule-install-perl.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libcatalyst-perl,
      libdata-visitor-perl.
    + libcatalyst-action-renderview-perl: Drop versioned constraint on
      libcatalyst-perl, libdata-visitor-perl in Depends.
    + libcatalyst-action-renderview-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Replaces.
    + libcatalyst-action-renderview-perl: Drop versioned constraint on
      libcatalyst-modules-perl in Breaks.
  * Set Testsuite header for perl package.

 -- Jelmer Vernooij <email address hidden>  Thu, 09 Jun 2022 21:37:44 +0100

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-action-renderview-perl_0.16-3.dsc 2.3 KiB cd411e27c2bdba51ce39b0dd7fc4eba17d3ec857a0524d52c8a6dcd7c0d7e72d
libcatalyst-action-renderview-perl_0.16.orig.tar.gz 21.0 KiB 8565203950a057d43ecd64e9593715d565c2fbd8b02c91f43c53b2111acd3948
libcatalyst-action-renderview-perl_0.16-3.debian.tar.xz 2.2 KiB 592be56f9447e60f39301d4583bb16b660d26bed41c948e2de0d42cc01364c8b

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-action-renderview-perl: Sensible default end action for Catalyst

 Catalyst::Action::RenderView module implements a sensible default end action
 for Catalyst, which will forward to the first available view, unless
 $c->res->status is a 3xx code (redirection, not modified, etc.), 204 (no
 content), or $c->res->body has already been set. It also allows you to
 pass 'dump_info=1' to the url in order to force a debug screen, while in
 debug mode.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.