libcgi-application-plugin-authorization-perl 0.07+~cs0.1-1 source package in Ubuntu

Changelog

libcgi-application-plugin-authorization-perl (0.07+~cs0.1-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Remove pkg-component framework. (Closes: #933113)
  * Update debian/watch to use multi upstream tarball feature.
  * debian/rules: adjust to run dh_auto_* also for subcomponent.
  * Add debian/gbp.conf to tell gbp about the new component.

  * Import "upstream" version 0.07+~cs0.1.
  * Add /me to Uploaders.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies, and
    ancient Breaks/Replaces.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Fri, 25 Sep 2020 21:23:19 +0200

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-application-plugin-authorization-perl_0.07+~cs0.1-1.dsc 3.5 KiB 5e4dc939de1802e2004deac1c0ce50f21a818832ed867e83ebec7399191a3257
libcgi-application-plugin-authorization-perl_0.07+~cs0.1.orig-driver-ad.tar.gz 9.4 KiB 8ade3754e635a3b16fd9cc965c9a8c810f977bb698af7ba77b955fe754e7a7c1
libcgi-application-plugin-authorization-perl_0.07+~cs0.1.orig.tar.gz 20.3 KiB 607864011f2000c8db20789e720cb6b129fe26cabb4008e40dffac1977bf5a87
libcgi-application-plugin-authorization-perl_0.07+~cs0.1-1.debian.tar.xz 4.2 KiB 569c364ed4cbb7387be8576c08170b9ae23868e019211b4c685cb3b07eab837e

Available diffs

No changes file available.

Binary packages built by this source

libcgi-application-plugin-authorization-perl: authorization framework for CGI::Application

 CGI::Application::Plugin::Authorization adds the ability to authorize users
 for specific tasks. Once a user has been authenticated and you know who you
 are dealing with, you can then use this plugin to control what that user has
 access to. It imports two methods (authz and authorization) into your
 CGI::Application module. Both of these methods are interchangeable, so you
 should choose one and use it consistently throughout your code. Through the
 authz method you can call all the methods of the
 CGI::Application::Plugin::Authorization plugin.
 .
 This package also bundles an active directory driver:
 CGI::Application::Plugin::Authorization::Driver::ActiveDirectory