architecture-properties 0.2.6ok1 source package in openKylin

Changelog

architecture-properties (0.2.6ok1) huanghe; urgency=medium

  * Build for openKylin 3.0.

 -- liwenjun <email address hidden>  Sat, 09 May 2026 14:28:00 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
李文俊
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main devel

Downloads

File Size SHA-256 Checksum
architecture-properties_0.2.6ok1.tar.xz 4.7 KiB 115727f3e44df6d1588c0883af4ddbe5dabee2ee9098bbf8f5e7549d31adcaa8
architecture-properties_0.2.6ok1.dsc 1.8 KiB 665b739afde9f0fadb9799ffa619777b2eeb958ece485826959c6dce95d98a1c

View changes file

Binary packages built by this source

architecture-properties: Declarative architecture constraints

 This is a meta package that provide declarative architecture
 constraints like "architecture-is-64-bit" or
 "architecture-is-little-endian" for cases where architecture
 wildcard support in the Architecture field is insufficient.
 .
 Example usage: "Build-Depends: architecture-is-64-bit".
 .
 This package is provided solely for the purpose of being used
 in build-dependencies to simplify management of architecture
 support.

cross-exe-wrapper: Wrapper for executing binaries from other architectures

 Provides a tool ${DEB_HOST_GNU_TYPE}-cross-exe-wrapper that can be
 used to run ${DEB_HOST_ARCH} ELF executables on the current CPU
 employing emulation technology if required.
 .
 Since the tools are named per architecture, they should generally
 always be referred to via the substituion variable as done above.

cross-exe-wrapper-dbgsym: debug symbols for cross-exe-wrapper
native-architecture: Declarative native architecture constraint

 This is a meta package that can only satisfy a dependency for the
 native architecture. The native architecture is defined as the
 architecture of the dpkg package by the Multi-Arch specification. By
 depending on native-architecture, a client package can prevent its
 installation for a non-native architecture.

native-architecture-is: Declarative native architecture assertions

 This is a meta package that can be used to assert that a particular
 architecture is native. The native architecture is defined as the
 architecture of the dpkg package by the Multi-Arch specification. By
 depending on e.g. native-architecture-is-amd64, a client package can
 prevent its installation unless the native architecture is amd64.