augeas 1.2.0-0ubuntu1.1~ubuntu12.04.1 source package in Ubuntu

Changelog

augeas (1.2.0-0ubuntu1.1~ubuntu12.04.1) precise; urgency=medium

  * No-change backport to precise

augeas (1.2.0-0ubuntu1.1) trusty; urgency=medium

  * d/p/squid3-path: add /etc/squid3/squid.conf as an acceptable path to the
    squid lens (LP: #1310120).

augeas (1.2.0-0ubuntu1) trusty; urgency=low

  * New upstream release.

augeas (1.1.0-0ubuntu4) trusty; urgency=medium

  * d/p/etc-network-interfaces-{source-stanza,d}.patch: add support for source
    stanza and /etc/network/interfaces.d/ directory; cherry-picked from
    upstream (LP: #1270881).

augeas (1.1.0-0ubuntu3) trusty; urgency=medium

  * debian/{control,rules,preserving-libtoolize}: Build with dh-autoreconf for
    new libtool. Use a libtoolize wrapper that preserves argz.m4, as
    autoreconf disagrees with the embedded gnulib.
  * debian/patches/link-pthread.diff: Fix existing patch to add --no-as-needed
    to LDFLAGS rather than LDADD, to appease new automake.

augeas (1.1.0-0ubuntu2) saucy; urgency=low

  * Build the test-lock and test-thread_create tests with --no-as-needed
    to fix the test failures. LP: #1216917.
  * Configure with --disable-silent-rules.

augeas (1.1.0-0ubuntu1) saucy; urgency=low

  * New upstream release
  * Fix download URL in debian/watch

augeas (1.0.0-1) unstable; urgency=low

  * Uploaded to Debian

augeas (1.0.0-0ubuntu1) raring; urgency=low

  * New upstream version.
  * Drop all patches.

augeas (0.10.0-1fakesync1ubuntu2) raring; urgency=low

  * Fix FTBFS: Avoid assuming that gets is declared.

augeas (0.10.0-1fakesync1ubuntu1) quantal-proposed; urgency=low

  * augeas-split-lines.patch: consolidate 2 commits from upstream to fix
    handling of split lines in modprobe.conf (LP: #1054306) (Closes: #688347)

augeas (0.10.0-1fakesync1) quantal-proposed; urgency=low

  * Fake sync due to mismatching orig tarball.  (LP: #1054329)

augeas (0.10.0-1) unstable; urgency=low

  * New upstream release
  * Pull packaging changes from Ubuntu (see the changelog)
  * Pull packaging changes from Igor Pashev's package at mentors.d.o:
    - Update maintainer's email
    - Add upstream sudoers.patch (Closes: #650079)
    - Add upstream debctl.patch (Closes: #650887)
    - Add upstream modprobe.patch (Closes: #641813)
    - Add cpp-linkage.patch for C++ linkage
    - Add gnulib-build-out-of-source.patch for building out of source tree
    - Add regexp-escape.patch for escape() usage on systems without uselocale()
    * Fix build-deps on naturaldocs (build-depends-on-1-revision)

 -- Iain Lane <email address hidden>  Fri, 06 Nov 2015 09:25:03 +0000

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports main libs

Downloads

File Size SHA-256 Checksum
augeas_1.2.0.orig.tar.gz 1.9 MiB f4aeb28ebe0b0921920fe1c9b4c016739c25261a15de04cb97db02d669f481e0
augeas_1.2.0-0ubuntu1.1~ubuntu12.04.1.debian.tar.xz 9.1 KiB 0099bf78d71990409cab766f521493431c9d45eb5c7a5eac3bd0df61dfa4f7dc
augeas_1.2.0-0ubuntu1.1~ubuntu12.04.1.dsc 2.3 KiB 31ec203b5195664e9e39723c1e60f148b795be528cdfa5e5e9c6ce2504a2c60a

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-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 package augeas-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.

libaugeas0-dbgsym: debug symbols for package 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.
 .
 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.