Skip to content

Commit

Permalink
libmircommon11 -> libmircommon10
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Apr 26, 2024
1 parent 351b609 commit aa89ae7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmircommon11 (= ${binary:Version}),
Depends: libmircommon10 (= ${binary:Version}),
libmircore-dev (= ${binary:Version}),
libxkbcommon-dev,
${misc:Depends},
Expand All @@ -124,7 +124,7 @@ Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmircommon11 (= ${binary:Version}),
Depends: libmircommon10 (= ${binary:Version}),
libmircommon-dev (= ${binary:Version}),
libxkbcommon-dev,
${misc:Depends},
Expand Down Expand Up @@ -269,7 +269,7 @@ Description: Display server for Ubuntu - shared library
.
Contains the shared libraries required for the Mir server and client.

Package: libmircommon11
Package: libmircommon10
Section: libs
Architecture: linux-any
Multi-Arch: same
Expand Down
1 change: 1 addition & 0 deletions debian/libmircommon10.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libmircommon.so.10
1 change: 0 additions & 1 deletion debian/libmircommon11.install

This file was deleted.

2 changes: 1 addition & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(
PARENT_SCOPE)

# TODO we need a place to manage ABI and related versioning but use this as placeholder
set(MIRCOMMON_ABI 11)
set(MIRCOMMON_ABI 10)
set(symbol_map ${CMAKE_CURRENT_SOURCE_DIR}/symbols.map)

add_library(mircommon SHARED
Expand Down

0 comments on commit aa89ae7

Please sign in to comment.