cli-common 0.8~xamarin1 source package in Ubuntu

Changelog

cli-common (0.8~xamarin1) experimental; urgency=low

  [ Iain Lane ]
  * Support case-insensitive excludes and search foo and foo.dll
  * Automatically exclude some common windows libraries
  * cli-policy: We now use the upstream name for pcfiles

  [ Julian Taylor ]
  * auto exclude more windows libs
  * fix syntax error, missing commas

  [ Iain Lane ]
  * Fix case insensitive ignore

cli-common (0.8~exp2) experimental; urgency=low

  [ Christopher James Halse Rogers ]
  * Add --exclude-moduleref option to dh_clideps

  [ Mirco Bauer ]
  * Fixed minor typos in pod

cli-common (0.8~exp1) experimental; urgency=low

  [ Mirco Bauer ]
  * Cleaned up Uploaders
  * Added .NET 4.0 support (requires mono-runtime >= 2.10.1)
  * Fixed minimum build-dep version check in dh_clideps and dh_makeclilibs
    (closes: #597440)
  * Enhanced error handling for signature parsing and ignore delay-signed
    assemblies in dh_makeclilibs
  * Bumped minimum cli-common-dev version to 0.8~

  [ Christopher James Halse Rogers ]
  * dh_clideps: (closes: #568970)
    + Also resolve references to private native libraries.
    + Now that we can cover all dllmap cases, fail the build when unable to
      resolve a native library dependency.
    + Add -X/--exclude option to remove libraries from dependency resolution
 -- Jo Shields <email address hidden>   Wed, 18 May 2011 01:21:58 +0200

Upload details

Uploaded by:
Jo Shields
Uploaded to:
Oneiric
Original maintainer:
Debian CLI Common Team
Architectures:
all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cli-common_0.8~xamarin1.tar.gz 38.4 KiB 0d8438bade369d0d894b36eec494889d8db802859ce6740ba05be30926cc0642
cli-common_0.8~xamarin1.dsc 1.5 KiB e2e74a93ca2e8e6926965a958961573eebb8cd64e894443f3973678eec71cd49

Available diffs

View changes file

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