Move the unversioned .so files to the individual libraries (LP: #2099870).

This commit is contained in:
Simon Quigley 2025-02-24 03:30:38 -06:00
parent 27597acbfa
commit e388ba962b
5 changed files with 19 additions and 15 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
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
View File

@ -62,8 +62,8 @@ Depends: calamares-data (= ${binary:Version}),
util-linux-extra,
${misc:Depends},
${shlibs:Depends}
Breaks: calamares (<< 3.3.14-0ubuntu1)
Replaces: calamares (<< 3.3.14-0ubuntu1)
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
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-0ubuntu1)
Replaces: calamares (<< 3.3.14-0ubuntu1)
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
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-0ubuntu1)
Replaces: calamares (<< 3.3.14-0ubuntu1)
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
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-0ubuntu1)
Replaces: calamares (<< 3.3.14-0ubuntu1)
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
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-0ubuntu1)
Replaces: calamares (<< 3.3.14-0ubuntu1)
Breaks: calamares (<< 3.3.14-0ubuntu4)
Replaces: calamares (<< 3.3.14-0ubuntu4)
Description: UI shared object files for Calamares
Calamares is a distribution-independent installer framework.
.

View File

@ -1,5 +1,2 @@
/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

View File

@ -1 +1,2 @@
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so.*
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamares.so*
/usr/lib/${DEB_HOST_MULTIARCH}/calamares/libcalamares.so

View File

@ -1 +1 @@
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so.*
/usr/lib/${DEB_HOST_MULTIARCH}/libcalamaresui.so*