ruby-rpatricia 1.0.1-2 source package in Ubuntu

Changelog

ruby-rpatricia (1.0.1-2) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 01 Jul 2022 00:26:50 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-rpatricia_1.0.1-2.dsc 2.0 KiB 386aaf23774e8f2cb5c3974631d452be44799b7e1341b09e9d7945aa68292537
ruby-rpatricia_1.0.1.orig.tar.gz 23.8 KiB d480ece3e7a8be597a8fff7a23ecd22f70986db3dcd130742fe648b17502597c
ruby-rpatricia_1.0.1-2.debian.tar.xz 3.2 KiB 3a2a9c2024f435135c56f3e35fee499a4e8cb3211a251a87e6e67658a7f462cb

No changes file available.

Binary packages built by this source

ruby-rpatricia: efficient IPv4/IPv6 prefix storage and lookup for Ruby

 rPatricia provides a Ruby library for efficient IPv4 and IPv6 address/prefix
 storage and lookups. Internally it uses a Patricia trie (also known as radix
 tree), a data structure commonly used for routing table lookups and supports
 prefix insertion/removal and best/exact match lookups.
 .
 The trie data structure is implemented in C, making rPatricia fast and
 featuring a low memory footprint.

ruby-rpatricia-dbgsym: debug symbols for ruby-rpatricia