mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-10 12:57:31 +00:00
Summary: This resolves T107 Refactor automirror Add donate button url and geoip to welcome Adjust locale.conf geoip format Set default filesystem type and no user swap choices Add defaults to settings to eliminate warnings Add efi mount options to fstab.conf Set restart mode in finished.conf to new style Set bootloader entry name to Ubuntu and slideshowAPI to 1 Test Plan: Test Calamares installation for proper location detection. Test Calamares installation for proper efi mount. Test Calamares installation for proper bootloader entry. Reviewers: tsimonq2, wxl, apt-ghetto Reviewed By: tsimonq2, wxl Subscribers: apt-ghetto Maniphest Tasks: T107 Differential Revision: https://phab.lubuntu.me/D33
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
Source: calamares-settings-ubuntu
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
|
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
|
Build-Depends: debhelper (>= 12),
|
|
intltool,
|
|
qttools5-dev-tools
|
|
Standards-Version: 4.4.0
|
|
Homepage: https://code.launchpad.net/ubuntu-calamares-settings
|
|
Vcs-Git: https://git.launchpad.net/ubuntu-calamares-settings
|
|
Vcs-Browser: https://git.launchpad.net/ubuntu-calamares-settings
|
|
|
|
Package: calamares-settings-lubuntu
|
|
Architecture: all
|
|
Depends: calamares-settings-ubuntu-common (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
Description: Lubuntu Calamares Settings and Branding
|
|
This package contains the Calamares settings and branding for Lubuntu.
|
|
As part of the branding the installer slideshow is contained within.
|
|
The settings ensure a proper Lubuntu desktop is installed with the
|
|
LXQt desktop environment.
|
|
|
|
Package: calamares-settings-ubuntu-common
|
|
Architecture: any
|
|
Depends: calamares,
|
|
squashfs-tools,
|
|
python3,
|
|
${misc:Depends}
|
|
Description: Common Calamares Settings
|
|
This package contains the common Calamares settings for all flavors.
|
|
There is also a automirror Python script to set sources based on
|
|
geolocation.
|