binfmt-support 2.2.2-6 source package in Ubuntu

Changelog

binfmt-support (2.2.2-6) unstable; urgency=medium

  * Build-depend on pkgconf rather than pkg-config.

 -- Colin Watson <email address hidden>  Tue, 27 Feb 2024 16:55:15 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
binfmt-support_2.2.2-6.dsc 2.3 KiB 51b2f15c5cc1ae2874a6d65d77db0ebaa76b31fa460bf53f26dfbba8a7ca4a80
binfmt-support_2.2.2.orig.tar.gz 843.2 KiB cce14163f9b526283e6f0d00f3be1cfe239fa2c7574e5e0ba8ad3db74166a4a5
binfmt-support_2.2.2.orig.tar.gz.asc 833 bytes a905b3a7623cb7a93f2efa2ed2b0050b8dedf8f815b7f103f3486262b50fa72b
binfmt-support_2.2.2-6.debian.tar.xz 14.7 KiB 0e098709f8b2a168b1bebf4b1c048660cc46c638bc5dc08351472385dc3f6951

Available diffs

No changes file available.

Binary packages built by this source

binfmt-support: Support for extra binary formats

 The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
 Linux kernel, allows system administrators to register interpreters for
 various binary formats based on a magic number or their file extension, and
 cause the appropriate interpreter to be invoked whenever a matching file is
 executed. Think of it as a more flexible version of the #! executable
 interpreter mechanism.
 .
 This package provides an 'update-binfmts' script with which package
 maintainers can register interpreters to be used with this module without
 having to worry about writing their own init.d scripts, and which sysadmins
 can use for a slightly higher-level interface to this module.

binfmt-support-dbgsym: debug symbols for binfmt-support