debian/0000755000000000000000000000000012220531006007155 5ustar debian/links0000644000000000000000000000011212220427272010223 0ustar usr/lib/multiboot/examples/kernel usr/share/doc/multiboot/examples/kernel debian/rules0000755000000000000000000000065012220526640010246 0ustar #! /usr/bin/make -f export DEB_CFLAGS_MAINT_STRIP := -fstack-protector export DEB_BUILD_MAINT_OPTIONS := hardening=-all %: dh $@ --with=autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-example-kernel override_dh_auto_build: dh_auto_build cd doc && makeinfo --html --split=chapter --output=html multiboot.texi override_dh_auto_install: dh_auto_install rm -f debian/multiboot/usr/share/info/dir debian/install0000644000000000000000000000004612220426352010555 0ustar doc/kernel usr/lib/multiboot/examples debian/copyright0000644000000000000000000000707712220227476011140 0ustar Name: Multiboot Maintainer: GNU project Source: http://alpha.gnu.org/gnu/grub/ Files: * Copyright: 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc License: GPL-2+ Files: configure.ac Copyright: 1999,2000,2001,2002,2003,2004,2005,2008,2009 Free Software Foundation, Inc. License: Permission to use, copy, modify and distribute this software and its documentation is hereby granted, provided that both the copyright notice and this permission notice appear in all copies of the software, derivative works or modified versions, and any portions thereof, and that both notices appear in supporting documentation. . THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. Files: docs/boot.S Copyright: 1999, 2001 Free Software Foundation, Inc. License: GPL-2+ Files: docs/kernel.c Copyright: 1999 Free Software Foundation, Inc. License: GPL-2+ Files: docs/multiboot.h Copyright: 1999,2003,2007,2008,2009 Free Software Foundation, Inc. License: X11 Files: docs/multiboot.texi Copyright: 1995,96 Bryan Ford 1995,96 Erich Stefan Boleyn 1999,2000,2001,2002,2005,2006,2009 Free Software Foundation, Inc. License: Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. . Permission is granted to process this file through TeX and print the results, provided the printed document carries a copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). . Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. . Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. Files: debian/* Copyright: 2009 Robert Millan License: GPL-3+ License: GPL-2+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL' file. License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ANY DEVELOPER OR DISTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-3+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL' file. debian/docs0000644000000000000000000000001112220270323010022 0ustar doc/html debian/lintian-overrides0000644000000000000000000000035712220430461012546 0ustar multiboot: arch-independent-package-contains-binary-or-object usr/lib/multiboot/examples/kernel multiboot: unstripped-binary-or-object usr/lib/multiboot/examples/kernel multiboot: statically-linked-binary usr/lib/multiboot/examples/kernel debian/source/0000755000000000000000000000000012220527317010467 5ustar debian/source/format0000644000000000000000000000001412220527317011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212220271405010357 0ustar 9 debian/control0000644000000000000000000000240612220530654010572 0ustar Source: multiboot Section: doc Priority: optional Maintainer: GRUB Maintainers Uploaders: Robert Millan , Felix Zielcke , Jordi Mallach , Colin Watson Build-Depends: debhelper (>= 9), dh-autoreconf, gcc-multilib [amd64], Build-Depends-Indep: texinfo, Homepage: https://www.gnu.org/software/grub/manual/multiboot/ Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-grub/trunk/multiboot/ Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-grub/trunk/multiboot/ Standards-Version: 3.9.4 Package: multiboot Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info Suggests: doc-base Replaces: grub-doc, multiboot-doc Description: 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). debian/changelog0000644000000000000000000000433412220530703011036 0ustar multiboot (0.6.96+20101113-1) unstable; urgency=low * New Bazaar snapshot. * Use dh-autoreconf. * Convert from texi2html to makeinfo. * Drop cdbs; convert to debhelper v9 and dh. Make sure to disable stack-protector and other hardening features which would otherwise be enabled by default. * Build-depend on gcc-multilib on amd64, so that -m32 works; although building this package on amd64 is really only relevant for test rebuilds (closes: #713606). * Move /usr/share/doc/multiboot/examples/kernel.gz to /usr/lib/multiboot/examples/kernel (now uncompressed), and leave a symlink behind. While the previous version was tolerable since this file is included only as documentation, doing it this way causes less surprise and requires one fewer Lintian override (closes: #554187). * Add myself to Uploaders. * Remove obsolete DM-Upload-Allowed field. * Convert to source format 3.0 (quilt). * Add a Homepage field. * Drop lenny compatibility in install-info dependencies again; lenny is no longer supported, and the hack to support it here may cause upgrade problems. * Add Vcs-Bzr and Vcs-Browser fields. * Policy version 3.9.4. -- Colin Watson Wed, 25 Sep 2013 10:49:53 +0100 multiboot (0.6.96+20100115-1) unstable; urgency=low * New Bazaar snapshot. * Move to Bazaar branch instead of tar-in-tar + debian/patches. -- Robert Millan Fri, 15 Jan 2010 18:21:28 +0100 multiboot (0.6.96-2) unstable; urgency=low * Allow installation on Lenny. -- Robert Millan Sun, 03 Jan 2010 15:15:31 +0000 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). -- gregor herrmann Tue, 21 Sep 2010 16:58:29 +0200 multiboot (0.6.96-1) unstable; urgency=low * Initial release. (Closes: #562484) -- Robert Millan Thu, 24 Dec 2009 18:50:23 +0100