[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

augeas_0.10.0-1~bpo60+1_amd64.changes is NEW



(new) augeas-dbg_0.10.0-1~bpo60+1_amd64.deb extra debug
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.
(new) augeas-doc_0.10.0-1~bpo60+1_all.deb optional 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.
(new) augeas-lenses_0.10.0-1~bpo60+1_all.deb optional misc
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.
(new) augeas-tools_0.10.0-1~bpo60+1_amd64.deb optional admin
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.
(new) augeas_0.10.0-1~bpo60+1.debian.tar.gz optional libs
(new) augeas_0.10.0-1~bpo60+1.dsc optional libs
(new) augeas_0.10.0.orig.tar.gz optional libs
(new) libaugeas-dev_0.10.0-1~bpo60+1_amd64.deb optional libdevel
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.
(new) libaugeas0_0.10.0-1~bpo60+1_amd64.deb optional libs
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.


Changes:
augeas (0.10.0-1~bpo60+1) squeeze-backports; urgency=low
 .
  * Backport to squeeze-backports.
 .
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)
 .
augeas (0.10.0-0ubuntu4) precise; urgency=low
 .
  * Add a Depends on libxml2-dev for libaugeas-dev, since it is required by
    the pcfile. (LP: #940172)
 .
augeas (0.10.0-0ubuntu3) precise; urgency=low
 .
  * Add LP838010_sudoers.patch to (LP: #838010).
 .
augeas (0.10.0-0ubuntu2) precise; urgency=low
 .
  * Pull patches from upstream:
     - libxml2_onechar_path.patch
     - mdadm_debian_path.patch
     - pkg-config_require_libxml2.patch
  * Update Ubuntu maintainer as per XSBC-Original-Maintainer policy.
 .
augeas (0.10.0-0ubuntu1) precise; urgency=low
 .
  * New upstream release
  * Add libxml2-dev and pkg-config to Build-Depends.
  * Deactivate obsolete test-readlink-errno.patch patch.
  * Update debian/libaugeas0.symbols to match upstream changes.
 .
augeas (0.9.0-1) unstable; urgency=low
 .
  * New upstream release
  * Added build-arch and build-indep targets to d/rules. (Closes: #648156)
    Thanks to Niels Thykier for the patch.
 .
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)
 .
augeas (0.8.1-1) unstable; urgency=low
 .
  * new upstream release
  * pull packaging from Ubuntu - new binary package augeas-docs
  * change build dependency on naturaldocs to version in Debian
  * remove debian/patches/*, no longer needed
  * update standards version - no changes
  * update libaugeas0 short description to not start with an article
  * update debian/libaugeas0.symbols to match upstream changes
 .
augeas (0.8.0-0ubuntu4) natty; urgency=low
 .
  * debian/rules: Work around segfault in make check by building with -O0 on armel.
    Fixes armel FTBFS (LP: #758082)
 .
augeas (0.8.0-0ubuntu3) natty; urgency=low
 .
  * Fix FTBFS.
 .
augeas (0.8.0-0ubuntu2) natty; urgency=low
 .
  * src/augtool.c: Fix null pointer derefrence.
    (LP: #736685)
 .
augeas (0.8.0-0ubuntu1) natty; urgency=low
 .
  * New upstream release.
  * Remove obsolete ruby Build-Depend.
  * Build PDF docs and add them to augeas-doc.
  * Build-Depend on texlive-latex-base to build PDF docs.
  * Install txt doc files in augeas-doc.
 .
augeas (0.7.4-0ubuntu3) natty; urgency=low
 .
  * Install vim syntax files in augeas-doc.
 .
augeas (0.7.4-0ubuntu2) natty; urgency=low
 .
  * Fix Priority of augeas-doc package.
 .
augeas (0.7.4-0ubuntu1) natty; urgency=low
 .
  * New upstream release
  * Build an augeas-doc package:
     - Add --with-naturaldocs-output=HTML to configure
     - Build-Depend on naturaldocs
     - augeas-lenses suggests augeas-doc
  * Activate checks:
     - Add make check
     - Build-Depend on ruby for tests
 .
augeas (0.7.3-1) unstable; urgency=low
 .
  * New upstream release


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.
y exist in other distributions.


Reply to: