acpica-unix 20240322-2 source package in Ubuntu

Changelog

acpica-unix (20240322-2) unstable; urgency=medium

  * add missing loong64 build support. (Closes: #1058460)

 -- Ivan Hu <email address hidden>  Tue, 09 Apr 2024 10:50:09 +0800

Upload details

Uploaded by:
Ivan Hu
Uploaded to:
Sid
Original maintainer:
Ivan Hu
Architectures:
amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64el riscv64 alpha arc hurd-i386 ia64 sh4 x32
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
acpica-unix_20240322-2.dsc 2.0 KiB 6df407c8271a322e68cf145870db97da8675eb7d85dfd9f9ff1b68a4b087d2dd
acpica-unix_20240322.orig.tar.gz 3.5 MiB 54bb7ba2e889a610c5e030e11be2fa9845a87f7d69a0f02fbd539a8dc431c640
acpica-unix_20240322-2.debian.tar.xz 32.8 KiB a178117e965f4e475e91eabb80f81b3ccf86e1d3f70442eed2b2bfd6c979752d

Available diffs

No changes file available.

Binary packages built by this source

acpica-tools: ACPICA tools for the development and debug of ACPI tables

 The ACPI Component Architecture (ACPICA) project provides an OS-independent
 reference implementation of the Advanced Configuration and Power Interface
 Specification (ACPI). ACPICA code contains those portions of ACPI meant to
 be directly integrated into the host OS as a kernel-resident subsystem, and
 a small set of tools to assist in developing and debugging ACPI tables.
 .
 This package contains only the user-space tools needed for ACPI table
 development, not the kernel implementation of ACPI. The following commands
 are installed:
    -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine
       Language), suitable for inclusion as a DSDT in system firmware.
       It also can disassemble AML, for debugging purposes.
    -- acpibin: performs basic operations on binary AML files (e.g.,
       comparison, data extraction)
    -- acpidump: write out the current contents of ACPI tables
    -- acpiexec: simulate AML execution in order to debug method definitions
    -- acpihelp: display help messages describing ASL keywords and op-codes
    -- acpisrc: manipulate the ACPICA source tree and format source files
       for specific environments
    -- acpixtract: extract binary ACPI tables from acpidump output (see
       also the pmtools package)

acpica-tools-dbgsym: debug symbols for acpica-tools