[elbe-devel] [PATCH 1/3] debian: Move debathena-transform-lighttpd from pkgsel to Depends
Bastian Germann
bage at linutronix.de
Tue Jul 19 12:47:33 CEST 2022
The debathena-transform-lighttpd 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.
It is really needed by the buildenv to serve the internal repo for bin-
and src-cdrom creation.
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 937520f7e2..e0a394855a 100644
--- a/debian/control
+++ b/debian/control
@@ -122,6 +122,7 @@ Depends: ${misc:Depends},
binfmt-support,
btrfs-progs,
debootstrap,
+ debathena-transform-lighttpd,
dosfstools,
dpkg-dev,
python3-elbe-bin (= ${binary:Version}),
diff --git a/elbepack/init/preseed.cfg.mako b/elbepack/init/preseed.cfg.mako
index 9774203688..ce1ecba6e7 100644
--- a/elbepack/init/preseed.cfg.mako
+++ b/elbepack/init/preseed.cfg.mako
@@ -135,7 +135,6 @@ apt-mirror-setup apt-setup/use_mirror boolean false
d-i finish-install/reboot_in_progress note
d-i pkgsel/include string rng-tools-debian \
dbus \
- debathena-transform-lighttpd \
% for p in elbe_initvm_packagelist:
${p}=${elbe_version}* \
% endfor
--
2.30.2
More information about the elbe-devel
mailing list