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

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



Control: tags -1 + patch
>From 18604958d335666c4154c1e500dc424aff0c5998 Mon Sep 17 00:00:00 2001
From: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Date: Fri, 18 Mar 2016 12:05:01 +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-zfcp: #818592

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 69a0aa2..c83ad59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+s390-dasd (0.0.36) 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: #818591)
+
+ -- Hendrik Brueckner <brueckner@linux.vnet.ibm.com>  Fri, 18 Mar 2016 11:59:33 +0100
+
 s390-dasd (0.0.35) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index f036662..e4c75fb 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: s390-dasd
 Package-Type: udeb
 Architecture: s390 s390x
 Depends: ${shlibs:Depends}, ${misc:Depends}, dasd-modules, s390-sysconfig-writer, s390-tools-udeb
-Provides: harddrive-detection
-XB-Installer-Menu-Item: 3700
+Provides: harddrive-detection-dasd
+XB-Installer-Menu-Item: 3400
 Description: Configure DASD
  Configure DASD, s390 specific harddisks. 
-- 
2.7.0


Reply to: