libdanga-socket-perl 1.61-2 source package in Ubuntu

Changelog

libdanga-socket-perl (1.61-2) unstable; urgency=medium

  * Team upload.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * 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"

  [ 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.

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Niko Tyni ]
  * Update to dpkg source format 3.0 (quilt)
  * Update to debhelper compat level 10 and tiny debian/rules
  * Declare the package autopkgtestable
  * Update to Standards-Version 4.1.3

 -- Niko Tyni <email address hidden>  Sun, 14 Jan 2018 21:25:35 +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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdanga-socket-perl_1.61-2.dsc 2.1 KiB eba5564fe6ba49f83d237498bd6ff0fbdd9f519d199b93a500577c2bf17d7bbc
libdanga-socket-perl_1.61.orig.tar.gz 19.9 KiB 8e439215ce3acd540ce3a8655548f66f86bfd5064e113074152231dbf7559159
libdanga-socket-perl_1.61-2.debian.tar.xz 2.8 KiB be65fb0f9e05b153ce800f627d5ddb8f9c03016056e41265462f2d3f6c4e031c

Available diffs

No changes file available.

Binary packages built by this source

libdanga-socket-perl: event loop and event-driven async socket base class

 Danga::Socket is an abstract base class for objects backed by a socket which
 provides the basic framework for event-driven asynchronous IO, designed to be
 fast. Danga::Socket is both a base class for objects, and an event loop.
 .
 Callers subclass Danga::Socket. Danga::Socket's constructor registers
 itself with the Danga::Socket event loop, and invokes callbacks on the
 object for readability, writability, errors, and other conditions.
 .
 Because Danga::Socket uses the "fields" module, your subclasses must
 too.