ucf 3.0043+nmu1-ok1 source package in openKylin

Changelog

ucf (3.0043+nmu1-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 18:12:43 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main utils
Nile V2.0 proposed main utils

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ucf_3.0043+nmu1.orig.tar.gz 48.8 KiB afda90ff51ada576bfd36ffe72b9b0c195ef44d976e3c581925efd3c73c24b2b
ucf_3.0043+nmu1-ok1.debian.tar.xz 19.2 KiB 01392233bb320eea6e131d77f589d8380697492c7e07b95d967396627161cee9
ucf_3.0043+nmu1-ok1.dsc 1.6 KiB 228efa5dc2dae2e12421b9b7f20e2e3e3dff857f83a53c1f14e57023babc598a

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.