binfmt-support 2.1.8-1 source package in Ubuntu

Changelog

binfmt-support (2.1.8-1) unstable; urgency=medium

  * New upstream release.
    - Add --disable-upstart and --disable-systemd configure options.
  * Stop installing the Upstart job.

 -- Colin Watson <email address hidden>  Tue, 22 Aug 2017 17:53:07 +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.1.8-1.dsc 2.2 KiB d8ced70976bbe1961081ea93241962203695ca9d21ceda7500d7e95626987d15
binfmt-support_2.1.8.orig.tar.gz 672.1 KiB ebad04db8444d2275d042b5074fa3e160bcf3e2c23ee9b660e75f5acd73618a2
binfmt-support_2.1.8.orig.tar.gz.asc 833 bytes 7a06e7243b9f29f528225f38e429964a1e2bedd13a846cb490f520c6f6a1023b
binfmt-support_2.1.8-1.debian.tar.xz 197.9 KiB 439df90a871106a408a3ee0cc6c393aff78d2f0d359e9a855f0d85e2b3e8bff7

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