binfmt-support 2.2.2-5 source package in Ubuntu

Changelog

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

  * Build-depend on systemd-dev rather than systemd (closes: #1060520).

 -- Colin Watson <email address hidden>  Thu, 11 Jan 2024 23:23:22 +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-5.dsc 2.3 KiB 779e948e6d457632561540b140e44ebb75fc195430d42f0ed912614be76d615a
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-5.debian.tar.xz 14.7 KiB c630e078b1db261d8821b9f1e06185834ce34751bb9628b7eb8e2b9093a2867b

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