dh_configpackage

Debhelper (and CDBS) modules for building configuration packages

Install

All systems
curl cmd.cat/dh_configpackage.sh
Debian Debian
apt-get install config-package-dev
Ubuntu
apt-get install config-package-dev
image/svg+xml Kali Linux
apt-get install config-package-dev
Windows (WSL2)
sudo apt-get update sudo apt-get install config-package-dev
Raspbian
apt-get install config-package-dev

config-package-dev

Debhelper (and CDBS) modules for building configuration packages

This package contains a system of modules for creating Debian configuration packages: packages that configure an existing Debian system by using dpkg-divert on configuration files. These modules attempt to make the process of creating configuration packages efficient by checking the md5sums of upstream configuration files that are to be modified and automatically generating the relevant postinst code to perform the diversions using the standard debhelper mechanism. In addition to a debhelper command and sequencer extension module, CDBS modules are also included, but future development will focus on the debhelper interface. The config-package-dev modules are optimized for site defaults (i.e. configuration for a university or a company), though they are useful for other applications as well.