Skip to content

Commit

Permalink
Update versions in install, symbol files etc
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Held <[email protected]>
  • Loading branch information
leonheldattoradex committed Aug 30, 2024
1 parent ae3fbb5 commit 95ab2ff
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Description: reference implementation of a wayland compositor
and fast compositor and is suitable for many embedded and mobile use
cases.

Package: libweston-10-0
Package: libweston-12-0
Section: libs
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Expand All @@ -87,12 +87,12 @@ Description: reference implementation of a wayland compositor (shared libs)
.
This package includes the libweston shared libraries.

Package: libweston-10-dev
Package: libweston-12-dev
Section: libdevel
Architecture: linux-any
Depends: libpixman-1-dev,
libwayland-dev,
libweston-10-0 (= ${binary:Version}),
libweston-12-0 (= ${binary:Version}),
libxkbcommon-dev,
${misc:Depends},
${shlibs:Depends}
Expand Down
12 changes: 0 additions & 12 deletions debian/libweston-10-0.install

This file was deleted.

8 changes: 0 additions & 8 deletions debian/libweston-10-dev.install

This file was deleted.

12 changes: 12 additions & 0 deletions debian/libweston-12-0.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
usr/lib/*/libweston-12.so.*
usr/lib/*/libweston-12/color-lcms.so
usr/lib/*/libweston-12/drm-backend.so
usr/lib/*/libweston-12/gl-renderer.so
usr/lib/*/libweston-12/headless-backend.so
usr/lib/*/libweston-12/pipewire-plugin.so
usr/lib/*/libweston-12/rdp-backend.so
usr/lib/*/libweston-12/remoting-plugin.so
usr/lib/*/libweston-12/wayland-backend.so
usr/lib/*/libweston-12/x11-backend.so
usr/lib/*/libweston-12/xwayland.so
usr/lib/*/libweston-desktop-12.so.*
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libweston-10.so.0 libweston-10-0 #MINVER#
* Build-Depends-Package: libweston-10-dev
libweston-12.so.0 libweston-12-0 #MINVER#
* Build-Depends-Package: libweston-12-dev
linux_dmabuf_buffer_get@Base 1.12.0
linux_dmabuf_buffer_get_user_data@Base 1.12.0
linux_dmabuf_buffer_send_server_error@Base 1.12.0
Expand Down Expand Up @@ -353,7 +353,7 @@ libweston-10.so.0 libweston-10-0 #MINVER#
weston_zoom_run@Base 1.12.0
wl_data_device_manager_init@Base 1.12.0
wl_data_device_set_keyboard_focus@Base 1.12.0
libweston-desktop-10.so.0 libweston-10-0 #MINVER#
libweston-desktop-12.so.0 libweston-12-0 #MINVER#
weston_desktop_client_for_each_surface@Base 9.0.0
weston_desktop_client_get_client@Base 9.0.0
weston_desktop_client_ping@Base 9.0.0
Expand Down
8 changes: 8 additions & 0 deletions debian/libweston-12-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
usr/include/libweston-12
usr/lib/*/libweston-12.so
usr/lib/*/libweston-desktop-12.so
usr/lib/*/pkgconfig/libweston-12.pc
usr/lib/*/pkgconfig/libweston-desktop-12.pc
usr/share/libweston-12/protocols/weston-debug.xml
usr/share/libweston-12/protocols/weston-direct-display.xml
usr/share/pkgconfig/libweston-12-protocols.pc
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ override_dh_missing:
dh_missing --fail-missing -X.la

override_dh_makeshlibs:
dh_makeshlibs -Xlibweston-10/ -- -c4 -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/
dh_makeshlibs -Xlibweston-12/ -- -c4 -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/

override_dh_shlibdeps:
dh_shlibdeps -O--buildsystem=meson -- -ldebian/weston/usr/lib/$(DEB_TARGET_MULTIARCH)/weston/
Expand All @@ -34,7 +34,7 @@ override_dh_fixperms:
override_dh_install:
sed -e '/libdir=/d' \
-e '/includedir=/d' \
-i debian/tmp/usr/share/pkgconfig/libweston-10-protocols.pc
-i debian/tmp/usr/share/pkgconfig/libweston-12-protocols.pc
dh_install

%:
Expand Down

0 comments on commit 95ab2ff

Please sign in to comment.