Your message dated Fri, 10 Oct 2008 06:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475036: fixed in kernel-package 11.003
has caused the Debian Bug report #475036,
regarding kernel-package: kernel-package is suffering from bit rot, and is 
severly broken
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.)


-- 
475036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475036
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kernel-package
Version: 11.001-0.1
Severity: serious

Hi,

        It does not work with the current set of kernels, and the code
 base has grown bloated.  The current state of kernel-package is unfit
 for release.

        A new version of kernel-package is under construction, which
 sloughs off most of the cruft that has accumulated in kernel-package
 over the last decade or so, and does a clean design. Unfortunately, the
 work has been going slower than expected, though I am hoping I can
 finish it off this month.

        Since the kernel team has long deprecated kernel-package, and
 have their own code for generating kernel images, this should not have
 an impact on most things.

        manoj

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.3anzu (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kernel-package depends on:
ii  bcc [c-compiler]              0.16.17-2  16-bit x86 C compiler
ii  dpkg                          1.14.16.6  package maintenance system for Deb
ii  dpkg-dev                      1.14.16.6  package building tools for Debian
ii  file                          4.23-2     Determines file type using "magic"
ii  gcc [c-compiler]              4:4.2.3-7  The GNU C compiler
ii  gcc-3.4 [c-compiler]          3.4.6-7    The GNU C compiler
ii  gcc-4.1 [c-compiler]          4.1.2-21   The GNU C compiler
ii  gcc-4.2 [c-compiler]          4.2.3-3    The GNU C compiler
ii  gcc-4.3 [c-compiler]          4.3.0-3    The GNU C compiler
ii  gettext                       0.17-2     GNU Internationalization utilities
ii  make                          3.81-4     The GNU version of the "make" util
ii  perl                          5.8.8-12   Larry Wall's Practical Extraction 
ii  po-debconf                    1.0.12.1   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-10     GNU C Library: Development Librari

-- no debconf information

-- 
If wishes were horses, then beggars would be thieves.
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



--- End Message ---
--- Begin Message ---
Source: kernel-package
Source-Version: 11.003

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.003.dsc
  to pool/main/k/kernel-package/kernel-package_11.003.dsc
kernel-package_11.003.tar.gz
  to pool/main/k/kernel-package/kernel-package_11.003.tar.gz
kernel-package_11.003_all.deb
  to pool/main/k/kernel-package/kernel-package_11.003_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: Fri, 10 Oct 2008 00:31:31 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 11.003
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: 410035 432711 433217 446879 460507 475036 480436 500897 501699
Changes: 
 kernel-package (11.003) unstable; urgency=high
 .
   * [e12e615] Fix the build system to accommodate XEN changes, use kbuild as 
far as possible
 .
     These are fairly extensive changes. Firstly, we try to use upstream
     kbuild as far as possible, to reduce churn as the files upstream
     installs change. Some added checks of the Makefile are now in place so
     we retain backwards compatibility. This should improve things lot wrt
     header files.  We also now add dependencies to more packages actually
     required to build kernel images.
 .
     We also try to look for the kbuild created KERNELRELEASE variable,
     which is designed to be used by distros to figure out where modules
     are to be loaded from, etc. This should help reduce version
     mismatches. We also prepare the kernel.release file early, to help
     that.
 .
     We also refitted to support the new XEN code in mainstream, in that
     the same image can be booted normally or be used as a XEN image. This
     support probably needs to be improved.
 .
     The make target dependencies have been extensively reworked, to
     minimize surprises and wasted effort. We also strip modules, based on
     DEB_BUILD_OPTIONS (nostrip).
 .
     Extra care is now taken so we do not accidentally remove ./debian
     while cleaning, thanks to upstream helpfully removing ./debian when
     cleaning.  This should prevent dpkg-buildpackage from accidentally
     shooting itself in the foot by removing ./debian as its first action.
 .
     Bug fix: "No such file or directory", thanks to Marc Haber. I am fairly
     sure this is fixed. The code around the cleaning has been
     thoroughly revamped, and there have been a large number of test runs.
                                                           (Closes: #410035).
     Bug fix: "kernel-package is suffering from bit rot, and is severely
     broken", thanks to Manoj Srivastava                    (Closes: #475036).
 .
     Bug fix: "make-kpkg kernel_image fails on upstream 2.6.23 when
     CONFIG_XEN is defined (new Xen paravirt_ops)", thanks to Ben McKeegan
     Not only do we handle the normal image package, we should also provide
     a working Xen setup.                                   (Closes: #446879).
 .
     Bug fix: "Version check compares wrong vars", thanks to Matthijs
     Kooijman. Actually, this is ont the case. We do check the upstream
     version against our best guess of what whould be the correct string --
     and then we ensure what we think is the right thing is what the URS
     header thinks is the corect one. In any case, the KERNELRELEASE
     changes above make this moot.                          (Closes: #433217).
 .
     Bug fix: "local version not set when config is out of date", thanks to
     Matthijs Kooijman. Now we always run oldconfig before we create the
     changelog, so things should work OK.                   (Closes: #432711).
 .
     Bug fix: "modules_clean after build with --append-to-version demands
     correct --append-to-version", thanks to Marc Haber. Cleaning out the
     dependency targets above cleaned out this bug as well. At least, it
     worked for me.                                          (Closes: #460507).
 .
     Bug fix: "fails to build 2.6.25-2 kernel source", thanks to Arthur
     Marsh. This was extensively tested on 2.6.25.8 and 2.6.26.
                                                             (Closes: #480436).
   * [18152d7] Document targets must that be run as root
     The targets in question are binary, binary-arch, and
     binary-indep. This is not out of line with other packages,
     really. Fixing this would be too kludgey.
     Bug fix: "make-kpkg fails with non-root user and fakeroot", thanks to
     C. Dominik Bodi.                                         (Closes: #501699)
   * [7c6c88e] Make sure we always patch the sources before generating the 
changelog
     The tricky part was to make sure that the first, minimal invocation
     also did the right thing. The solution was to create a ./debian
     directory just good enough to bootstrap a correct ./debian dir in the
     second phase.
     Bug fix: "debian target does not patch the source as
     advertised", thanks to Dylan Thurston                    (Closes: #500897).
Checksums-Sha1: 
 004d377fe545aa9633320dfcc6bd0ae865b67519 864 kernel-package_11.003.dsc
 fecf939be2b12e2635e447ef38d40fb31d2697a4 523274 kernel-package_11.003.tar.gz
 04e1da052f344ae618614b8203b4753785dac02d 522658 kernel-package_11.003_all.deb
Checksums-Sha256: 
 6ae98535820a89f96967863b699f5c0b6591f889b79eebb10905e8d564d15192 864 
kernel-package_11.003.dsc
 41f4f29be691ec5244c57fa01cf90888f3074ded7635f091921439e119d90a64 523274 
kernel-package_11.003.tar.gz
 a1138cd3212877e9a81f7024f023326baf15723547c832faa8e2ae6ae9d1bb58 522658 
kernel-package_11.003_all.deb
Files: 
 3c2b8d413f8a178d311331fd9591448b 864 misc optional kernel-package_11.003.dsc
 051630b53334ae580ecb0fa10ca315f9 523274 misc optional 
kernel-package_11.003.tar.gz
 6adc72b4562cb8e9912e9be509f9df32 522658 misc optional 
kernel-package_11.003_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkju7QkACgkQIbrau78kQkxXGwCfS6bdOCy9WhRhq6RHU4kk3+NS
GK0AoJQ61F+qdsnExOKuaMNPySdt2Ih9
=1Z8r
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to