augeas 1.9.0-2 source package in Ubuntu

Changelog

augeas (1.9.0-2) unstable; urgency=medium

  * Add libselinux1-dev dependency to libaugeas-dev (Closes: #878344)

 -- Hilko Bengen <email address hidden>  Fri, 13 Oct 2017 11:53:55 +0200

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
augeas_1.9.0-2.dsc 2.2 KiB 345eb4868a7ac24af278e263b115304bec8de73fa0d5052f9d93937804c8b5fc
augeas_1.9.0.orig.tar.gz 2.1 MiB 2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343
augeas_1.9.0-2.debian.tar.xz 9.3 KiB 32256dd8587aec81587bf35551a1236b2385c3857a7be3628f46bc13c5f4e1b4

Available diffs

No changes file available.

Binary packages built by this source

augeas-doc: Augeas lenses documentation

 Augeas parses configuration files described in lenses into a tree structure,
 which it exposes through its public API. Changes made through the API are
 written back to the initially read files.
 .
 Lenses are the building blocks of the file <-> tree transformation; they
 combine parsing a file and building the tree (the get transformation), with
 turning the tree back into an (updated) file (the put transformation).
 .
 This package contains the generated documentation for the lenses shipping in
 the augeas-lenses package.

augeas-lenses: Set of lenses needed by libaugeas0 to parse config files

 Augeas parses configuration files described in lenses into a tree structure,
 which it exposes through its public API. Changes made through the API are
 written back to the initially read files.
 .
 Lenses are the building blocks of the file <-> tree transformation; they
 combine parsing a file and building the tree (the get transformation), with
 turning the tree back into an (updated) file (the put transformation).
 .
 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. This package includes the official
 set of lenses.

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.

augeas-tools-dbgsym: debug symbols for augeas-tools
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.

libaugeas0-dbgsym: debug symbols for libaugeas0