mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-25 17:51:31 +00:00
Make mtools arch-dependent.
This commit is contained in:
parent
2e8e87fb2a
commit
95971f6b8f
7
debian/changelog
vendored
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
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…
x
Reference in New Issue
Block a user