68 lines
2.5 KiB
Plaintext
Raw Permalink 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
extra-cmake-modules,
gettext,
2023-12-22 11:46:26 +00:00
libappstreamqt5-dev (>= 1.0.0~),
2016-12-07 15:19:58 +02:00
libkf5config-dev,
libkf5coreaddons-dev,
libkf5crash-dev,
2016-12-07 15:19:58 +02:00
libkf5i18n-dev,
libkf5iconthemes-dev,
libkf5kio-dev,
2016-12-07 15:19:58 +02:00
libkf5parts-dev,
2022-05-25 05:26:27 -05:00
libkf5plasma-dev,
2016-12-07 15:19:58 +02:00
libkf5service-dev,
libkf5solid-dev,
libkpmcore-dev,
2016-12-07 15:19:58 +02:00
libparted-dev,
libpolkit-qt5-1-dev,
2018-08-20 23:02:37 -05:00
libpwquality-dev,
2016-12-07 15:19:58 +02:00
libqt5svg5-dev,
libqt5webkit5-dev,
libyaml-cpp-dev,
2022-05-25 05:26:27 -05:00
os-prober <!nocheck>,
2016-12-07 15:19:58 +02:00
pkg-config,
pkg-kde-tools,
2023-11-14 17:49:34 -06:00
polkitd,
2016-12-07 15:19:58 +02:00
python3-dev,
2023-11-22 16:40:52 -06:00
python3-jsonschema,
python3-yaml,
2016-12-07 15:19:58 +02:00
qml-module-qtquick-layouts,
qml-module-qtquick-privatewidgets,
qml-module-qtquick-window2,
qml-module-qtquick2,
qtbase5-dev,
qtdeclarative5-dev,
qtlocation5-dev,
2016-12-07 15:19:58 +02:00
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.6.2
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.