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

Bug#818592: control: split and improve dependency handling for disk detection



Control: tags -1 + patch
>From 967d360afb9d89c5fac42e4590f879d41efbe618 Mon Sep 17 00:00:00 2001
From: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Date: Fri, 18 Mar 2016 12:09:52 +0100
Subject: [PATCH] control: split and improve dependency handling for disk
detection

To improve and provide a "guided" flow, split the harddrive
detection dependency for s390-dasd and s390-zfcp as follows:

- s390-dasd provides harddrive-detection-dasd
- s390-zfcp provides harddrive-detection-zfcp

The disk-detect package depends on
  -> harddrive-detection-dasd
  -> harddrive-detection-zfcp

and continues to provide the harddrive-detection.  With this split,
installation on mixed DASD and SCSI disks are possible.  Also move
the module before the disk-detect module in the Debian installer
menu.

See also related Debian Bugs for:
  disk-detect: #818586
  s390-dasd: #818591

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d09b22e..2c7c5ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+s390-zfcp (1.0.2) UNRELEASED; urgency=medium
+
+  [ Hendrik Brueckner ]
+  * Split and improve dependency handling for disk detection and
+    move the module before the disk-detect d-i module (Closes: #818592)
+
+ -- Hendrik Brueckner <brueckner@linux.vnet.ibm.com>  Fri, 18 Mar 2016 11:59:33 +0100
+
 s390-zfcp (1.0.1) unstable; urgency=medium
 
   * Unmark strings for translation.
diff --git a/debian/control b/debian/control
index 66e8056..150df23 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Package: s390-zfcp
 Package-Type: udeb
 Architecture: s390x
 Depends: ${shlibs:Depends}, ${misc:Depends}, scsi-modules, s390-sysconfig-writer
-Provides: harddrive-detection
-XB-Installer-Menu-Item: 3700
+Provides: harddrive-detection-zfcp
+XB-Installer-Menu-Item: 3400
 Description: Activate and configure FCP devices for installation
  Configure FCP devices to install Debian on FC-attached SCSI devices
  available on Linux on z Systems.
-- 
2.7.0


Reply to: