mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-08-15 02:34:03 +00:00
Compare commits
No commits in common. "ubuntu/plucky" and "ubuntu/3.3.14-0ubuntu3" have entirely different histories.
ubuntu/plu
...
ubuntu/3.3
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,15 +1,3 @@
|
||||
calamares (3.3.14-0ubuntu6) plucky; urgency=medium
|
||||
|
||||
* No-change rebuild with Python 3.13 only
|
||||
|
||||
-- Graham Inggs <ginggs@ubuntu.com> Tue, 04 Mar 2025 16:59:58 +0000
|
||||
|
||||
calamares (3.3.14-0ubuntu4) plucky; urgency=medium
|
||||
|
||||
* Move the unversioned .so files to the individual libraries (LP: #2099870).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 24 Feb 2025 03:30:01 -0600
|
||||
|
||||
calamares (3.3.14-0ubuntu3) plucky; urgency=medium
|
||||
|
||||
* Add validate-unpackfsc-1 to the XFAIL list.
|
||||
|
20
debian/control
vendored
20
debian/control
vendored
@ -62,8 +62,8 @@ Depends: calamares-data (= ${binary:Version}),
|
||||
util-linux-extra,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu4)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu4)
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu1)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu1)
|
||||
Recommends: btrfs-progs, squashfs-tools
|
||||
Description: distribution-independent installer framework
|
||||
Calamares is a distribution-independent installer framework.
|
||||
@ -80,8 +80,8 @@ Description: distribution-independent installer framework
|
||||
Package: calamares-data
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${qml6:Depends}
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu4)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu4)
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu1)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu1)
|
||||
Description: data for Calamares
|
||||
Calamares is a distribution-independent installer framework.
|
||||
.
|
||||
@ -103,8 +103,8 @@ Depends: libcalamares3.3 (= ${binary:Version}),
|
||||
libcalamaresui3.3 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu4)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu4)
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu1)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu1)
|
||||
Description: Development files for Calamares
|
||||
Calamares is a distribution-independent installer framework.
|
||||
.
|
||||
@ -124,8 +124,8 @@ Section: libs
|
||||
Architecture: linux-any
|
||||
Provides: libcalamares
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu4)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu4)
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu1)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu1)
|
||||
Description: Shared object files for Calamares
|
||||
Calamares is a distribution-independent installer framework.
|
||||
.
|
||||
@ -145,8 +145,8 @@ Section: libs
|
||||
Architecture: linux-any
|
||||
Provides: libcalamaresui
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu4)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu4)
|
||||
Breaks: calamares (<< 3.3.14-0ubuntu1)
|
||||
Replaces: calamares (<< 3.3.14-0ubuntu1)
|
||||
Description: UI shared object files for Calamares
|
||||
Calamares is a distribution-independent installer framework.
|
||||
.
|
||||
|
3
debian/libcalamares-dev.install
vendored
3
debian/libcalamares-dev.install
vendored
@ -1,2 +1,5 @@
|
||||
/usr/include/libcalamares/
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/calamares/libcalamares.so
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/cmake/Calamares/
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so
|
||||
|
3
debian/libcalamares3.3.install
vendored
3
debian/libcalamares3.3.install
vendored
@ -1,2 +1 @@
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so*
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/calamares/libcalamares.so
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so.*
|
||||
|
2
debian/libcalamaresui3.3.install
vendored
2
debian/libcalamaresui3.3.install
vendored
@ -1 +1 @@
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so*
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user