libsnmp-mib-compiler-perl 0.06-2.1 source package in Ubuntu

Changelog

libsnmp-mib-compiler-perl (0.06-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
    use DESTDIR in debian/rules.
    (Closes: #795630)

 -- gregor herrmann <email address hidden>  Wed, 26 Aug 2015 18:16:54 +0200

Upload details

Uploaded by:
Deepak Tripathi
Uploaded to:
Sid
Original maintainer:
Deepak Tripathi
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsnmp-mib-compiler-perl_0.06-2.1.dsc 1.9 KiB 37b9416630a87bd79ab9692eff47943c978e6600055985a769d795a77939453c
libsnmp-mib-compiler-perl_0.06.orig.tar.gz 228.4 KiB 33be8ce387ecdf6db0503f99e3cfe824659940c24385a8b4b7308dd14ac8c40d
libsnmp-mib-compiler-perl_0.06-2.1.diff.gz 2.5 KiB 16c990b3d731ea02fededd8e9efe22d11cb2bf7cec48755fe834e1a427c71004

Available diffs

No changes file available.

Binary packages built by this source

libsnmp-mib-compiler-perl: a MIB Compiler supporting SMIv1 and SMIv2

 SNMP::MIB::Compiler is a MIB compiler that fully supports
 both SMI(v1) and SMIv2. This module can be use to compile
 MIBs (recursively or not) or load already compiled MIBs for
 later use.
 Some tasks can be performed by the resulting object such as :
 .
  resolution of object names into object identifiers (OIDs).
 e.g. ifInOctets => 1.3.6.1.2.1.2.2.1.10
 .
  convertion of OIDs.
 e.g. 1.3.6.1.2.1.2.1 =>
 iso.org.dod.internet.mgmt.mib-2.interfaces.ifNumber
 .
  drawing MIB trees.
 e.g. ifTestTable => ifTestTable
 |
 +-- --- ifTestEntry(1)
 |
 +-- -rw Integer ifTestId(1)
 +-- -rw Integer ifTestStatus(2)
 +-- -rw ObjectID ifTestType(3)
 +-- -r- Integer ifTestResult(4)
 +-- -r- ObjectID ifTestCode(5)
 +-- -rw String ifTestOwner(6)