libnet-async-irc-perl 0.12-1 source package in Ubuntu

Changelog

libnet-async-irc-perl (0.12-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

  [ gregor herrmann ]
  * Remove contentless debian/upstream/metadata.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libio-async-perl.
    + libnet-async-irc-perl: Drop versioned constraint on libio-async-perl in
      Depends.

  [ gregor herrmann ]
  * Import upstream version 0.12.
  * Update years of upstream copyright.
  * Update (build) dependencies.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 29 Dec 2021 15:21:39 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-irc-perl_0.12-1.dsc 2.5 KiB 54c21a24c4f8db9cff8f73d39c70d97fac5f8a9d6bc045375bf1d98984b5bbca
libnet-async-irc-perl_0.12.orig.tar.gz 30.8 KiB c7326d78b04be86ddbf645bf5c29b2a41b09cc01e10953982b8906bb13124487
libnet-async-irc-perl_0.12-1.debian.tar.xz 2.0 KiB 68a95d1d690af5de571fa08c0dd475601f508176b9ab553684007e4692af4881

Available diffs

No changes file available.

Binary packages built by this source

libnet-async-irc-perl: IRC client for use with IO::Async

 This object class implements an asynchronous IRC client, for use in programs
 based on IO::Async.
 .
 Most of the actual IRC message handling behaviour is implemented by the
 parent class Net::Async::IRC::Protocol.
 .
 Most of the behaviour related to being an IRC client is implemented by the
 parent class Protocol::IRC::Client.
 .
 The following documentation may make mention of these above two parent
 classes; the reader should make reference to them when required.