mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 06:33:49 +00:00
Break libfwupdplugin ABI so we can tidy up some vfuncs and symbols
This commit is contained in:
parent
106d45dede
commit
cfd128a649
@ -13,7 +13,7 @@ Homepage: https://github.com/fwupd/fwupd
|
||||
Vcs-Git: https://salsa.debian.org/efi-team/fwupd.git
|
||||
Vcs-Browser: https://salsa.debian.org/efi-team/fwupd
|
||||
|
||||
Package: libfwupdplugin6
|
||||
Package: libfwupdplugin7
|
||||
Section: libs
|
||||
Architecture: linux-any
|
||||
Depends: ${misc:Depends},
|
||||
@ -154,7 +154,7 @@ Description: GObject introspection data for libfwupd
|
||||
Package: libfwupdplugin-dev
|
||||
Architecture: linux-any
|
||||
Multi-Arch: same
|
||||
Depends: libfwupdplugin6 (= ${binary:Version}),
|
||||
Depends: libfwupdplugin7 (= ${binary:Version}),
|
||||
gir1.2-fwupdplugin-1.0 (= ${binary:Version}),
|
||||
libarchive-dev,
|
||||
libcbor-dev,
|
||||
|
@ -52,7 +52,7 @@ libfwupd_lt_current = '2'
|
||||
libfwupd_lt_revision = '0'
|
||||
libfwupd_lt_age = '0'
|
||||
libfwupd_lt_version = '@0@.@1@.@2@'.format(libfwupd_lt_current, libfwupd_lt_age, libfwupd_lt_revision)
|
||||
libfwupdplugin_lt_current = '6'
|
||||
libfwupdplugin_lt_current = '7'
|
||||
libfwupdplugin_lt_revision = '0'
|
||||
libfwupdplugin_lt_age = '0'
|
||||
libfwupdplugin_lt_version = '@0@.@1@.@2@'.format(libfwupdplugin_lt_current, libfwupdplugin_lt_age, libfwupdplugin_lt_revision)
|
||||
|
Loading…
Reference in New Issue
Block a user