NAME
dh_createclipolicy - created the CLI policy files for a package
SYNOPSIS
dh_createclipolicy [debhelper options] [-n]
DESCRIPTION
dh_createclipolicy is a debhelper program that is responsible for
creating, compiling, and installing policy files for a Debian package.
This automatically includes postinst and prerum commands needed to
install these policies into the system.
OPTIONS
"-n,
Do not modify postinst/prerm scripts.
FILE FORMAT
This file uses the
policyassemblies files (either
policyassemblies or packagename.policyassemblies) to generate
the policy file. It supports multiple versions of the policy,
including mapping multiple versions to a single file.
The file format of the
policyassemblies file is:
path/to/Assembly.dll <Version Range> <Key File>
The fields can be separated with spaces or tabs. Comments start the
line with
# characters.
"Version
NOTES
Note that this command is not idempotent. dh_clean -k should be called
between invocations of this command. Otherwise, it may cause multiple
instances of the same text to be added to maintainer scripts.
SEE ALSO
debhelper(7)
This program is a part of cli-common-dev.
AUTHOR
Dylan R. E. Moonfire <debian@mfgames.com>