[elbe-devel] [PATCH 1/6] fix lintian warning: stronger-dependency-implies-weaker

Benedikt Spranger b.spranger at linutronix.de
Tue Sep 29 17:41:01 CEST 2015


lintian complain about
W: elbe source: stronger-dependency-implies-weaker elbe depends -> recommends qemu-kvm

Move the qemu-kvm dependency from the Depends to Recommends.

Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5fb7d3d..4231b9a 100644
--- a/debian/control
+++ b/debian/control
@@ -43,11 +43,10 @@ Depends: ${misc:Depends},
   python (>= 2.7~),
   elbe-common (= ${binary:Version}),
   qemu-utils,
-  qemu-kvm (>= 1:2.1),
   python-mako,
   p7zip-full,
   make
-Recommends: qemu-kvm,
+Recommends: qemu-kvm (>= 1:2.1),
   elbe-doc (= ${binary:Version}),
   elbe-control (= ${binary:Version})
 Description: embedded linux build environment
-- 
2.5.3





More information about the elbe-devel mailing list