libcgi-application-plugin-messagestack-perl 0.34-4ubuntu1 source package in Ubuntu

Changelog

libcgi-application-plugin-messagestack-perl (0.34-4ubuntu1) cosmic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Depend on libcgi-application-plugin-session-perl and
      libcgi-application-plugin-tt-perl for runtime-deps-and-recommends
      autopkgtest; these are also covered by needs-recommends, but an explicit
      dependency forces autopkgtest not to drop them during Perl transitions
      due to pinning only necessary packages from -proposed.

libcgi-application-plugin-messagestack-perl (0.34-4) 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.
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

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

  [ Niko Tyni ]
  * Add runtime dependency on libcgi-application-perl (Closes: #896555)
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.4
  * Declare that the package does not need (fake)root to build
  * Add myself to Uploaders

 -- Gianfranco Costamagna <email address hidden>  Thu, 28 Jun 2018 11:37:24 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Cosmic
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-messagestack-perl_0.34.orig.tar.gz 14.9 KiB f2019e7703f39fc03e736b46a0609b2d5ad6a276f03e1af298894ac7506010ba
libcgi-application-plugin-messagestack-perl_0.34-4ubuntu1.debian.tar.xz 2.8 KiB a754ebd840bb19c37a82daab68f488f26c4cc506a86c0eb956d3ba0cbc2bfa68
libcgi-application-plugin-messagestack-perl_0.34-4ubuntu1.dsc 2.7 KiB e2ab2462e12b055dc3a32b310b59e7623c0c2d66621d193464e97d260b43f2fb

Available diffs

View changes file

Binary packages built by this source

libcgi-application-plugin-messagestack-perl: message passing plugin for CGI::Application

 CGI::Application::Plugin::MessageStack allows one part of a CGI::Applocation
 web application to publish messages, and for templates in other parts to
 pick them up. By default the in transit messages are stored in the Session
 object which makes the system ideal for passing user-specific information.