From 8cd0c5a852783d3dea44263fba90806009986fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sun, 16 Jul 2023 10:47:19 +0000 Subject: [PATCH] Depend on devscripts classic ubuntu-image builds will build the gadget from a repository using make, and the reference pc-gadget snap uses chdist to pull the latest GRUB/shim from the proper series x pocket; NB: chdist was used instead of the more convenient pull-lp-debs as devscripts is in main while ubuntu-dev-tools is in universe. It's inelegant for livecd-rootfs to pick up dependencies needed to build gadgets, even if it's for the official ones as other gadgets might want other dependencies, rather this should be expressed as part of the build contract of the gadget, or livecd-rootfs should only consume pre-built gadgets built in a standard way (e.g. snap build, deb build etc.). --- debian/changelog | 15 +++++++++++++++ debian/control | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index d7d2e93d..1c04d4f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +livecd-rootfs (23.10.3) mantic; urgency=medium + + * Depend on devscripts: classic ubuntu-image builds will build the gadget + from a repository using make, and the reference pc-gadget snap uses + chdist to pull the latest GRUB/shim from the proper series x pocket; + NB: chdist was used instead of the more convenient pull-lp-debs as + devscripts is in main while ubuntu-dev-tools is in universe. It's + inelegant for livecd-rootfs to pick up dependencies needed to build + gadgets, even if it's for the official ones as other gadgets might want + other dependencies, rather this should be expressed as part of the build + contract of the gadget, or livecd-rootfs should only consume pre-built + gadgets built in a standard way (e.g. snap build, deb build etc.). + + -- Loïc Minier Sun, 16 Jul 2023 10:41:31 +0000 + livecd-rootfs (23.10.2) mantic; urgency=medium * Fixup up two more places with kvm removal. diff --git a/debian/control b/debian/control index 0fb57629..eb66d6d3 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Depends: ${misc:Depends}, apt-utils, attr, debootstrap, + devscripts, distro-info, dosfstools, e2fsprogs,