[elbe-devel] [PATCH] debian: add lsb-release runtime dependency

Manuel Traut manut at linutronix.de
Mon Apr 29 21:39:37 CEST 2019


the lsb_release command is used in elbe:

elbepack/commands/init.py:    _, dist = command_out('lsb_release -cs')
elbepack/init/Makefile.mako:DIST=$(shell lsb_release -cs)

but it was not mentioned as a runtime dependencies. This caused elbe
to fail on minimal debian installations.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 057023fa..a740d54b 100644
--- a/debian/control
+++ b/debian/control
@@ -104,7 +104,8 @@ Depends: ${misc:Depends},
   qemu-kvm (>= 1:2.1),
   python-mako,
   p7zip-full,
-  make
+  make,
+  lsb-release
 Recommends: elbe-doc (= ${binary:Version}), elbe-debianize, haveged
 Description: Embedded Linux Build Environment
  A flexible Root Filesystem builder. ELBE uses Debian packages to build a RFS
-- 
2.20.1




More information about the elbe-devel mailing list