1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: sysconftool
Section: contrib/admin
Priority: optional
Maintainer: Sam Varshavchik <mrsam@courier-mta.com>
Build-Depends: pkg-config, debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: https://www.courier-mta.org/sysconftool/
Package: sysconftool
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Configuration file tool
sysconftool is a script that is used by applications to update configuration
files when a new version of the application is installed. sysconftool reads
the new application configuration files, reads any older versions of those
files that are already installed, then replaces the old versions with the
new ones, but preserving any custom changes contained in the old versions.
|