Changes between Version 4 and Version 5 of Obsolete/MovedToTree/PackageManagement/BuildingPackages
- Timestamp:
- Jun 27, 2011, 6:59:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/BuildingPackages
v4 v5 35 35 The supported attributes are: 36 36 * `name`: The name of the package, not including the package version. Must only contain `<alphanum_underline>` characters. 37 * `version`: The version of the package. The string must have the `version` format (see nextsection).37 * `version`: The version of the package. The string must have the `version` format (see the [wiki:PackageManagement/BuildingPackages#VersionStrings Version Strings] section). 38 38 * `architecture`: The system architecture the package has been built for. Can be either of: 39 39 - `any`: Any architecture (e.g. a documentation package). … … 55 55 entity_type ::= alphanum_underline+ 56 56 }}} 57 See the nextsection for the `version_ref` definition.57 See the [wiki:PackageManagement/BuildingPackages#VersionStrings Version Strings] section for the `version_ref` definition. 58 58 The first `version_ref` specifies the version of the provided entity. It can be omitted e.g. for abstract resolvables like "web_browser". The `version_ref` after the "compat"/"compatible" string specifies the oldest version the resolvable is backwards compatible with. 59 59 * `requires`: A list of entities required by this package. The list elements must have the following format: … … 62 62 version_operator ::= "<" | "<=" | "==" | "!=" | ">=" | ">" 63 63 }}} 64 See the nextsection for the `version_ref` definition.64 See the [wiki:PackageManagement/BuildingPackages#VersionStrings Version Strings] section for the `version_ref` definition. 65 65 * `supplements`: A list of entities that are supplemented by this package (i.e. this package will automatically be selected for installation if the supplemented entities are already installed). The list elements must have the `required_entity` format. 66 66 * `conflicts`: A list of entities that this package conflicts with (i.e. only one of both can be installed at any time). The list elements must have the `required_entity` format.