Make mtools arch-dependent.

add-new-budgie
Łukasz 'sil2100' Zemczak 2 years ago
parent 2e8e87fb2a
commit 95971f6b8f

7
debian/changelog vendored

@ -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 livecd-rootfs (2.845) mantic; urgency=medium
* Add the mtools dependency for ubuntu-image. * Add the mtools dependency for ubuntu-image.

2
debian/control vendored

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

Loading…
Cancel
Save