libsmi 0.4.8+dfsg2-4build1 source package in Ubuntu

Changelog

libsmi (0.4.8+dfsg2-4build1) precise; urgency=low

  * No-change rebuild against current pkgbinarymangler to fix broken
    md5sums. (see LP #875466)
 -- Martin Pitt <email address hidden>   Wed, 29 Feb 2012 08:42:29 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Vincent Bernat
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
libsmi_0.4.8+dfsg2.orig.tar.gz 1.7 MiB 1d6894aa4aa73f8949ccb420a57e4e1275f8099c187771a41838e30a703269e8
libsmi_0.4.8+dfsg2-4build1.debian.tar.gz 10.7 KiB be4624c44481b4819bf54dca0efd2055d781dc78a6b805c43f02bdd4f39a7e47
libsmi_0.4.8+dfsg2-4build1.dsc 2.1 KiB df1a5e2e7cea95f1148b996ded384b92b4af7d1ef5ae46fc77ca2ebb24f94e05

View changes file

Binary packages built by this source

libsmi2-common: library to access SMI MIB information - MIB module files

 This is just a transitional package to suggest snmp-mibs-downloader
 which should download needed MIB. You can delete it if you already
 have snmp-mibs-downloader.

libsmi2-dbg: library to access SMI MIB information - debugging symbols

 These are the files needed to compile programs using libsmi.
 .
 The purpose of libsmi is to
   * give network management applications a concise programmer-friendly
     interface to access MIB module information,
   * separate the knowledge on SMI from the main parts of management
     applications,
   * allow to add new kinds of MIB repositories without the need to adapt
     applications that make use of libsmi.
 .
 In this context, MIB is "Management Information Base" and SMI stands for
 "Structure and identification of Management Information". See RFC1902 and
 others for details.
 .
 This package contains debugging symbols for libsmi.

libsmi2-dev: No summary available for libsmi2-dev in ubuntu quantal.

No description available for libsmi2-dev in ubuntu quantal.

libsmi2ldbl: library to access SMI MIB information

 The purpose of libsmi is to
   * give network management applications a concise programmer-friendly
     interface to access MIB module information,
   * separate the knowledge on SMI from the main parts of management
     applications,
   * allow to add new kinds of MIB repositories without the need to adapt
     applications that make use of libsmi.
 .
 In this context, MIB is "Management Information Base" and SMI stands for
 "Structure and identification of Management Information". See RFC1902 and
 others for details.
 .
 This package contains the main libsmi library.

smistrip: extract MIB from text files like RFC

 The smistrip program is used to extract MIB and PIB module files from
 ASCII documents like RFCs or Internet Drafts. Modules are identified
 by a starting ASN.1 DEFINITIONS clause and the matching END
 clause. The output is written to files named by the modules' names.