binfmt-support 2.2.1-2 source package in Ubuntu

Changelog

binfmt-support (2.2.1-2) unstable; urgency=medium

  [ Colin Watson ]
  * debian/watch: Update signature suffix to .asc rather than .sig.
  * debian/watch: Upgrade to version 4.
  * Remove maintainer script code for upgrades from before 2.0.0.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on debhelper.
    + Remove 1 maintscript entries from 1 files.
  * Bump debhelper from deprecated 9 to 13.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Drop unnecessary dh arguments: --parallel

 -- Colin Watson <email address hidden>  Sun, 26 Dec 2021 13:35:11 +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
Jammy release main admin

Downloads

File Size SHA-256 Checksum
binfmt-support_2.2.1-2.dsc 2.3 KiB 36dfab576c2ea7fb5a1e532dda7c8d756488f7e0d4b1d1b3626978b059aea087
binfmt-support_2.2.1.orig.tar.gz 837.7 KiB 9c9da3306501a834663ccd14023fc8d29bd08a34df74585e11f97735ea1fb31d
binfmt-support_2.2.1.orig.tar.gz.asc 833 bytes ca65e808c19ff8dea436a1a68ce5875c85fa53a370ac3b93ed0f56955d9623d3
binfmt-support_2.2.1-2.debian.tar.xz 14.3 KiB 8c86ac26c8e2bd2a47b4839917c42d68ec68c14f4b3cb62573c325ef3a0a17fe

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