libnet-dhcp-perl 0.693+dfsg-2 source package in Ubuntu

Changelog

libnet-dhcp-perl (0.693+dfsg-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update years of packaging copyright.
  * Unconditionally build depend on libmodule-build-perl.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Sat, 30 May 2015 20:36:22 +0200

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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-dhcp-perl_0.693+dfsg-2.dsc 2.3 KiB 2044f64ec0a8220c69974d0eb6847ab1b007a7dced4ee25de4c0a7408bae57ac
libnet-dhcp-perl_0.693+dfsg.orig.tar.gz 37.9 KiB 9d024bdebbb837241624291ad97721b79a2189264a3e380ecbabff38b48a2f42
libnet-dhcp-perl_0.693+dfsg-2.debian.tar.xz 4.1 KiB cf4b67ff8da928f5c2351c8e2c8d6f709f317f69b756997581ae4e2222457f33

Available diffs

No changes file available.

Binary packages built by this source

libnet-dhcp-perl: Perl interface for handling DHCP packets

 Net::DHCP is a release of the DHCP protocol interface to Perl 5. There are
 two parts to the interface: the packet component (Net::DHCP::Packet) and the
 constants component (Net::DHCP::Constants) which represents constants used
 in DHCP protocol, defined in RFC 1533, RFC 2132, RFC 2241, RFC 2485,
 RFC 2563, RFC 2937, RFC 3004, RFC 3011, RFC 3046.
 .
 With Net::DHCP you can create and analyze DHCP packets which are sent or
 received with the help of IO::Socket::INET.