/usr/share/cli-common/cli.make is in cli-common-dev 0.9+nmu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | #export MONO_SHARED_DIR=$(CURDIR)
export MONO_DISABLE_SHM = 1
export DH_OPTIONS += --with=cli
$(warning WARNING: the use of /usr/share/cli-common/cli.make is deprecated! Use dh $$@ --with=cli instead.)
|