[armhf] udeb: Fix duplication and circular dependency (really fixes FTBFS)

There is still duplication between core-modules and usb-modules, and
they actually have a circular dependency due to gpio-viperboard
driving (part of) a USB device.

- Add core-modules as a dependency of usb-modules
- Remove gpio-viperboard from core-modules as it is unlikely to be needed
This commit is contained in:
Ben Hutchings 2016-01-04 00:46:39 +00:00
parent bbfa58468d
commit 559f1a2447
3 changed files with 10 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
linux (4.3.3-5) unstable; urgency=medium
* [armhf] udeb: Fix duplication and circular dependency between core-modules
and usb-modules (really fixes FTBFS)
- Add core-modules as a dependency of usb-modules
- Remove gpio-viperboard from core-modules as it is unlikely to be needed
-- Ben Hutchings <ben@decadent.org.uk> Mon, 04 Jan 2016 00:45:27 +0000
linux (4.3.3-4) unstable; urgency=medium
* [armhf] udeb: Remove pbias-regulator module from mmc-modules as it's now

View File

@ -8,7 +8,6 @@ clk-twl6040 ?
# GPIO
gpio-da9052 ?
gpio-pca953x ?
gpio-viperboard ?
# PCIe PHYs
phy-omap-control ?

View File

@ -192,7 +192,7 @@ Description: Multipath support
This package contains DM-Multipath modules for the kernel.
Package: usb-modules
Depends: kernel-image, nls-core-modules
Depends: kernel-image, nls-core-modules, core-modules
Priority: extra
Description: USB support
This package contains core USB drivers for the kernel.