libpoe-component-client-dns-perl 1:1.054-3ubuntu1 source package in Ubuntu

Changelog

libpoe-component-client-dns-perl (1:1.054-3ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/rules: Delete test 06, as it requires internet connectivity.

libpoe-component-client-dns-perl (1:1.054-3) unstable; urgency=medium

  * Add patch to avoid deprecation warnings from Net::DNS >= 1.38.
  * Update years of packaging copyright.
  * Update alternative build dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- Logan Rosen <email address hidden>  Mon, 19 Jun 2023 14:04:21 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpoe-component-client-dns-perl_1.054.orig.tar.gz 27.7 KiB b19a06920a69b74c2712bb5a48b719ce58965309d9beb3e2a35d8ff783625c31
libpoe-component-client-dns-perl_1.054-3ubuntu1.debian.tar.xz 5.8 KiB b5b0d0760daed2b0ca99ba2ef7e94ce448d9152516a1ede9ee5b150fefc40cfe
libpoe-component-client-dns-perl_1.054-3ubuntu1.dsc 2.2 KiB db639beda47db271ccffe5f7413356cf427c73685b3238d4f86b7d78f8d05a5b

View changes file

Binary packages built by this source

libpoe-component-client-dns-perl: POE Component for performing asynchronous DNS queries

 POE::Component::Client::DNS is a wrapper for non-blocking DNS queries based on
 Net::DNS (libnet-dns-perl). It lets other tasks run while something is waiting
 for a nameserver response and allows multiple DNS servers to be queried at the
 same time. DNS client components are spawned as separate sessions rather than
 being created as proper objects; for full details, see the documentation.