From 95971f6b8f858eba6669a68925f4eda7e1083637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 1 Jun 2023 11:41:56 +0200 Subject: [PATCH] Make mtools arch-dependent. --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0636529a..c26dce45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.846) UNRELEASED; urgency=medium + + * Make the newly added mtools dependency arch-specific as it's not + installable on i386, causing migration issues. + + -- Ɓukasz 'sil2100' Zemczak Thu, 01 Jun 2023 11:40:52 +0200 + livecd-rootfs (2.845) mantic; urgency=medium * Add the mtools dependency for ubuntu-image. diff --git a/debian/control b/debian/control index 65f9b665..0fb57629 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: ${misc:Depends}, lzma, make, mount, - mtools, + mtools [!i386], parted, procps, python3,