Your message dated Thu, 09 Oct 2008 05:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#492516: fixed in kernel-package 11.002
has caused the Debian Bug report #492516,
regarding kernel-package: Firmware fall-out.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
492516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492516
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-package
Version: 11.001-0.1
Severity: normal
Just a heads-up that make-kpkg doesn't handle having firmware
separate, and that appears to be the default in recent kernel git
versions. Different versions' .debs want to drop files into
/lib/firmware without different version numbers. Might require
upstream work to make sane for packaging (e.g. changing the load
paths to /lib/firmware/<version> as with modules).
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-rc9-ejr-tst11 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages kernel-package depends on:
ii dpkg 1.14.20 Debian package management system
ii dpkg-dev 1.14.20 Debian package development tools
ii file 4.25-1 Determines file type using "magic"
ii gcc [c-compiler] 4:4.3.1-2 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-6 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.2-23 The GNU C compiler
ii gcc-4.2 [c-compiler] 4.2.4-3 The GNU C compiler
ii gcc-4.3 [c-compiler] 4.3.1-7 The GNU C compiler
ii gettext 0.17-3 GNU Internationalization utilities
ii make 3.81-5 The GNU version of the "make" util
ii perl 5.10.0-11.1 Larry Wall's Practical Extraction
ii po-debconf 1.0.15 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.5-0.1 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.7-12 GNU C Library: Development Librari
Versions of packages kernel-package suggests:
ii docbook-utils 0.6.14-1.1 Convert Docbook files to other for
pn libdb3-dev <none> (no description available)
ii libncurses5-dev [libncurs 5.6+20080713-1 developer's libraries and docs for
pn linux-source | kernel-sou <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 11.002
We believe that the bug you reported is fixed in the latest version of
kernel-package, which is due to be installed in the Debian FTP archive:
kernel-package_11.002.dsc
to pool/main/k/kernel-package/kernel-package_11.002.dsc
kernel-package_11.002.tar.gz
to pool/main/k/kernel-package/kernel-package_11.002.tar.gz
kernel-package_11.002_all.deb
to pool/main/k/kernel-package/kernel-package_11.002_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Manoj Srivastava <[EMAIL PROTECTED]> (supplier of updated kernel-package
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 08 Oct 2008 23:49:52 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 11.002
Distribution: unstable
Urgency: high
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description:
kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 417948 432124 441317 442080 461228 464147 468839 473705 475029 486750
487855 489617 492516
Changes:
kernel-package (11.002) unstable; urgency=high
.
* Redo the NMU changes.
* [814f453] use DEB_HOST_ARCH_OS
* [46753e6] Do not quote values in kernel-img.conf examples
* [9360526] add support for building lguest launcher when lguest host
support is built-in or module
Bug fix: "add support for building lguest launcher when lguest host
support is built-in or module", thanks to Paul TBBle Hampson
(Closes: #464147).
* [c7fb8b6] Fix a typo that was preventing CROSS_ARG from being passed
to the modules.
Bug fix: "Option --cross-compile=- dosn't work with target modules*",
thanks to Jose Calhariz. This is an important bug fix.
(Closes: #417948).
* [1717962] fix bashism in an example script
Bug fix: "bashism in /bin/sh script", thanks to Raphael Geissert. This
is a release goal, since using dash as /bin.sh is desirable.
(Closes: #489617).
* [1872151] Fix asm symlink issues that created broken header packages
Bug fix: "not suitable for m-a).", thanks to Valentin QUEQUET. The fix
was entirely due to Paul <[EMAIL PROTECTED]>
(Closes: #468839, #475029, #461228).
* [540ff1c] Adapt to the recent combination of i386 and amd64 images
Bug fix: "i386/x86_64 bzImage symlinks scheduled for removal in April
2010", Thanks to Frans Pop. As a result of the integration of i386 and
amd64 in the upstream kernel, kernel package failed to build debs for
a while as it could no longer find the bzImage file, until
compatibility symlinks were added. Add a version specific change for
the location of the image file. (Closes: #473705)
* [162d814] Only run a bootloader (lilo, usually) when explicitly
asked
Bug fix: "postinst doesn't grok grub2?", thanks to Trent Buck. If lilo
is installed, and the user has said run boot loader explicitly, then
run it. Do not test for grub in order to run lilo. (Closes: Bug#432124)
* [6bc983d] Remove deprecated option image_in_boot from man page,
added support and warning to postinst
Bug fix: "created kernel postinst silently ignores image_in_boot in
kernel-img.conf", thanks to [EMAIL PROTECTED]</a>; There
is now a postinst warning, and support is added back in, for
image_in_boot (a confusing, deprecated, and now undocumented option.
(Closes: #441317).
* [dca4a03] Set a versioned path to install kernel firmware into
Bug fix: "Firmware fall-out.", thanks to Jason
Riedy. /lib/firmware/<version> is being used as a path. Fix from Brian
Rogers. (Closes: #492516).
* [701f87d] Typo fix in man page.
Bug fix: "Typo in make-kpkg(1)", thanks to Reuben Thomas
(Closes: #442080).
* [bc8d2a9] Typo fix in debconf template.
Bug fix: "typo fixes: a vs an", thanks to Frederik Schwarzer
(Closes: #486750, #487855).
* [22c79c6] Move to a streamlined, make -j friendly build system
While I am not sure of this fixes some of the nagging problems we have
been facing in recent versions of kernel-package, where we used double
colon rules, which were convenient, sure, but played havoc with
ordering of the rules, and had to have various band-aids to help out
with the ordering. The system was rapidly growing complex, with clear
indication that it was actually faster.
.
The new target mechanism does away with doublecolon rules, and should
play better with parrallel compilation.
Checksums-Sha1:
051d778aba0f614bd09bff6b7293317d888d030d 864 kernel-package_11.002.dsc
aa2f8efce3ae090d7023aa0ef0435464fefc9566 520856 kernel-package_11.002.tar.gz
513042aed8b1db3b78a2a3a508d720d7ac8c32eb 519692 kernel-package_11.002_all.deb
Checksums-Sha256:
dd8489ce99a9a08e8a88db392ef49b17d29dad6a8359ebc5fdf2bbd233e63847 864
kernel-package_11.002.dsc
6cef2c1ec5a66c834a7c71e0de2c8843cb092070ef0e45becf58488f9bbcd07f 520856
kernel-package_11.002.tar.gz
e0f538ab48fd68d6822537bc0c340212a70bc7c9a5a81bd480876da3fa471724 519692
kernel-package_11.002_all.deb
Files:
b85b7cf6b281f1e322212e7b9d5df7ea 864 misc optional kernel-package_11.002.dsc
6805a2a7e12457f845f0cbbe2601c64a 520856 misc optional
kernel-package_11.002.tar.gz
f0e367054f4ad897d57a59c9fb4e7f4f 519692 misc optional
kernel-package_11.002_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjtjqEACgkQIbrau78kQkxJKgCfb/RBUFXMcoLJO6qjKmJjzgO/
H+gAn0ja+mnv8cGWOjPKRt54K1hAxtvF
=ZwNH
-----END PGP SIGNATURE-----
--- End Message ---