multiboot 0.6.96-1.1ubuntu1 source package in Ubuntu

Changelog

multiboot (0.6.96-1.1ubuntu1) natty; urgency=low

  * Merge from Debian Unstable, remaining changes:
    - debian/patches/02_stack_protection.diff: Build without stack protection
      as the linker is called with -nostdlib .

multiboot (0.6.96-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS in squeeze: rm: cannot remove
    `debian/multiboot/usr/share/info/dir': No such file or directory":
    "rm -f" so that the file gets removed whether it's created or not (depends
    on having install-info installed or not); thanks to Justus Winter for his
    debugging help (closes: #595876).
 -- Bilal Akhtar <email address hidden>   Wed, 20 Oct 2010 16:11:41 +0300

Upload details

Uploaded by:
Bilal Akhtar
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
doc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
multiboot_0.6.96.orig.tar.gz 209.4 KiB ddc7b4ad68bcd9ecef79d819cb022c7b7af007ccb741d738df24fdae6a076b2d
multiboot_0.6.96-1.1ubuntu1.diff.gz 4.1 KiB a6fa79702b5ae3d4823b13afafaffcc7a83ffe2cefcd7f4b2b059d75d2e31527
multiboot_0.6.96-1.1ubuntu1.dsc 1.6 KiB cbef5ad4bf05f71efa87fa47df712cf890482ecc2b3c659ce5da87aaca0faf03

View changes file

Binary packages built by this source

multiboot: The Multiboot specification

 This specification, created in 1995, describes a method of loading various
 multiboot kernels using a single compliant boot loader (such as GNU GRUB)
 on i386-based computers.
 .
 It is used by a variety of kernel images, such as the Hurd, Xen, or NetBSD
 kernels.
 .
 An example implementation of a Multiboot kernel is provided.
 .
 For an example implementation of a Multiboot loader, check GRUB Legacy
 (grub-legacy package), or GRUB 2 (grub-pc package, and others).