[elbe-devel] [PATCH 4/4] debian: Move gnupg from pkgsel to Depends

Bastian Germann bage at linutronix.de
Fri Jun 24 10:54:34 CEST 2022


The gnupg2 installation via pkgsel does not give a hint why it is there.
Let the python3-elbe-buildenv depend on it instead to reflect its use.

Elbe does not use the gpg2 binary, so the transitional gnupg2 can be replaced
by gnupg safely.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/control                 | 1 +
 elbepack/init/preseed.cfg.mako | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 5dad02fe55..421f3639ad 100644
--- a/debian/control
+++ b/debian/control
@@ -123,6 +123,7 @@ Depends: ${misc:Depends},
   python3-elbe-bin (= ${binary:Version}),
   python3-elbe-common (= ${binary:Version}),
   genisoimage,
+  gnupg,
   mtd-utils,
   python3-apt,
   python3-junit.xml,
diff --git a/elbepack/init/preseed.cfg.mako b/elbepack/init/preseed.cfg.mako
index c2cec08d69..9774203688 100644
--- a/elbepack/init/preseed.cfg.mako
+++ b/elbepack/init/preseed.cfg.mako
@@ -136,7 +136,6 @@ d-i finish-install/reboot_in_progress note
 d-i pkgsel/include string rng-tools-debian \
                           dbus \
                           debathena-transform-lighttpd \
-                          gnupg2 \
 % for p in elbe_initvm_packagelist:
                           ${p}=${elbe_version}* \
 % endfor
-- 
2.30.2



More information about the elbe-devel mailing list