libnet-patricia-perl 1.22-2 source package in Ubuntu

Changelog

libnet-patricia-perl (1.22-2) unstable; urgency=medium

  [ 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 Jotam Jr. Trejo from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Drop no longer supported add-log-mailing-address setting from
    debian/changelog.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 30 Jun 2022 23:58:59 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main perl

Downloads

File Size SHA-256 Checksum
libnet-patricia-perl_1.22-2.dsc 2.2 KiB bd148ef128819974e5b1b6809652abc4c1b1ed3686f9d45eeb5a17c29737f241
libnet-patricia-perl_1.22.orig.tar.gz 27.1 KiB 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
libnet-patricia-perl_1.22-2.debian.tar.xz 5.0 KiB 2abd97853668329ccedf16a9cb5a81ef7e911dad7822f3bee51e31f6565cb707

No changes file available.

Binary packages built by this source

libnet-patricia-perl: Perl module for fast IP address lookups

 Net::Patricia uses a Patricia Trie data structure to quickly
 perform IP address prefix matching for applications such as
 IP subnet, network or routing table lookups. The data
 structure is based on a radix tree using a radix of two, so
 sometimes you see patricia implementations called "radix" as
 well. The term "Trie" is derived from the word "retrieval"
 but is pronounced like "try". Patricia stands for
 "Practical Algorithm to Retrieve Information Coded as
 Alphanumeric", and was first suggested for routing table
 lookups by Van Jacobsen. Patricia Trie performance
 characteristics are well-known as it has been employed for
 routing table lookups within the BSD kernel since the 4.3
 Reno release.

libnet-patricia-perl-dbgsym: debug symbols for libnet-patricia-perl