[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/wayland/weston][debian-unstable] 5 commits: Mark libweston-13-dev as 'Multi-Arch: same'



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / weston

Commits:

  • 20b2e9fa
    by Dylan Aïssi at 2024-01-25T17:56:54+01:00
    Mark libweston-13-dev as 'Multi-Arch: same'
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 5fa1f4d5
    by Dylan Aïssi at 2024-01-25T20:57:34+01:00
    Install all manpages through weston.install
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 430be56a
    by Dylan Aïssi at 2024-01-25T21:02:00+01:00
    Enable all hardening flags
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 7b375482
    by Dylan Aïssi at 2024-01-25T21:13:10+01:00
    Add debian/libweston-13-0.symbols field in symbols file
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    
  • 8fcc67f8
    by Dylan Aïssi at 2024-01-25T21:17:41+01:00
    Add debian/upstream/metadata
    
    Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
    

6 changed files:

Changes:

  • debian/control
    ... ... @@ -91,6 +91,7 @@ Description: reference implementation of a wayland compositor (shared libs)
    91 91
     Package: libweston-13-dev
    
    92 92
     Section: libdevel
    
    93 93
     Architecture: linux-any
    
    94
    +Multi-Arch: same
    
    94 95
     Depends: libpixman-1-dev,
    
    95 96
              libwayland-dev,
    
    96 97
              libweston-13-0 (= ${binary:Version}),
    

  • debian/libweston-13-0.symbols
    1 1
     libweston-13.so.0 libweston-13-0 #MINVER#
    
    2
    +* Build-Depends-Package: libweston-13-dev
    
    2 3
      clear_pointer_focus@Base 12.0.0
    
    3 4
      convert_size_by_transform_scale@Base 12.0.0
    
    4 5
      linux_dmabuf_buffer_get@Base 12.0.0
    

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    +export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    4
    +
    
    3 5
     override_dh_auto_configure:
    
    4 6
     	dh_auto_configure -- -Dscreenshare=true \
    
    5 7
     		-Dsystemd=true
    

  • debian/upstream/metadata
    1
    +Bug-Database: https://gitlab.freedesktop.org/wayland/weston/-/issues
    
    2
    +Bug-Submit: https://gitlab.freedesktop.org/wayland/weston/-/issues/new
    
    3
    +Repository: https://gitlab.freedesktop.org/wayland/weston.git
    
    4
    +Repository-Browse: https://gitlab.freedesktop.org/wayland/weston

  • debian/weston.install
    ... ... @@ -18,4 +18,4 @@ usr/lib/*/weston/screen-share.so
    18 18
     usr/lib/*/weston/systemd-notify.so
    
    19 19
     usr/share/wayland-sessions/weston.desktop
    
    20 20
     usr/share/weston
    
    21
    -usr/share/man/man7/weston-vnc.7
    21
    +usr/share/man

  • debian/weston.manpages deleted
    1
    -usr/share/man/man1/weston-debug.1
    
    2
    -usr/share/man/man1/weston.1
    
    3
    -usr/share/man/man5/weston.ini.5
    
    4
    -usr/share/man/man7/weston-bindings.7
    
    5
    -usr/share/man/man7/weston-drm.7
    
    6
    -usr/share/man/man7/weston-rdp.7


  • Reply to: