mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-28 08:51:30 +00:00
Add dependencies for LUKS and slideshow.
This commit is contained in:
parent
d88f26d2ac
commit
6513905ecf
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -7,6 +7,9 @@ calamares-settings-ubuntu (1:20.10.7) UNRELEASED; urgency=medium
|
|||||||
[ Dan Simmons ]
|
[ Dan Simmons ]
|
||||||
* Lubuntu
|
* Lubuntu
|
||||||
- Adjust Lubuntu desktop file for Groovy.
|
- Adjust Lubuntu desktop file for Groovy.
|
||||||
|
* Ubuntu Common
|
||||||
|
- Add dependencies for cryptsetup, keyutils, needed for LUKS
|
||||||
|
installation and qml-modules for slideshow.
|
||||||
|
|
||||||
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 03 Jun 2020 18:23:19 -0400
|
-- Dan Simmons <kc2bez@lubuntu.me> Wed, 03 Jun 2020 18:23:19 -0400
|
||||||
|
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -23,7 +23,14 @@ Description: Lubuntu Calamares Settings and Branding
|
|||||||
|
|
||||||
Package: calamares-settings-ubuntu-common
|
Package: calamares-settings-ubuntu-common
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: calamares (>= 3.2.14~), python3, squashfs-tools, ${misc:Depends}
|
Depends: calamares (>= 3.2.14~),
|
||||||
|
cryptsetup,
|
||||||
|
keyutils,
|
||||||
|
python3,
|
||||||
|
qml-module-qtquick-window2,
|
||||||
|
qml-module-qtquick2,
|
||||||
|
squashfs-tools,
|
||||||
|
${misc:Depends}
|
||||||
Description: Common Calamares Settings
|
Description: Common Calamares Settings
|
||||||
This package contains the common Calamares settings for all flavors.
|
This package contains the common Calamares settings for all flavors.
|
||||||
There is also a automirror Python script to set sources based on
|
There is also a automirror Python script to set sources based on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user