augeas 1.10.1-2ubuntu1 source package in Ubuntu

Changelog

augeas (1.10.1-2ubuntu1) bionic; urgency=medium

  * d/p/0005-Replace-pure-funcs-calls-in-path-expr-w-result.patch:
    Replace pure function invocations in path
    expressions with their result. (LP: #1828074)
    Thanks to David Lutterkort <email address hidden>.
  * d/rules: Disable gnulib tests due to that tests are not
    testing augeas itself. (Closes: #919662) (LP: #1813566)
    Thanks to Matthias Klose.

 -- Miriam España Acebal <email address hidden>  Mon, 20 Sep 2021 11:18:53 +0200

Upload details

Uploaded by:
Miriam España Acebal
Sponsored by:
Utkarsh Gupta
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main libs

Downloads

File Size SHA-256 Checksum
augeas_1.10.1.orig.tar.gz 2.2 MiB 52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d
augeas_1.10.1-2ubuntu1.debian.tar.xz 11.6 KiB 69c22482c871f43b923f25cfee424e28a7cda53c956df60f70082aa14405f405
augeas_1.10.1-2ubuntu1.dsc 2.3 KiB 05b7c23df5dfdb43a939c4b4301afe035b82a29c0e5e20c0c5ebcd9d677b4324

View changes file

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