[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#649399: marked as done (initramfs-tools: please mark Multi-Arch: foreign)



Your message dated Tue, 14 Feb 2012 14:48:34 +0000
with message-id <E1RxJgI-0004S8-0n@franck.debian.org>
and subject line Bug#649399: fixed in initramfs-tools 0.100
has caused the Debian Bug report #649399,
regarding initramfs-tools: please mark Multi-Arch: foreign
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 owner@bugs.debian.org
immediately.)


-- 
649399: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649399
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.99
Severity: wishlist
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch precise

Hi,

It would be useful for initramfs-tools to be marked "Multi-Arch:
foreign", to indicate that it can satisfy dependencies of packages of
other architectures.  Although Debian's dpkg doesn't yet do anything
special with this, it's safe to add this tag in advance of package
manager support.

In Ubuntu, this is an early step in being able to crossgrade from i386
to amd64, because we don't have an -amd64 kernel flavour on i386 and (of
course) our kernel packages depend on initramfs-tools.  While Debian
does have an -amd64 flavour on i386, it still wouldn't hurt to add this
tag.

If you're wondering why this tag is needed on an Architecture: all
package, see the multiarch specification:

  https://wiki.ubuntu.com/MultiarchSpec#Dependencies_involving_Architecture:_all_packages

diff --git a/debian/control b/debian/control
index 75bf493..8ca8827 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Vcs-Git: git://git.debian.org/git/kernel/initramfs-tools.git
 
 Package: initramfs-tools
 Architecture: all
+Multi-Arch: foreign
 Recommends: busybox (>= 1:1.01-3) | busybox-initramfs
 Depends: klibc-utils (>= 1.5.23-2~), cpio, module-init-tools, udev, findutils (>= 4.2.24), ${misc:Depends}
 Suggests: bash-completion

Thanks,

-- 
Colin Watson                                       [cjwatson@ubuntu.com]



--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.100

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.100.dsc
  to main/i/initramfs-tools/initramfs-tools_0.100.dsc
initramfs-tools_0.100.tar.gz
  to main/i/initramfs-tools/initramfs-tools_0.100.tar.gz
initramfs-tools_0.100_all.deb
  to main/i/initramfs-tools/initramfs-tools_0.100_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 649399@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Prokop <mika@debian.org> (supplier of updated initramfs-tools 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 14 Feb 2012 14:42:23 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.100
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Michael Prokop <mika@debian.org>
Description: 
 initramfs-tools - generic modular initramfs generator
Closes: 454665 566401 586381 589963 601319 607888 610462 615831 624702 628374 636495 639902 649399
Changes: 
 initramfs-tools (0.100) unstable; urgency=low
 .
   Release "singing in the snow ☃☃☃"
 .
   [ Michael Prokop ]
   * [16280bb] lsinitramfs: support xz/lzma, bzip2 and lzop as compress
     methods. (Closes: #586381)
   * [ee16a4e] set_initlist: redirect warning messages to stderr.
     (Closes: #601319)
   * [af110e0] Alternate Recommends on busybox-static (Closes: #639902,
     #454665)
   * [b61413d] warn user if directory is present in confdir
     (Closes: #610462)
 .
   [ maximilian attems ]
   * [5409ca7] manual_add_modules: No longer add firmware.agent too.
     (Closes: #566401)
   * [4f98b0b] mkinitramfs: Use version comparison for xz or other
     compression tools (Closes: #624702)
   * [d479b47] initramfs-tools: rephrase description
   * [07c822f] mkinitramfs: Check if TMPDIR is writable
   * [b9ff58c] mkinitramfs: Use /var/tmp rather then /tmp for space reasons
   * [bd3c5d8] Revert "Revert "mkinitramfs: Nuke MIN_VERSION handling.""
   * [313db4c] MODULES=dep: Use /sys again to decide for libata or ide
     (Closes: #607888)
   * [9bec96f] debian/control: Drop versioned depend on pre-Etch udev
     version
   * [02ea666] debian/control: Tighten dep on klibc-utils 1.5.23-2
   * [5c68e6e] init: Prepare for switch_root(8) usage
   * [5e1f500] update-initramfs: Cleanup nowadays unused run_lilo()
   * [b0d14a0] update-initramfs: run_bootloader() hooks on create too
   * [8d0ffcb] preinst: get rid of awk usage (Closes: #589963)
 .
   [ Timo Juhani Lindfors ]
   * [63932cc] panic(): print the name of each module before loading it
   * [cd1981e] panic: Load modules for highly probable USB keyboard
     (Closes: #615831)
 .
   [ Martin Pitt ]
   * [b1530ee] hooks/busybox: Fix 2.99 busybox breakage (Closes: #628374)
 .
   [ Alkis Georgopoulos ]
   * [b938c7e] configure_networking() wait for udev to populate available
     nics (LP: #682445)
 .
   [ Harald Hoyer ]
   * [9249db6] MODULES=dep: awk free version for root dev search
 .
   [ Sven Joachim ]
   * [717397c] copy_exec: Handle optimized libraries under multiarch paths
     (Closes: #636495)
 .
   [ Colin Watson ]
   * [6cf2bd7] mark Multi-Arch: foreign (Closes: #649399)
Checksums-Sha1: 
 bc2050eeb1a6bf59db6cd28df61a0ff5caa2d9aa 1020 initramfs-tools_0.100.dsc
 dc490fd5ced826064036e9673a85e046123da4f5 83219 initramfs-tools_0.100.tar.gz
 22bb0cebf88b5e0565760739f6ccb4f877558dfd 89390 initramfs-tools_0.100_all.deb
Checksums-Sha256: 
 82ba37e8eee1a451f65bcc1967b3f4d7866c19735f32f66b405ee0a2de70a9cb 1020 initramfs-tools_0.100.dsc
 137e0df9d7ad85aaf0094f18c1850e6eb37b1d120efcffb158b73ec806b3b0c2 83219 initramfs-tools_0.100.tar.gz
 da173ff372cfbc2b6869c42bdbe85365376052fb94363f73b89f4432a0868bf7 89390 initramfs-tools_0.100_all.deb
Files: 
 9bc857366110e632f554fba12d45f827 1020 utils optional initramfs-tools_0.100.dsc
 1b684b9f57c5e266f6a3ebf5bbbfab12 83219 utils optional initramfs-tools_0.100.tar.gz
 2a0d2934df4d5e3ddcc64997df3c0009 89390 utils optional initramfs-tools_0.100_all.deb

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

iEYEARECAAYFAk86ZZUACgkQ2N9T+zficujjIwCdEcCfsrXrrKNXXbdN5B3E79Al
y+IAnjGWyvw9ltDoq36cs52PW4O7sEms
=OH9R
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: