cli-common 0.10+nmu1 source package in Ubuntu

Changelog

cli-common (0.10+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
      - Closes: #965460

 -- Guilherme de Paula Xavier Segundo <email address hidden>  Thu, 21 Apr 2022 09:30:10 -0300

Upload details

Uploaded by:
Debian Mono Group
Uploaded to:
Sid
Original maintainer:
Debian Mono Group
Architectures:
all
Section:
cli-mono
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cli-common_0.10+nmu1.dsc 1.9 KiB 6e51e8b01410beae3f228e74d4c74940e21badc24391846a20485623e8dccae1
cli-common_0.10+nmu1.tar.gz 41.3 KiB 046edafe8caf0ddedb990c97eace303bcc3f6e2299f75a282e0de1a49fcef178

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