ucf 3.0031 source package in Ubuntu
Changelog
ucf (3.0031) unstable; urgency=low * New bugfixing release * Bug fix: "[INTL:es] Spanish translation of debconf messages", thanks to Matias A. Bellone (Closes: #752959). * Bug fix: "incorrectly processed VERBOSE&DEBUG in config", thanks to YK. Correctly send the verbose output to STDERR, not STDOUt. (Closes: #762857). * Bug fix: "[INTL:nl] Dutch translation of debconf messages", thanks to Frans Spiesschaert (Closes: #763459). * Update the policy version to the latest. No changes were required. * Update the copyright file to follow DEP-5 format. -- Manoj Srivastava <email address hidden> Thu, 05 Nov 2015 12:25:03 -0800
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ucf_3.0031.dsc | 1.3 KiB | 6922d974ec4f7f7d08d957770dfc831553d3b29530b39011b8dc6919e6b07d2e |
ucf_3.0031.tar.xz | 62.7 KiB | 941e778cafc1f9e45b5b494efbca0f85b0c42942ec0f59ed623df106e09863f0 |
Available diffs
- diff from 3.0030 to 3.0031 (3.4 KiB)
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.