libnet-mac-vendor-perl 1.20-1 source package in Ubuntu

Changelog

libnet-mac-vendor-perl (1.20-1) unstable; urgency=low


  * Team upload.

  [ Harlan Lieberman-Berg ]
  * Update d/* to latest S-V

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nuno Carvalho ]
  * New upstream release
    (Closes: #724227)
  * debian/control:
    + update standards version to 3.9.4
    + remove libdbm-deep-perl from D-B-I, not required anymore
    + require Test::More 0.98 in D-B-I
  * debian/copyright:
    + update copyright years
    + cosmetic update license stanzas and entries
  * Update patch to skip tests that required internet
  * debian/rules: add override_dh_auto_test to set NO_NETWORK

 -- Nuno Carvalho <email address hidden>  Tue, 08 Oct 2013 16:03:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-mac-vendor-perl_1.20-1.dsc 2.2 KiB 6546b216f59a1651c441216706c6c9c23d8727073b222461fbe2dc8c1ecbf282
libnet-mac-vendor-perl_1.20.orig.tar.gz 2.2 MiB c500b5fe2267557753549f5146610dee15143944dad169020033a3a16b0a3619
libnet-mac-vendor-perl_1.20-1.debian.tar.gz 3.5 KiB 4f65da96a13e2b0532f195aa4bc10c3c0e432e27a942fb682ddaaf52e244bf56

Available diffs

No changes file available.

Binary packages built by this source

libnet-mac-vendor-perl: module to look up the vendor by OUI

 The Institute of Electrical and Electronics Engineers (IEEE) assigns an
 Organizational Unique Identifier (OUI) to manufacturers of network
 interfaces. Each interface has a Media Access Control (MAC) address of six
 bytes. The first three bytes are the OUI.
 .
 Net::MAC::Vendor allows you to take a MAC address and turn it into the OUI
 and vendor information. You can, for instance, scan a network, collect MAC
 addresses, and turn those addresses into vendors. With vendor information,
 you can often guess at what you are looking at (e.g. an Apple product).
 .
 You can use this as a module as its individual functions, or call it as a
 script with a list of MAC addresses as arguments. The module can figure it
 out.