ucf 3.0034 source package in Ubuntu

Changelog

ucf (3.0034) unstable; urgency=low

  * Bug fix: "show differences with respect to permissions and ownership
    of old/new file", thanks to Paul Gevers. Now uses /usr/bin/stat from
    coreutils to show the metadata about the old and the new files before
    the actual diffs. (Closes: #812321).

 -- Manoj Srivastava <email address hidden>  Sat, 13 Feb 2016 20:54:23 -0800

Upload details

Uploaded by:
Manoj
Uploaded to:
Sid
Original maintainer:
Manoj
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ucf_3.0034.dsc 1.3 KiB cf39b6e8a690e9da0248d2f31b41383be6e629e257739b393403a0acaf5260e0
ucf_3.0034.tar.xz 62.6 KiB 4be4d5dd7fbb78e8df3608146712fe72e9431bdbd6eb375082bba286cf9152e4

Available diffs

No changes file available.

Binary packages built by this source

ucf: Update Configuration File(s): preserve user changes to config files

 Debian policy mandates that user changes to configuration files must be
 preserved during package upgrades. The easy way to achieve this behavior
 is to make the configuration file a 'conffile', in which case dpkg
 handles the file specially during upgrades, prompting the user as
 needed.
 .
 This is appropriate only if it is possible to distribute a default
 version that will work for most installations, although some system
 administrators may choose to modify it. This implies that the
 default version will be part of the package distribution, and must
 not be modified by the maintainer scripts during installation (or at
 any other time).
 .
 This script attempts to provide conffile-like handling for files that
 may not be labelled conffiles, and are not shipped in a Debian package,
 but handled by the postinst instead. This script allows one to
 maintain files in /etc, preserving user changes and in general
 offering the same facilities while upgrading that dpkg normally
 provides for 'conffiles'.
 .
 Additionally, this script provides facilities for transitioning a
 file that had not been provided with conffile-like protection to come
 under this schema, and attempts to minimize questions asked at
 installation time. Indeed, the transitioning facility is better than the
 one offered by dpkg while transitioning a file from a non-conffile to
 conffile status.