[elbe-devel] [PATCH 7/7] debian control: depend on debian-archive-keyring (>= 2017.5+deb9u1)

Torben Hohn torben.hohn at linutronix.de
Mon Sep 2 10:47:39 CEST 2019


to install a buster initvm the buster archive key must be known.
that key is not in the default stretch version of debian-archive-keyring.

make python-elbe-bin depend on debian-archive-keyring (>= 2017.5+deb9u1).

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ce392b8c4..9f0138935 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,8 @@ Package: python-elbe-bin
 Conflicts: elbe-common
 Architecture: all
 Depends: python-elbe-common (= ${binary:Version}),
-  python (>= 2.7~)
+  python (>= 2.7~),
+  debian-archive-keyring (>= 2017.5+deb9u1)
 Description: elbe executable
  Common files for ELBE (embedded linux build environment). These
  python-modules are shared by several elbe subcommands.
-- 
2.11.0




More information about the elbe-devel mailing list