dh_clideps

common files for building CLI packages

Install

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

cli-common-dev

common files for building CLI packages

This package must be installed if a CLI (Common Language Infrastructure) packaging environment is desired. It includes debhelper scripts for managing automatic dependency tracking between native libraries, CLI libraries and CLI applications: * dh_clideps to generate cli:Depends information for debian/control * dh_makeclilibs to create clilibs files that are needed/used by dh_clideps * dh_installcligac to register assemblies to be late installed into a GAC * dh_cligacpolicy to create and install the policy files into a GAC * dh_clifixperms to fix permissions of files in CLI package build directories * dh_clistrip to strip CLI debug symbols from package build directories