libnet-route-perl 0.02-4 source package in Ubuntu

Changelog

libnet-route-perl (0.02-4) unstable; urgency=medium

  * Team upload.
  * Add net-tools to Depends. It is needed at runtime as well.
    Thanks to Craig Manley for the bug report. (Closes: #1037982)
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Move net-tools from Build-Depends to Build-Depends-Indep.
    Only needed for tests, not for the actual build.

 -- gregor herrmann <email address hidden>  Thu, 15 Jun 2023 16:38:16 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-route-perl_0.02-4.dsc 2.5 KiB d5a42d9c791d1edf9f18953042538a1262c8ec146fcd49c8c45bf7ae4d518d64
libnet-route-perl_0.02.orig.tar.gz 10.0 KiB f603af04b63881c3fa68ca78c539cb294a1c3178646b7d1288a1f7ce31e89184
libnet-route-perl_0.02-4.debian.tar.xz 2.9 KiB a0b310b67ad7c98bf2070bd7c4310419886178e3e1e6a1a7c61a5fbfb88626af

Available diffs

No changes file available.

Binary packages built by this source

libnet-route-perl: portable interface to the routing table

 Every OS provides its custom interface to the routing table: Linux's
 "route" utility is different from BSD's "route show", from Windows'
 "route print", etc. Parsing all these different output styles in an
 (otherwise portable) script can quickly become inconvenient.
 .
 Net::Route abstracts the system specifics and provides a single,
 portable interface.