[linux] 03/03: [armel, armhf, sh4] linux-image: Do not suggest fdutils

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Jun 9 16:45:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 2622600fec5a8ce394319d8b4b29ced41dc37a19
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Jun 9 04:04:15 2016 +0100

    [armel,armhf,sh4] linux-image: Do not suggest fdutils
    
    BLK_DEV_FD has *never* been enabled on any of these architectures!
    The old arm/footbridge configuration did enable it and this suggestion
    seems to be have been thoughtlessly copied over to these other
    architectures.
---
 debian/changelog            | 3 +++
 debian/config/armel/defines | 1 -
 debian/config/armhf/defines | 1 -
 debian/config/sh4/defines   | 1 -
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 52c2226..6e2a390 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -114,6 +114,9 @@ linux (4.6.2-1) UNRELEASED; urgency=medium
     - IB/hfi1: Fix hard lockup due to not using save/restore spin lock
     - regulator: Fix deadlock during regulator registration
 
+  [ Ben Hutchings ]
+  * [armel,armhf,sh4] linux-image: Do not suggest fdutils
+
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 09 Jun 2016 02:56:01 +0100
 
 linux (4.6.1-1) unstable; urgency=medium
diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index 8e4a6d1..a025e0a 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -8,7 +8,6 @@ kernel-arch: arm
 image-file: arch/arm/boot/zImage
 
 [image]
-suggests: fdutils
 install-stem: vmlinuz
 
 [relations]
diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines
index b9334d1..a03bd2b 100644
--- a/debian/config/armhf/defines
+++ b/debian/config/armhf/defines
@@ -14,7 +14,6 @@ image-file: arch/arm/boot/zImage
 vdso: true
 
 [image]
-suggests: fdutils
 install-stem: vmlinuz
 
 [relations]
diff --git a/debian/config/sh4/defines b/debian/config/sh4/defines
index a50ed41..75b0011 100644
--- a/debian/config/sh4/defines
+++ b/debian/config/sh4/defines
@@ -10,7 +10,6 @@ image-file: arch/sh/boot/zImage
 signed-modules: false
 
 [image]
-suggests: fdutils
 install-stem: vmlinuz
 
 [sh7751r_description]

-- 
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