Soname bump
This commit is contained in:
parent
1d237eee58
commit
273e009154
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ liblxqt (2.0.0-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
* Bump build dependencies.
|
* Bump build dependencies.
|
||||||
* Update copyright file.
|
* Update copyright file.
|
||||||
* Bump Standards-Version to 4.7.0, no changes necessary.
|
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||||
|
* Bump soname.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 17 Jun 2024 11:59:42 -0500
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 17 Jun 2024 11:59:42 -0500
|
||||||
|
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -24,7 +24,7 @@ XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/liblxqt.git
|
|||||||
Homepage: https://github.com/lxqt/liblxqt
|
Homepage: https://github.com/lxqt/liblxqt
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: liblxqt1
|
Package: liblxqt2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: desktop-file-utils,
|
Depends: desktop-file-utils,
|
||||||
shared-mime-info,
|
shared-mime-info,
|
||||||
@ -43,10 +43,10 @@ Description: Shared libraries for LXQt desktop environment (libs)
|
|||||||
This package contains the shared libraries needed by the LXQt desktop
|
This package contains the shared libraries needed by the LXQt desktop
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
Package: liblxqt1-dev
|
Package: liblxqt2-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: liblxqt1 (= ${binary:Version}),
|
Depends: liblxqt2 (= ${binary:Version}),
|
||||||
libqt6xdg-dev (>= 4.0.0),
|
libqt6xdg-dev (>= 4.0.0),
|
||||||
libqt6xdgiconloader-dev (>= 4.0.0),
|
libqt6xdgiconloader-dev (>= 4.0.0),
|
||||||
lxqt-build-tools (>= 2.0.0),
|
lxqt-build-tools (>= 2.0.0),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# SymbolsHelper-Confirmed: 1.1.0 amd64 armhf
|
# SymbolsHelper-Confirmed: 1.1.0 amd64 armhf
|
||||||
liblxqt.so.1 liblxqt1 #MINVER#
|
liblxqt.so.2 liblxqt2 #MINVER#
|
||||||
* Build-Depends-Package: liblxqt1-dev
|
* Build-Depends-Package: liblxqt1-dev
|
||||||
_ZN4LXQt10GridLayout10invalidateEv@Base 1.1.0
|
_ZN4LXQt10GridLayout10invalidateEv@Base 1.1.0
|
||||||
_ZN4LXQt10GridLayout10setStretchE6QFlagsINS0_11StretchFlagEE@Base 1.1.0
|
_ZN4LXQt10GridLayout10setStretchE6QFlagsINS0_11StretchFlagEE@Base 1.1.0
|
Loading…
x
Reference in New Issue
Block a user