From 24042b29658fb793394866d983cfa38c576b3008 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 22 May 2015 21:46:17 +0000 Subject: [PATCH] linux-image: Depend on kmod without an alternative of module-init-tools svn path=/dists/sid/linux/; revision=22664 --- debian/changelog | 1 + debian/templates/control.image.type-plain.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f4cb917a1..b7c7bd553 100644 --- a/debian/changelog +++ b/debian/changelog @@ -135,6 +135,7 @@ linux (4.0.4-1) UNRELEASED; urgency=medium - rtc: hctosys: do not treat lack of RTC device as error - rtc: hctosys: use function name in the error log * [rt] Update to 4.0.4-rt1 and re-enable + * linux-image: Depend on kmod without an alternative of module-init-tools -- Ben Hutchings Mon, 18 May 2015 00:00:06 +0100 diff --git a/debian/templates/control.image.type-plain.in b/debian/templates/control.image.type-plain.in index 29306e3c1..609f8385a 100644 --- a/debian/templates/control.image.type-plain.in +++ b/debian/templates/control.image.type-plain.in @@ -1,7 +1,7 @@ Package: linux-image-@abiname@@localversion@ Provides: linux-modules-@abiname@@localversion@ Pre-Depends: debconf | debconf-2.0 -Depends: kmod | module-init-tools, linux-base (>= 3~), ${misc:Depends} +Depends: kmod, linux-base (>= 3~), ${misc:Depends} Recommends: firmware-linux-free (>= 3~), ${kernel:Recommends} Suggests: linux-doc-@version@, debian-kernel-handbook Breaks: at (<< 3.1.12-1+squeeze1)