libapache-singleton-perl 0.16-2 source package in Ubuntu

Changelog

libapache-singleton-perl (0.16-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Rename autopkgtest configuration file(s) as per new pkg-perl-
    autopkgtest schema.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.
  * Fix autopkgtests. Don't run smoke tests which need an Apache
    configuration.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Drop unneeded version constraint from libapache2-mod-perl2 (build)
    dependency.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 13:22:40 -0400

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache-singleton-perl_0.16-2.dsc 2.3 KiB cd8078bb1448b5ca043e61293cebfe7ed054766890ded4d6a7b08e00bd169def
libapache-singleton-perl_0.16.orig.tar.gz 15.9 KiB 74bf079413c4a6ff95d2dea8ddaffec74bd81efcefb6a90221f955010f1257a3
libapache-singleton-perl_0.16-2.debian.tar.xz 3.0 KiB f8e01a12311d9b523f99797ad900f113688a3255244b430d2d453eda447e5bfd

Available diffs

No changes file available.

Binary packages built by this source

libapache-singleton-perl: Singleton class for mod_perl

 Apache::Singleton is a Perl module that provides a Singleton class suitable
 for use with mod_perl.
 .
 A Singleton describes an object class that can have only one instance in any
 system. An example of a Singleton might be a print spooler or system
 registry.
 .
 For a description and discussion of the Singleton class, see
 "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.