DH_CME_UPGRADE(1p) | User Contributed Perl Documentation | DH_CME_UPGRADE(1p) |
dh_cme_upgrade - add cme based configuration merge
dh_cme_upgrade [ debhelper options ] [ -p pkg ]
dh_cme_upgrade is experimental
dh_cme_upgrade is a debhelper that will modify the package script to merge configuration on package upgrade. This merge is based on cme from Config::Model and will merge user's customisations with maintainer's configuration updates. This provides another way to preserve users modifications during upgrades.
Configuration information used by cme for upgrade are specified in a configuration file (see below)
Configuration information is specified in a configuration model. It must be provided by another package like "libconfig-model-lcdproc-perl"
For this program to work, package maintainer must make sure that:
This program accepts all debhelper options, including the "-p" option to specify which package(s) to act on.
"dh_cme_upgrade" is designed be called in the rules file via the dh command:
%: dh --with cme_upgrade
No options can be passed to "dh_cme_upgrade". Its configuration must be specified in "debian/*.config_model" file. This file contains several lines, each in the form of "key: value".
Here are the possible keys:
Alternatively, since cme/1.030-1 you can just build depend on dh-sequence-cme-upgrade and omit the "--with cme_upgrade" part.
Here's a possible configuration for openssh server:
$ cat debian/openssh-server.config-model cme-app-name: sshd cme-model-package: lib-config-model-openssh-perl cme-model-version: 1.206
For lcdproc:
$ cat debian/lcdproc.config-model cme-app-name: lcdproc cme-package: libconfig-model-lcdproc-perl cme-model-version: 2.040 # required to upgrade LCDd.conf from upstream configuration cme-options: -force cme-purge: /etc/LCDd.conf*
For Popcon:
$ cat debian/popcon.config-model cme-app-name: popcon cme-model-package: libconfig-model-perl
"dh_cme_upgrade" will work only if:
This program will exit(0) if "DH_NO_ACT" is set or if "DEB_BUILD_OPTIONS" contains "noconfigmodel".
debhelper
This program is an addendum to debhelper (part of libconfig-model-perl).
Dominique Dumont <dod@debian.org>
2020-07-18 | perl v5.30.3 |