mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
3 years ago
|
Source: cutefish-calamares
|
||
|
Section: utils
|
||
|
Priority: optional
|
||
|
Maintainer: Jonathan Carter <jcc@debian.org>
|
||
|
Build-Depends: cmake,
|
||
|
cryptsetup <!nocheck>,
|
||
|
debhelper-compat (= 13),
|
||
|
extra-cmake-modules,
|
||
|
gettext,
|
||
|
libboost-python-dev,
|
||
|
libkf5config-dev,
|
||
|
libkf5coreaddons-dev,
|
||
|
libkf5i18n-dev,
|
||
|
libkf5iconthemes-dev,
|
||
|
libkf5kio-dev,
|
||
|
libkf5parts-dev,
|
||
|
libkf5service-dev,
|
||
|
libkf5solid-dev,
|
||
|
libkpmcore-dev,
|
||
|
libparted-dev,
|
||
|
libpolkit-qt5-1-dev,
|
||
|
libpwquality-dev,
|
||
|
libqt5svg5-dev,
|
||
|
libqt5webkit5-dev,
|
||
|
libyaml-cpp-dev,
|
||
|
os-prober <!nocheck>,
|
||
|
pkg-config,
|
||
|
pkg-kde-tools,
|
||
|
policykit-1 <!nocheck>,
|
||
|
python3-dev,
|
||
|
qml-module-qtquick-layouts,
|
||
|
qml-module-qtquick-privatewidgets,
|
||
|
qml-module-qtquick-window2,
|
||
|
qml-module-qtquick2,
|
||
|
qtbase5-dev,
|
||
|
qtdeclarative5-dev,
|
||
|
qttools5-dev,
|
||
|
qttools5-dev-tools
|
||
|
Standards-Version: 4.6.0
|
||
|
Rules-Requires-Root: no
|
||
|
Homepage: https://github.com/calamares/calamares
|
||
|
|
||
|
Package: cutefish-calamares
|
||
|
Architecture: linux-any
|
||
|
Depends: os-prober, ${misc:Depends}, ${shlibs:Depends}
|
||
|
Recommends: btrfs-progs, squashfs-tools
|
||
|
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
|
||
|
an already installed system.
|
||
|
.
|
||
|
You will likely want to provide your own config files to match
|
||
|
your distribution, reading the Calamares documentation will guide
|
||
|
you through that process.
|