libobject-event-perl 1.230-2 source package in Ubuntu

Changelog

libobject-event-perl (1.230-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"
  * Apply wrap-and-sort
  * Remove Maximilian Gaß from Uploaders (no more active according to himself)

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ 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.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Add Testsuite declaration for autopkgtest-pkg-perl.

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

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add myself to Uploaders

 -- Niko Tyni <email address hidden>  Sat, 31 Mar 2018 14:32:50 +0300

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
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-event-perl_1.230-2.dsc 2.1 KiB fc87b605fe34a57b6d2360af57f0427d38197c9b0468872223d5928dd332ade7
libobject-event-perl_1.230.orig.tar.gz 15.4 KiB ab6bb80508f4fddaf2d51b20ca876aab038582a86b5228e6435411348af53c82
libobject-event-perl_1.230-2.debian.tar.xz 3.0 KiB 4a26d40ed514f002d73657577e781490636de9d7bf169abe4dd0af9772b6c103

Available diffs

No changes file available.

Binary packages built by this source

libobject-event-perl: Perl event callback interface

 Object::Event is a Perl module that provides a consistent interface for
 registering and emitting events. You can register callbacks for events,
 trigger events and even stop the current event from running further
 callbacks.