libnet-inet6glue-perl 0.604-1 source package in Ubuntu

Changelog

libnet-inet6glue-perl (0.604-1) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.604.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints and alternatives from (build)
    dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Sun, 28 Feb 2021 03:34:00 +0100

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

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-inet6glue-perl_0.604-1.dsc 2.4 KiB 07ea7ba678f4d9837876bbbf2e51d124802d3cc534a6db3ee672386d2fc9eb92
libnet-inet6glue-perl_0.604.orig.tar.gz 5.4 KiB 90c36398f9501414cccda8b29f23a7f74f2f2b4f552e12debf16218c735bbb17
libnet-inet6glue-perl_0.604-1.debian.tar.xz 2.9 KiB 23f9e8b69a4e9d45dab1fec85b4ebbc2a2891fc20316cddd115ee6e2bde4ea49

Available diffs

No changes file available.

Binary packages built by this source

libnet-inet6glue-perl: glue module to make perl modules IPv6 ready

 Net::INET6Glue is a collection of modules to make common modules IPv6 ready
 by hotpatching them.
 .
 Unfortunately the current state of IPv6 support in perl is that no IPv6
 support is in the core and that a lot of important modules (like Net::FTP,
 Net::SMTP, LWP, ...) do not support IPv6 even if the modules for IPv6 sockets
 like Socket6, IO::Socket::IP or IO::Socket::INET6 are available.