etckeeper 1.18.5-1ubuntu1 source package in Ubuntu

Changelog

etckeeper (1.18.5-1ubuntu1) zesty; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - etckeeper: Ensure that LANG is set, default to UTF8, necessary for bzr
      to function properly in non-interactive shells (eg, cron); user's local
      LANG will override if set.  (Patch sent upstream)
  * Drop changes:
    - Erroneous commit in last merge
    - commit.d/50cvs-commit: ensure that bzr has valid user+email as check
      added by upstream
    - hostname as a dependency as this is an essential package

etckeeper (1.18.5-1) unstable; urgency=medium

  [Joey Hess]
  * New upstream release:
    * merged Makefile patch
    * update standards version, no change
  * Remove pre-compiled .pyc for bzr plugin from Debian package,
    and add python:Depends to Depends so that dh_python2 will install
    maintainer script snippets. Unfortunately, this adds a completely
    unnecessary dependency on python, which etckeeper does not need in
    normal operation.

etckeeper (1.18.5) unstable; urgency=medium

  * Make etckeeper commit store metadata changes. The pre-commit
    hook has always (and continues) to do that, but pre-commit is only
    run when there are changes to tommit. This makes metadata-only
    changes get committed.
  * Move systemd files to /lib/systemd; /usr/lib/systemd is not used
    on Debian.

etckeeper (1.18.4) unstable; urgency=medium

  * Optimised find for special and hard linked files.
    Thanks, Rike-Benjamin Schuppner.
  * Adjust when Pacman 5 calls etckeeper hooks.
    Thanks, Tilman Blumenbach and Christian Hesse.
  * Only run Pacman hooks when files in /etc have changed.
    Thanks, Christian Hesse.
  * Added systemd timer that can run etckeeper 10 minutes after boot, and also
    daily. It's not enabled by default, partly because of overlap with the
    cron job.
    Thanks, Christian Hesse.

etckeeper (1.18.3) unstable; urgency=medium

  * Added support for pacmatic, contributed by nicolaichuk.
  * bzr: make sure EMAIL is defined
    Thanks, Serge E. Hallyn
  * Fix Makefile version patterns to ignore non-native version number
    (Antoine Beaupré)
  * Support ~/.config/git/config when determining the author name and email.
    Thanks, Richard Savio
  * Added support for Arch's pacman package manager version 5.
    Thanks, Tilman Blumenbach.
  * Set HOME if it's not set, as is the case when using ubuntu's
    update-manager.
  * Move bash completion out of etc and into usr.

 -- Joshua Powers <email address hidden>  Wed, 08 Feb 2017 09:36:35 -0600

Upload details

Uploaded by:
Joshua Powers
Sponsored by:
Robie Basak
Uploaded to:
Zesty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main admin

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
etckeeper_1.18.5.orig.tar.gz 65.6 KiB f5f38058acfd98a1abd4d90d6139087cb58222ee6164c3145ab0cf39f5cdd6ac
etckeeper_1.18.5-1ubuntu1.diff.gz 6.0 KiB 91adee92284260dff6cb30f33fb34fa497e7e603de153c1e0b056228d518e0ec
etckeeper_1.18.5-1ubuntu1.dsc 1.9 KiB cf64a888ce497bbc43a62ff5426d962ed3ad6bc1b65b2b8b20d5cae6a4451ba1

View changes file

Binary packages built by this source

etckeeper: store /etc in git, mercurial, bzr or darcs

 The etckeeper program is a tool to let /etc be stored in a git, mercurial,
 bzr or darcs repository. It hooks into APT to automatically commit changes
 made to /etc during package upgrades. It tracks file metadata that version
 control systems do not normally support, but that is important for /etc, such
 as the permissions of /etc/shadow. It's quite modular and configurable, while
 also being simple to use if you understand the basics of working with version
 control.