cli-common-dev

Rating: 
0
No votes yet

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

Application versions: 
AttachmentSizeDate
File cli-common-dev_0.8.2_all.deb43.6 KB05/08/2013 - 13:15
Changelog: 

cli-common (0.8.2) unstable; urgency=low

* Don't quote the regexp. Perl doesn't allow quoted (compiled) regexps to
subsequently have modifiers added. Broke case insensitive "i:" excludes.