68 lines
2.4 KiB
Plaintext
Raw Normal View History

2016-12-07 15:19:58 +02:00
Source: calamares
Section: utils
Priority: optional
2018-08-20 23:02:37 -05:00
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: Jonathan Carter <jcc@debian.org>
2016-12-07 15:19:58 +02:00
Build-Depends: cmake,
2022-05-25 05:26:27 -05:00
cryptsetup <!nocheck>,
2020-05-24 13:08:30 -04:00
debhelper-compat (= 13),
2016-12-07 15:19:58 +02:00
gettext,
2024-10-15 23:02:55 -05:00
libappstreamqt-dev,
libatasmart-dev,
libboost-python-dev,
libicu-dev,
extra-cmake-modules,
libkf6config-dev,
libkf6coreaddons-dev,
libkf6crash-dev,
libkf6dbusaddons-dev,
libkf6i18n-dev,
libkf6iconthemes-dev,
libkf6kio-dev,
libkf6package-dev,
libkf6parts-dev,
libkf6service-dev,
libkf6solid-dev,
libkpmcore-dev (>= 24.08),
2016-12-07 15:19:58 +02:00
libparted-dev,
2024-10-15 23:02:55 -05:00
libplasma-dev,
libpolkit-qt6-1-dev,
2018-08-20 23:02:37 -05:00
libpwquality-dev,
libyaml-cpp-dev,
2024-10-15 23:02:55 -05:00
os-prober,
pkgconf,
2016-12-07 15:19:58 +02:00
pkg-kde-tools,
2024-10-15 23:02:55 -05:00
pkexec,
python3-all-dev,
2023-11-22 16:40:52 -06:00
python3-yaml,
2024-10-15 23:02:55 -05:00
python3-jsonschema,
qt6-base-dev,
qt6-declarative-dev,
qt6-location-dev,
qt6-svg-dev,
qt6-tools-dev,
2024-11-11 08:57:18 +00:00
qt6-webengine-dev <amd64 arm64 armhf>
2024-10-15 23:02:55 -05:00
Standards-Version: 4.7.0
2020-05-24 13:18:44 -04:00
Rules-Requires-Root: no
2016-12-07 15:19:58 +02:00
Homepage: https://github.com/calamares/calamares
Vcs-Browser: https://git.lubuntu.me/Lubuntu/calamares-packaging/
Vcs-Git: https://git.lubuntu.me/Lubuntu/calamares-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/calamares
XS-Debian-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/calamares.git
2016-12-07 15:19:58 +02:00
Package: calamares
2022-05-25 05:26:27 -05:00
Architecture: linux-any
Depends: os-prober, util-linux-extra, ${misc:Depends}, ${shlibs:Depends}
Recommends: btrfs-progs, squashfs-tools
2016-12-07 15:19:58 +02:00
Description: distribution-independent installer framework
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
2020-02-15 23:12:02 -05:00
an already installed system.
2016-12-07 15:19:58 +02:00
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.