Make mtools arch-dependent.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-06-01 11:41:56 +02:00
parent 2e8e87fb2a
commit 95971f6b8f
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <lukasz.zemczak@ubuntu.com> Thu, 01 Jun 2023 11:40:52 +0200
livecd-rootfs (2.845) mantic; urgency=medium
* Add the mtools dependency for ubuntu-image.

2
debian/control vendored
View File

@ -28,7 +28,7 @@ Depends: ${misc:Depends},
lzma,
make,
mount,
mtools,
mtools [!i386],
parted,
procps,
python3,