Your message dated Sun, 20 Aug 2006 10:32:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383605: fixed in kernel-package 10.053
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.052
Severity: normal
Tags: patch

10.030 reversed the order of initrdcmd, but not of the dependency.
belows patch corrects that. initramfs-tools should be listed first
as mkinitramfs-kpkg is tried first.

best regards

--- kernel-package-10.052/kernel/ruleset/misc/initrd.mk.orig    2006-08-18 
11:10:42.000000000 +0200
+++ kernel-package-10.052/kernel/ruleset/misc/initrd.mk 2006-08-18 
11:10:57.000000000 +0200
@@ -72,18 +72,18 @@ ifneq ($(strip $(INITRD)),)
   endif
   # setup initrd dependencies (apart from initrd-tools, which should already 
have
   # been taken care of
-  ifneq (,$(findstring yaird,$(initrdcmd)))
+  ifneq (,$(findstring mkinitramfs-kpkg,$(initrdcmd)))
     ifneq (,$(strip $(initrddep)))
-      initrddep := $(initrddep) | yaird (>= 0.1.11)
+      initrddep := $(initrddep) | initramfs-tools (>= 0.53)
     else
-      initrddep := yaird (>= 0.0.11-8)
+      initrddep := initramfs-tools (>= 0.53)
     endif
   endif
-  ifneq (,$(findstring mkinitramfs-kpkg,$(initrdcmd)))
+  ifneq (,$(findstring yaird,$(initrdcmd)))
     ifneq (,$(strip $(initrddep)))
-      initrddep := $(initrddep) | initramfs-tools (>= 0.53)
+      initrddep := $(initrddep) | yaird (>= 0.1.11)
     else
-      initrddep := initramfs-tools (>= 0.53)
+      initrddep := yaird (>= 0.0.11-8)
     endif
   endif
   # By this time initrddep is not empty, so we can dispense with the emptiness 
test


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-package depends on:
ii  dpkg                          1.13.21    package maintenance system for Deb
ii  dpkg-dev                      1.13.21    package building tools for Debian
ii  file                          4.17-2     Determines file type using "magic"
ii  gcc [c-compiler]              4:4.1.1-5  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-1    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-5    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.5      manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2                         1.0.3-3    high-quality block-sorting file co
ii  libc6-dev [libc-dev]          2.3.6-15   GNU C Library: Development Librari

-- no debconf information


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

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.053.dsc
  to pool/main/k/kernel-package/kernel-package_10.053.dsc
kernel-package_10.053.tar.gz
  to pool/main/k/kernel-package/kernel-package_10.053.tar.gz
kernel-package_10.053_all.deb
  to pool/main/k/kernel-package/kernel-package_10.053_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: Sun, 20 Aug 2006 12:13:36 -0500
Source: kernel-package
Binary: kernel-package
Architecture: source all
Version: 10.053
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 kernel-package - A utility for building Linux kernel related Debian packages.
Closes: 381828 382743 383605 383751
Changes: 
 kernel-package (10.053) unstable; urgency=low
 .
   * Bug fix: "Please allow ~ in sanity check", thanks to Norbert
     Tretkowski                                           (Closes: #383751).
   * Bug fix: "initramfs generator reversed order dep", thanks to
     maximilian attems                                    (Closes: #383605).
   * Make the question about whether or not to run the default bootloader a
     shared question. At this point, we still ask the question every time,
     though I am open to using the stored value -- but that would mean that
     if the admin has changed their mind since the question whether to run
     lilo or grub was asked, we would do the wrong thing, perhaps making
     the machine unbootable -- which is why the default is still to ask the
     human.
   * Bug fix: "Package changelog for generated kernel packages uses
     kernel-package changelog", thanks to Andrew Meaden. Truncated, and
     repaced with a stub.                                 (Closes: #382743).
   * Bug fix: "kernel-package - please remove config target check from
     make-kpkg", thanks to Bastian Blank. The check has been disabled for
     official kernel images, but not for the general upstream sources.
                                                          (Closes: #381828).
Files: 
 3ebe16ef5cf694e7370c8adfa6446876 485 misc optional kernel-package_10.053.dsc
 50c3d8b6d534f54e264fadd7861edb5c 837860 misc optional 
kernel-package_10.053.tar.gz
 a5282b146c2d4ae4db78540ffd16adaf 488962 misc optional 
kernel-package_10.053_all.deb

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

iD8DBQFE6JniIbrau78kQkwRApaQAJ9uEwqeiBDYRXbr8L1OLKql3TRlcQCfXXUw
F9rqtn8mZ+2UOKtdJBw2JSQ=
=VbEn
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to