binfmt-support 2.2.2-3 source package in Ubuntu

Changelog

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

  * Set upstream metadata fields: Repository.
  * Pick up systemd unit directory from pkg-config.

 -- Colin Watson <email address hidden>  Mon, 09 Oct 2023 17:43:51 +0100

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-3.dsc 2.3 KiB 0916e8a01e2da7aca5a2ee6766dde25b8a3185a3b9d0d253a37f9d4ef298d4ec
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-3.debian.tar.xz 14.7 KiB b6c8d1db5f0c6ffafa4fd60f2ab8ee8df104ebea83b72932b607921238023d63

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