cli-common 0.8.2 source package in Ubuntu
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. -- Iain Lane <email address hidden> Tue, 17 Jan 2012 20:25:28 +0000
Upload details
- Uploaded by:
- Debian CLI Common Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian CLI Common Team
- Architectures:
- all
- Section:
- cli-mono
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cli-common_0.8.2.dsc | 1.9 KiB | 73e69a4ab7f0d1117867c45eb3917a3e8c0fce68446d78ef182376dc0398e769 |
cli-common_0.8.2.tar.gz | 37.8 KiB | a858383d71616649e2f4aeb628449769bd858163b76c17acec4bce57e3c811e0 |
Available diffs
No changes file available.
Binary packages built by this source
- cli-common: common files between all CLI packages
This package must be installed if a CLI (Common Language Infrastructure)
runtime environment is desired.
.
It covers useful integration and information for CLI implementations in
Debian GNU/Linux, including:
* The CLI policy describes how CLI packages should behave and integrate.
* A FAQ for package maintainers of CLI/.NET applications.
* Integration for CLRs (Common Language Runtime):
+ Installing libraries into existing GACs (Global Assembly Cache)
- 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