mirror of
https://git.launchpad.net/~ubuntu-qt-code/ubuntu/+source/calamares/+git/calamares
synced 2025-03-12 11:41:11 +00:00
Move the unversioned .so files to the individual libraries (LP: #2099870).
This commit is contained in:
parent
27597acbfa
commit
e388ba962b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
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-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.
|
||||
.
|
||||
|
3
debian/libcalamares-dev.install
vendored
3
debian/libcalamares-dev.install
vendored
@ -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
|
||||
|
3
debian/libcalamares3.3.install
vendored
3
debian/libcalamares3.3.install
vendored
@ -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
|
||||
|
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