Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::models::debian::dpkg::control::binary(3pm) [debian man page]

Config::Model::models::Debian::Dpkg::Control::Binary(3pmUser Contributed Perl DocumentatiConfig::Model::models::Debian::Dpkg::Control::Binary(3pm)

NAME
Config::Model::models::Debian::Dpkg::Control::Binary - Configuration class Debian::Dpkg::Control::Binary VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Elements Architecture If a program needs to specify an architecture specification string in some place, it should select one of the strings provided by dpkg- architecture -L. The strings are in the format os-arch, though the OS part is sometimes elided, as when the OS is Linux. A package may specify an architecture wildcard. Architecture wildcards are in the format any (which matches every architecture), os-any, or any-cpu. For more details, see http://www.debian.org/doc/debian-policy/ch-customized-programs.html#s-arch-specMandatory. Type string. Multi-Arch This field is used to indicate how this package should behave on a multi-arch installations. This field should not be present in packages with the Architecture: all field.Optional. Type enum. choice: 'same', 'foreign', 'allowed'. Here are some explanations on the possible values: 'allowed' allows reverse-dependencies to indicate in their Depends field that they need a package from a foreign architecture, but has no effect otherwise. 'foreign' the package is not co-installable with itself, but should be allowed to satisfy the dependency of a package of a different arch from itself. 'same' the package is co-installable with itself, but it must not be used to satisfy the dependency of any package of a different architecture from itself. Section Optional. Type uniline. Priority Optional. Type enum. choice: 'required', 'important', 'standard', 'optional', 'extra'. Essential Optional. Type boolean. Depends Optional. Type list of uniline. Recommends Optional. Type list of uniline. Suggests Optional. Type list of uniline. Enhances Optional. Type list of uniline. Pre-Depends Optional. Type list of uniline. Breaks Optional. Type list of uniline. Conflicts Optional. Type list of uniline. Provides Optional. Type list of uniline. Replaces Optional. Type list of uniline. Package-Type - The type of the package, if not a regular Debian one If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.Optional. Type enum. choice: 'tdeb', 'udeb'. Note: Package-Type is migrated with '$xc' and with $xc => ""- XC-Package-Type"" XC-Package-Type - The type of the package, if not a regular Debian one If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.Deprecated Optional. Type enum. choice: 'tdeb', 'udeb'. Synopsis Mandatory. Type uniline. Description Mandatory. Type string. SEE ALSO
o cme AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Control::Binary(3pm)

Check Out this Related Man Page

Config::Model::models::Debian::Dpkg::Copyright(3pm)	User Contributed Perl Documentation    Config::Model::models::Debian::Dpkg::Copyright(3pm)

NAME
Config::Model::models::Debian::Dpkg::Copyright - Configuration class Debian::Dpkg::Copyright VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Machine-readable debian/copyright. Parameters from former version of DEP-5 are flagged as deprecated. The idea is to enable migration from older specs to CANDIDATE spec. To edit a copyright file, go into your package development directory and run: config-edit -application dpkg-copyright To check you file run: config-edit -application dpkg-copyright -ui none To upgrade your file from an old spec, run: config-edit -application dpkg-copyright -ui none -save Elements Format URI of the format specification.Mandatory. Type uniline. default: 'http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/'. Upstream-Name The name upstream uses for the software.Optional. Type uniline. Note: Upstream-Name is migrated with '$name' and with $name => ""- Name"" Upstream-Contact The preferred address(es) to reach the upstream project. May be free-form text, but by convention will usually be written as a list of RFC5822 addresses or URIs.Optional. Type list of uniline. Note: Upstream-Contact values are migrated from '- Upstream-Maintainer' Source An explanation from where the upstream source came from. Typically this would be a URL, but it might be a free-form explanation. The Debian Policy, 12.5 requires this information unless there are no upstream sources, which is mainly the case for native Debian packages. If the upstream source has been modified to remove non-free parts, that should be explained in this field.Optional. Type string. Note: Source is migrated with $old || $older ; and with $older => ""- Original-Source-Location"", $old => ""- Upstream-Source"" Disclaimer This field can be used in the case of non-free and contrib packages (see [Policy 12.5]( http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile))Optional. Type string. Comment This field can provide additional information. For example, it might quote an e-mail from upstream justifying why the license is acceptable to the main archive, or an explanation of how this version of the package has been forked from a version known to be DFSG-free, even though the current upstream version is not.Optional. Type string. Note: Comment is migrated with '$old' and with $old => ""- X-Comment"" Copyright Copyright information for the package as a whole, which may be different or simplified from a combination of all the per-file copyright information. See also Copyright below in the Files paragraph section.Optional. Type string. Files Patterns indicating files having the same license and sharing copyright holders. See "File patterns" below. Optional. Type hash of node. Global-License Optional. Type node. Format-Specification Deprecated Optional. Type uniline. Name Deprecated Optional. Type uniline. Maintainer Line(s) containing the preferred address(es) to reach current upstream maintainer(s). May be free-form text, but by convention will usually be written as a list of RFC2822 addresses or URIs.Deprecated Optional. Type list of uniline. Upstream-Maintainer Deprecated Optional. Type list of uniline. Note: Upstream-Maintainer values are migrated from '- Maintainer' Upstream-Source Deprecated Optional. Type string. Original-Source-Location Deprecated Optional. Type string. License Optional. Type hash of node. X-Comment Deprecated Optional. Type string. SEE ALSO
o cme o Config::Model::models::Debian::Dpkg::Copyright::Content o Config::Model::models::Debian::Dpkg::Copyright::GlobalLicense o Config::Model::models::Debian::Dpkg::Copyright::LicenseSpec AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Debian::Dpkg::Copyright(3pm)
Man Page