ucf 3.0038+nmu1-ok1 source package in openKylin

Changelog

ucf (3.0038+nmu1-ok1) yangtze; urgency=low

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Manoj Srivastava
Architectures:
all
Section:
utils
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main utils

Downloads

File Size SHA-256 Checksum
ucf_3.0038+nmu1.orig.tar.gz 41.2 KiB 3220d7b056628d6e79087fec1fa488abc33974256005e724ec639f6a2bdc6564
ucf_3.0038+nmu1-ok1.debian.tar.xz 19.1 KiB 8b83845fef43ac29df982a98431f39add76ed572c828c0549abc5cce6821e9e5
ucf_3.0038+nmu1-ok1.dsc 1.5 KiB 8030e4d7a173d84496b0c1cd377948ac592f5d0f2a47b3799261f929548964a1

View changes file

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.