acpica-unix 20200925-8 source package in Ubuntu

Changelog

acpica-unix (20200925-8) unstable; urgency=medium

  * QA upload.
  * Remove (deleted) acpinames tool from description (Closes: #1000381)

 -- Agathe Porte <email address hidden>  Thu, 26 Jan 2023 22:16:57 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
acpica-unix_20200925-8.dsc 1.8 KiB be69db4e5ed429c09960ca8b9ca5ced812fe1fde74271f4167a6769ff5a614a9
acpica-unix_20200925.orig.tar.gz 3.6 MiB c70d60dc67ed9dac61f989170277f09e55df80d62c5b328ed9c07ad312889e46
acpica-unix_20200925-8.debian.tar.xz 65.3 KiB 2f8461391bf827d7709c87d83b7252e1fc2210991d90e5ada44eabd02af4ad43

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