binfmt-support 2.2.2-1 source package in Ubuntu
Changelog
binfmt-support (2.2.2-1) unstable; urgency=medium * debian/upstream/metadata: Update for upstream move to GitLab. * New upstream release. - Run binfmt-support.service after systemd-binfmt.service (thanks, Michael Biebl; closes: #1012154). * Add Pre-Depends: ${misc:Pre-Depends}, since dh_installinit relies on that for "invoke-rc.d --skip-systemd-native". -- Colin Watson <email address hidden> Fri, 03 Jun 2022 00:45:44 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
binfmt-support_2.2.2-1.dsc | 2.3 KiB | 62a6ea70f2e6f20ff8cb5a15cdcd8f14931fd43900711d4bccdcc98542dc74b5 |
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-1.debian.tar.xz | 14.5 KiB | 41771fae6c69aa8bd1b86970a234a70543720ec4fbdcff78c591a52539b35f34 |
Available diffs
- diff from 2.2.1-2 to 2.2.2-1 (710.4 KiB)
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