[linux] 02/03: udeb: Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Aug 16 09:07:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 4d2f1174365115de43531bbb0b3a3bf8eda7e4f5
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sat Aug 15 21:57:44 2015 +0200
udeb: Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
Previously it was in nic-wireless-modules as several wireless drivers
depend on it, but now wd719x in scsi-extra-modules does as well.
---
debian/changelog | 1 +
debian/installer/modules/core-modules | 1 +
debian/installer/package-list | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0b0730c..a97e244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -233,6 +233,7 @@ linux (4.1.5-1) UNRELEASED; urgency=medium
- Add virtio-input to input-modules
- Add toshsd to mmc-modules
- Add wd719x to scsi-extra-modules
+ - Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
-- Ian Campbell <ijc at debian.org> Tue, 04 Aug 2015 19:31:45 +0100
diff --git a/debian/installer/modules/core-modules b/debian/installer/modules/core-modules
index cd5cdfc..996b4c9 100644
--- a/debian/installer/modules/core-modules
+++ b/debian/installer/modules/core-modules
@@ -1,3 +1,4 @@
bitrev ?
+eeprom_93cx6 ?
led-class ?
mbcache
diff --git a/debian/installer/package-list b/debian/installer/package-list
index 4625669..39eff08 100644
--- a/debian/installer/package-list
+++ b/debian/installer/package-list
@@ -86,7 +86,7 @@ Description: Very common SCSI drivers
This package contains very common SCSI drivers for the kernel.
Package: scsi-extra-modules
-Depends: scsi-modules, scsi-core-modules
+Depends: scsi-modules, scsi-core-modules, core-modules
Priority: standard
Description: Uncommon SCSI drivers
This package contains uncommon SCSI drivers for the kernel.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list