augeas 0.8.1-2 source package in Ubuntu Linaro Evaluation Build

Changelog

augeas (0.8.1-2) unstable; urgency=low

  * debian/patches/test-readlink-errno.patch: On linux kernels >2.6.39
    one of the readlink tests fails with EINVAL, rather than the previous
    (expected) behaviour of ENOENT; causing FTBFS.  This patch accepts
    both behaviours resolving failure. Thanks to Dave Walker for the patch
    (Closes: #630256)
 -- Dave Walker <email address hidden>   Fri,  17 Jun 2011 16:07:23 +0000

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Nicolas Valcarcel
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe libs

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
augeas_0.8.1.orig.tar.gz 1.5 MiB 916fef67e8eed6d1abe02433830301bd01dfc8228e9cfffb490347545155c4d7
augeas_0.8.1-2.debian.tar.gz 8.9 KiB 2729813e3970867ccdab3a81fc7be10b61747254c9902f74312cc68f946697f8
augeas_0.8.1-2.dsc 1.7 KiB 3bfb63805a241ae9b43a4907bdf526c31de324c153236c006498ac9559d6630e

Available diffs

View changes file

Binary packages built by this source

augeas-dbg: Debugging symbols for libaugeas0

 Augeas is a configuration editing tool. It parses configuration files in their
 native formats and transforms them into a tree. Configuration changes are made
 by manipulating this tree and saving it back into native config files.
 .
 This package provides debugging symbols for augeas, both the core library
 and the tools, to assist in diagnosing critical bugs. It is not required
 for normal operation.

augeas-tools: Augeas command line tools

 Augeas is a configuration editing tool. It parses configuration files in their
 native formats and transforms them into a tree. Configuration changes are made
 by manipulating this tree and saving it back into native config files.
 .
 This package provides command line tools based on libaugeas0:
 - augtool, a tool to manage configuration files.
 - augparse, a testing and debugging tool for augeas lenses.

libaugeas-dev: Development files for writing applications based on libaugeas0

 Augeas is a configuration editing tool. It parses configuration files in their
 native formats and transforms them into a tree. Configuration changes are made
 by manipulating this tree and saving it back into native config files.
 .
 This package includes the development files to write programs using the Augeas
 API.

libaugeas0: Augeas configuration editing library and API

 Augeas is a configuration editing tool. It parses configuration files in their
 native formats and transforms them into a tree. Configuration changes are made
 by manipulating this tree and saving it back into native config files.
 .
 The transformation works very hard to preserve comments and formatting
 details. It is controlled by ``lens'' definitions that describe the file
 format and the transformation into a tree.