[alpha,hppa] udeb: Remove incorrect dependency overrides

The drivers in pata-modules depend on libata, which depends on scsi_mod.
The corresponding package dependencies pata-modules -> ata-modules
-> scsi-core-modules are already defined, and there is no sense in
adding a direct dependency from pata-modules to scsi-core-modules.

The usb-storage driver depends on scsi_mod in scsi-core-modules, not
any of the drivers in scsi-modules.
This commit is contained in:
Ben Hutchings 2018-09-01 17:36:09 +01:00
parent cbebd8c763
commit d015828eb2
2 changed files with 1 additions and 4 deletions

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ linux (4.19~rc1-1~exp1) UNRELEASED; urgency=medium
* Compile with gcc-8 on all architectures
* [x86] Allow generating user-space headers without a compiler
* udeb: Merge configuration directories and files across architectures
* [alpha,hppa] udeb: Remove incorrect dependency overrides
-- Ben Hutchings <ben@decadent.org.uk> Mon, 27 Aug 2018 14:36:54 +0100

View File

@ -68,8 +68,6 @@ Description: PPP drivers
Package: pata-modules
Depends: kernel-image, ata-modules
Depends_alpha: kernel-image, ata-modules, scsi-core-modules
Depends_hppa: kernel-image, ata-modules, scsi-core-modules
Priority: standard
Priority_armhf: optional
Description: PATA drivers
@ -216,8 +214,6 @@ Description: USB support
Package: usb-storage-modules
Depends: kernel-image, scsi-core-modules, usb-modules
Depends_alpha: kernel-image, scsi-modules, usb-modules
Depends_hppa: kernel-image, scsi-modules, usb-modules
Priority: standard
Description: USB storage support
This package contains the USB storage driver for the kernel.