File: control

package info (click to toggle)
sysconftool 0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: sh: 508; perl: 356; makefile: 172
file content (17 lines) | stat: -rw-r--r-- 742 bytes parent folder | download
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.