binfmt-support 2.0.16 source package in Ubuntu

Changelog

binfmt-support (2.0.16) unstable; urgency=low


  * Use dh-autoreconf to keep autotools output up to date, especially for
    new ports.
  * Upgrade to Automake 1.14 and Gnulib 20130805-stable.  gnulib/gets.patch
    is no longer needed.

 -- Colin Watson <email address hidden>  Wed, 13 Nov 2013 16:04:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
binfmt-support_2.0.16.dsc 1.6 KiB 26fc93aebf6823a33841b910274b8e26f9258264babd7a288c2d470f301b58fd
binfmt-support_2.0.16.tar.gz 593.7 KiB a66a80bc14ce536f5a64f7cd34ebc8ceaaa2eb0ed913db6855a4d6a52d288dad

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.