Your message dated Thu, 18 Jan 2007 02:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#397518: fixed in kernel-package 10.066
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kernel-package
Version: 10.065
Severity: normal
"clean" should probably rename scripts/package/Makefile.kpkg-dist back
to scripts/package/Makefile.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (90, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-smp-gbbde1285
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages kernel-package depends on:
ii dpkg 1.13.22 package maintenance system for Deb
ii dpkg-dev 1.13.22 package building tools for Debian
ii file 4.17-4 Determines file type using "magic"
ii gcc [c-compiler] 4:4.1.1-13 The GNU C compiler
ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-4 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-3 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.1-19 The GNU C compiler
ii gettext 0.14.6-1 GNU Internationalization utilities
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii po-debconf 1.0.7 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-6 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6.ds1-7 GNU C Library: Development Librari
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 10.066
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_10.066.dsc
to pool/main/k/kernel-package/kernel-package_10.066.dsc
kernel-package_10.066.tar.gz
to pool/main/k/kernel-package/kernel-package_10.066.tar.gz
kernel-package_10.066_all.deb
to pool/main/k/kernel-package/kernel-package_10.066_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.7
Date: Wed, 17 Jan 2007 20:20:25 -0600
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 10.066
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: 390881 397378 397379 397518 400697 402155 405081 405494 407128 407130
Changes:
kernel-package (10.066) unstable; urgency=high
.
* Bug fix: "kernel-package: Enable -source and -headers packages for Xen
kernels", thanks to Ian Campbell. This is a simple change, and should
have minimal impact on any other package, or on current user built
packages. The upside is that the previously disabled packages are
enabled for Xen and UML variants, allowing people to build third party
modules for Xen adn UML variations -- and even if these were to break
(they do not, in my testing), there is no regression. In the future,
the image and modules packages will be separated, to allow for
host/guest installs. Official kernel images do not use make-kpkg to
build kernel or uml images, so the official images or debian-installer
are not impacted either. (Closes: #390881).
* Bug fix: "kernel-package: postinst link_in_boot value set by
image_in_boot", thanks to Niall Walsh. This was an out-and-out cut and
paste error; and the fix is very simple (remove offending line). The
downside is minimal, and current implementation is just wrong.
(Closes: #405081).
* Update spanish manual pages, thanks to Rudy Godoy. He also provided
patches for spelling errors and style flaws in the English man pages.
.
* Bug fix: "Typos in manpage", thanks to Goswin Brederlow
(Closes: #402155).
* Bug fix: "kernel-package: default stem inconsistent with
documentation", thanks to Lionel Elie Mamane (Closes: #400697).
* Bug fix: "'man kernel-img' typo: "messgaes"", thanks to
A. Costa (Closes: #397379).
* Bug fix: "'man kernel-pkg' typos: "Mutualy" and "theversion"", thanks
to A. Costa (Closes: #397378).
* Bug fix: "make-kpkg clean: leaves scripts/package/Makefile.kpkg-dist
behind", thanks to Yann Dirson. This was a simple typo, which
prevented the naming back scripts/package/Makefile.kpkg-dist to
scripts/package/Makefile -- making clean not restore the package to
original state after running build/clean. There is little downside to
this typo fix; we rename the Makefile, and we should be restoring it
in clean. (Closes: #397518).
* Bug fix: "kernel-package: linux-headers doesn't inclue arch-specific
scripts", thanks to dann frazier. When trying to compile external
modules on on IA64/McKinley ItaniumII, the Makefile in arch/ia64/
needs some scripts from arch/ia64/scripts/ directory. These scripts
were not so far being shipped. On non ia64, this has no impact on the
headers package built; on ia64 the changes are required for the
headers package to have any value. (Closes: #405494).
* Bug fix: "kernel-package: kernel image cant be installed when vmlinuz
link is already", thanks to Kai Sassmannshausen. Actually, the problem
was not depending on a new enough version of coreutils. See Below.
(Closes: #407128).
* Bug fix: "kernel-package: dependency problem: kernel package
installation uses a invalid option of readlink", thanks to Kai
Sassmannshausen. In release version 10.063, I cleaned up the postinst
as while I was at it, going with readlink -q -m instead of the built
in version. Since -m was a flag not present in Sarge's coreutils, this
means the generated image files should have a versioned dependency on
coreutils. The previous versioned dependency was not strict enough,
updated to a version that works. (Closes: #407130).
Files:
3684c2cd2311f293cc212470d6dbe072 485 misc optional kernel-package_10.066.dsc
3857fdae943ce63541517a8fafe4458f 492413 misc optional
kernel-package_10.066.tar.gz
0d2d6f437252f411af1bbf7b0008b78e 504560 misc optional
kernel-package_10.066_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFrt0NIbrau78kQkwRAhxEAJsGLrfjrm4VBuTYuHtF2uCog4CukgCgmJwf
uvd3KBUlPduMoNgXsslbiXg=
=6tDN
-----END PGP SIGNATURE-----
--- End Message ---