mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-05-31 13:21:29 +00:00
Add ${qml6:Depends} to ensure we don't miss any QML 6 depends.
This commit is contained in:
parent
e5a20fbf31
commit
76ce6f85e8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares (3.3.13-0ubuntu5) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Add ${qml6:Depends} to ensure we don't miss any QML 6 depends.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 18 Feb 2025 00:03:24 -0600
|
||||||
|
|
||||||
calamares (3.3.13-0ubuntu4) plucky; urgency=medium
|
calamares (3.3.13-0ubuntu4) plucky; urgency=medium
|
||||||
|
|
||||||
* Fix some of the confusion around the weak password checkbox and its
|
* Fix some of the confusion around the weak password checkbox and its
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -6,6 +6,7 @@ XSBC-Original-Maintainer: Jonathan Carter <jcc@debian.org>
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
cryptsetup <!nocheck>,
|
cryptsetup <!nocheck>,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
|
dh-sequence-qmldeps,
|
||||||
gettext,
|
gettext,
|
||||||
libappstreamqt-dev,
|
libappstreamqt-dev,
|
||||||
libatasmart-dev,
|
libatasmart-dev,
|
||||||
@ -52,7 +53,7 @@ XS-Debian-Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/calamares.git
|
|||||||
|
|
||||||
Package: calamares
|
Package: calamares
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
Depends: os-prober, util-linux-extra, ${misc:Depends}, ${shlibs:Depends}
|
Depends: os-prober, util-linux-extra, ${qml6:Depends}, ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommends: btrfs-progs, squashfs-tools
|
Recommends: btrfs-progs, squashfs-tools
|
||||||
Description: distribution-independent installer framework
|
Description: distribution-independent installer framework
|
||||||
Calamares is a distribution-independent installer framework.
|
Calamares is a distribution-independent installer framework.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user