Your message dated Tue, 11 Sep 2007 18:07:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440334: fixed in multipath-tools 0.4.8-5
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: multipath-tools
Version: 0.4.8-4
Severity: wishlist
Tags: patch


Attached patch adds a multipath-udeb for d-i.
 -- Guido


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.23-rc2-g2c9d365c
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages multipath-tools depends on:
ii  initscripts               2.86.ds1-38.1  Scripts for initializing and shutt
ii  kpartx                    0.4.8-4        create device mappings for partiti
ii  libaio1                   0.3.106-6      linux kernel aio access library - 
ii  libc6                     2.6.1-1        GNU C Library: Shared libraries
ii  libdevmapper1.02.1        2:1.02.20-2    The Linux Kernel Device Mapper use
ii  libncurses5               5.6+20070812-1 Shared libraries for terminal hand
ii  libreadline5              5.2-3          GNU readline and history libraries
ii  lsb-base                  3.1-24         Linux Standard Base 3.1 init scrip
ii  udev                      0.114-2        /dev/ and hotplug management daemo

multipath-tools recommends no packages.

-- no debconf information
commit 98b158353b33a2be3130be1bb9ee565779a4216e
Author: Guido Guenther <[EMAIL PROTECTED]>
Date:   Fri Aug 31 18:03:47 2007 +0200

    add multipath-udeb

diff --git a/debian/control b/debian/control
index 74245f2..8dc7aa1 100644
--- a/debian/control
+++ b/debian/control
@@ -36,3 +36,15 @@ Description: Support booting from multipath devices
  * copy over multipath.conf and persistent bindings if necessary
  * load the necessary kernel modules
  * detect multipath block devices
+
+Package: multipath-udeb
+XC-Package-Type: udeb
+Architecture: any
+Depends: ${shlibs:Depends}
+Section: debian-installer
+Description: maintain multipath block device access
+ This is a udeb, or a microdeb, for the debian-installer.
+ .
+ These tools are in charge of maintaining the disk multipath device maps and
+ react to path and map events.
+
diff --git a/debian/multipath-udeb.install b/debian/multipath-udeb.install
new file mode 100644
index 0000000..4c88417
--- /dev/null
+++ b/debian/multipath-udeb.install
@@ -0,0 +1,3 @@
+/sbin/multipath
+/sbin/mpath_*
+/sbin/kpartx
diff --git a/debian/rules b/debian/rules
index 1ff4d25..ebb0fa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ install:
 	install -m 755 debian/dmsetup_env $(CURDIR)/debian/tmp/lib/udev/
 	dh_install -pmultipath-tools --sourcedir=$(CURDIR)/debian/tmp
 	dh_install -pkpartx --sourcedir=$(CURDIR)/debian/tmp
+	dh_install -pmultipath-udeb --sourcedir=$(CURDIR)/debian/tmp
 	# initramfs stuff:
 	install -D -m 755 debian/initramfs/hooks $(INITRAMFS)/hooks/multipath
 	install -D -m 755 debian/initramfs/local-top \

--- End Message ---
--- Begin Message ---
Source: multipath-tools
Source-Version: 0.4.8-5

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

kpartx_0.4.8-5_powerpc.deb
  to pool/main/m/multipath-tools/kpartx_0.4.8-5_powerpc.deb
multipath-tools-boot_0.4.8-5_powerpc.deb
  to pool/main/m/multipath-tools/multipath-tools-boot_0.4.8-5_powerpc.deb
multipath-tools_0.4.8-5.diff.gz
  to pool/main/m/multipath-tools/multipath-tools_0.4.8-5.diff.gz
multipath-tools_0.4.8-5.dsc
  to pool/main/m/multipath-tools/multipath-tools_0.4.8-5.dsc
multipath-tools_0.4.8-5_powerpc.deb
  to pool/main/m/multipath-tools/multipath-tools_0.4.8-5_powerpc.deb
multipath-udeb_0.4.8-5_powerpc.udeb
  to pool/main/m/multipath-tools/multipath-udeb_0.4.8-5_powerpc.udeb



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.
Guido Guenther <[EMAIL PROTECTED]> (supplier of updated multipath-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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Fri, 07 Sep 2007 19:47:05 +0200
Source: multipath-tools
Binary: multipath-tools kpartx multipath-tools-boot multipath-udeb
Architecture: source powerpc
Version: 0.4.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team <[EMAIL PROTECTED]>
Changed-By: Guido Guenther <[EMAIL PROTECTED]>
Description: 
 kpartx     - create device mappings for partitions
 multipath-tools - maintain multipath block device access
 multipath-tools-boot - Support booting from multipath devices
 multipath-udeb - maintain multipath block device access (udeb)
Closes: 440334 441176
Changes: 
 multipath-tools (0.4.8-5) unstable; urgency=low
 .
   * apply kpartx-fix-udev-dmraid.diff to our shipped udev rules too
   * fix itemized list in control file (Closes: #441176)
   * link statically against libaio since it's in /usr/lib and
     multipath{,d} are in /sbin and we can avoid a libaio udeb for now
   * build a udeb for d-i support (Closes: #440334)
Files: 
 7347ac72fca9469b1e5acc1fdcbcead0 957 admin extra multipath-tools_0.4.8-5.dsc
 c015e54f13318581f28a8794650b3270 9485 admin extra 
multipath-tools_0.4.8-5.diff.gz
 4ce0356cb08b50433a4053b3d3669691 179354 admin extra 
multipath-tools_0.4.8-5_powerpc.deb
 bc0cd48bd9b6572e6bb1e45ac0038aed 26448 admin extra kpartx_0.4.8-5_powerpc.deb
 f1ab4bd4976b8fd131b438dbfb23587e 5888 admin extra 
multipath-tools-boot_0.4.8-5_powerpc.deb
 da3fb4527130356058ca61303d511f3f 97530 debian-installer extra 
multipath-udeb_0.4.8-5_powerpc.udeb
Package-Type: udeb

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

iD8DBQFG4ZNtn88szT8+ZCYRAocyAJ91K7FvYEMBQFpDz87hRjDAuiEODwCfaj49
9cqBnBGdNIThyKvUTs0xk+Y=
=3Tud
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to